TThemeFont.Create Constructor
Overloads
TThemeFont.Create
Creates a new TThemeFont instance.
Syntax
Unit: FlexCel.Core
constructor TThemeFont.Create;
See also
TThemeFont.Create(TThemeTextFont, TThemeTextFont, TThemeTextFont)
Creates a new TThemeFont.
Syntax
Unit: FlexCel.Core
constructor TThemeFont.Create(const aLatin: TThemeTextFont; const aEastAsian: TThemeTextFont; const aComplexScript: TThemeTextFont);
Parameters
See also