src/components/kendoUI/baseComponents/controlComponent/font/fontFamily.ts
Represents the font family object.
Properties |
Methods |
|
Accessors |
constructor(name?: string)
|
||||||||
|
Initis a new font family.
Parameters :
|
| Private _model |
Type : any
|
|
The model to be managed. |
| Private _name |
Type : string
|
|
The name of the font |
| Private updateName |
updateName()
|
|
Set the name of the current font.
Returns :
void
|
| model | ||||||
setmodel(value: any)
|
||||||
|
Set the current model.
Parameters :
Returns :
void
|
| name |
getname()
|
|
Get the namer of the font.
Returns :
string
|