VP Font to object
VP Font to object ( font : Text ) : Object
Paramètres | Type | Description | |
---|---|---|---|
font | Text | -> | Chaîne raccourcie pour la police (shorthand) |
Résultat | Object | <- | Objet police |
Description
The VP Font to object
utility command returns an object from a font shorthand string. .
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.
L'objet retourné contient les attributs de police définis comme propriétés. For more information about the available properties, see the VP Object to font command.
Exemple 1
Le code suivant :
$font:=VP Font to object("16pt arial")
retournera l'objet $font suivant :
{
family:arial
size:16pt
}
Exemple 2
See example for VP Object to font
.
Voir également
4D View Pro Style Objects and Style Sheets
VP Object to font
VP SET CELL STYLE
VP SET DEFAULT STYLE