VP Font to object
VP Font to object ( font : Text ) : Object
Parâmetro | Tipo | Descrição | |
---|---|---|---|
font | Text | -> | Cadeia de caracteres abreviada da fonte |
Resultados | Object | <- | Objecto letra |
Descrição
The VP Font to object
utility command returns an object from a font shorthand string. Esse objeto pode ser usado para definir ou obter configurações de propriedade de fonte por meio de notação de objeto.
In the font parameter, pass a font shorthand string to specify the different properties of a font (e.g., "12 pt Arial"). You can learn more about font shorthand strings in this page for example.
O objeto retornado contém atributos de fonte definidos como propriedades. For more information about the available properties, see the VP Object to font command.
Exemplo 1
Este código:
$font:=VP Font to object("16pt arial")
devolverá o seguinte objeto $font:
{
family:arial
size:16pt
}
Exemplo 2
Veja um exemplo para VP Object to font
.
Veja também
4D View Pro Style Objects and Style Sheets
VP Object to font
VP SET CELL STYLE
VP SET DEFAULT STYLE