Create(string,Single,TdxGPFontStyle,TdxGraphicUnit,Byte) Constructor
Initializes a new instance of the TdxGPFont class with specified settings.
Declaration
constructor Create(const AFamilyName: string; AEmSize: Single; AStyle: TdxGPFontStyle; AUnit: TdxGraphicUnit; AGdiCharSet: Byte); overload;
Parameters
Name | Type |
---|---|
AFamilyName | string |
AEmSize | Single |
AStyle | TdxGPFontStyle |
AUnit | TdxGraphicUnit |
AGdiCharSet | Byte |
See Also