| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | add(Style style) | 
|  | FontFace | fontFamily(def value)Sets or returns the font family for text | 
|  | FontFace | fontStretch(def value)Optional. | 
|  | FontFace | fontStyle(def value)Sets or returns whether the style of the font is normal, italic or oblique | 
|  | FontFace | fontWeight(def value)Sets or returns the boldness of the font | 
|  | boolean | isEmpty() | 
|  | void | leftShift(Style style)Adds a Style to this FontFace. | 
|  | FontFace | src(def value)Required. | 
|  | String | toString() | 
|  | FontFace | unicodeRange(def value)Optional. | 
Optional. Defines how the font should be stretched. Default value is "normal"
Sets or returns whether the style of the font is normal, italic or oblique
Adds a Style to this FontFace.