TThemeFont.AddFont Method
Adds a new font to the font collection.
Syntax
Unit: FlexCel.Core
procedure TThemeFont.AddFont(const script: string; const typeface: string);
Parameters
<-> |
Parameter |
Type |
Description |
const |
script |
string |
Script to be associated with the font. |
const |
typeface |
string |
Typeface to associate. Set it to null to delete the element |
See also