Méthode | Description | |
---|---|---|
addAttributesToRender ( $writer ) | Adds attributes related to CSS styles to renderer. | |
copyFrom ( $font ) | Copies the fields in a new font to this font. | |
getBold ( ) : boolean | ||
getIsEmpty ( ) : boolean | ||
getItalic ( ) : boolean | ||
getName ( ) : string | ||
getOverline ( ) : boolean | ||
getSize ( ) : string | ||
getStrikeout ( ) : boolean | ||
getUnderline ( ) : boolean | ||
mergeWith ( $font ) | Merges the font with a new one. | |
reset ( ) | Clears up the font. | |
setBold ( $value ) | ||
setItalic ( $value ) | ||
setName ( $value ) | ||
setOverline ( $value ) | ||
setSize ( $value ) | ||
setStrikeout ( $value ) | ||
setUnderline ( $value ) | ||
toString ( ) : string |
Méthode | Description | |
---|---|---|
_getZappableSleepProps ( &$exprops ) | Returns an array with the names of all variables of this object that should NOT be serialized because their value is the default one or useless to be cached for the next page loads. |
protected _getZappableSleepProps ( &$exprops ) |
public addAttributesToRender ( $writer ) |
public copyFrom ( $font ) |
public getIsEmpty ( ) : boolean | ||
Résultat | boolean | whether the font is empty |
public getOverline ( ) : boolean | ||
Résultat | boolean | whether the font is overlined. Defaults to false. |
public getStrikeout ( ) : boolean | ||
Résultat | boolean | whether the font is strikeout. Defaults to false. |
public getUnderline ( ) : boolean | ||
Résultat | boolean | whether the font is underlined. Defaults to false. |
public mergeWith ( $font ) |