src/components/kendoUI/baseComponents/controlComponent/font/font.ts
Represent the font object managed through the model.
Properties |
|
Methods |
|
Accessors |
constructor(fontFamily?: FontFamily, size?: any, style?: FontStyle)
|
||||||||||||
Initialize the Font object.
Parameters :
|
Private _fontFamily |
Type : FontFamily
|
Private _model |
Type : any
|
The model to be notified. |
Private _style |
Type : FontStyle
|
The style of the font |
Private UpdateSyle |
UpdateSyle()
|
Returns :
void
|
model | ||||||
setmodel(value: any)
|
||||||
Sets the model
Parameters :
Returns :
void
|
fontFamily |
getfontFamily()
|
Get the current font family object.
Returns :
FontFamily
|
name |
getname()
|
Get the namer of the font.
Returns :
string
|
style |
getstyle()
|
Get the style value.
Returns :
FontStyle
|