Skip to main content

Create(TdxGPFontFamily,Single,TdxGPFontStyle,TdxGraphicUnit,Byte,Boolean) Constructor

Initializes a new instance of the TdxGPFont class with specified settings.

Declaration

constructor Create(AFamily: TdxGPFontFamily; AEmSize: Single; AStyle: TdxGPFontStyle; AUnit: TdxGraphicUnit; AGdiCharSet: Byte; AGdiVerticalFont: Boolean); overload;

Parameters

Name Type
AFamily TdxGPFontFamily
AEmSize Single
AStyle TdxGPFontStyle
AUnit TdxGraphicUnit
AGdiCharSet Byte
AGdiVerticalFont Boolean
See Also