Create(GpFont,Byte,Boolean) Constructor
Initializes a new instance of the TdxGPFont class with specified settings.
Declaration
constructor Create(ANativeFont: GpFont; AGdiCharSet: Byte; AGdiVerticalFont: Boolean); overload;
Parameters
| Name | Type |
|---|---|
| ANativeFont | GpFont |
| AGdiCharSet | Byte |
| AGdiVerticalFont | Boolean |
See Also