TThemeTextFont.Create Method
Overloads
TThemeTextFont.Create(string)
Creates a new TThemeTextFont.
Syntax
Unit: FlexCel.Core
class function TThemeTextFont.Create(const aTypeface: string): TThemeTextFont; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aTypeface |
string |
See Typeface |
See also
TThemeTextFont.Create(string, string, TPitchFamily, TFontCharSet)
Creates a new TThemeTextFont.
Syntax
Unit: FlexCel.Core
class function TThemeTextFont.Create(const aTypeface: string; const aPanose: string; const aPitch: TPitchFamily; const aCharSet: TFontCharSet): TThemeTextFont; static; overload;
Parameters
See also