TdxGPFont.SafeCreate(string,Single,TdxGPFontStyle,TdxGraphicUnit,Byte) Method
Declaration
class function SafeCreate(const AFamilyName: string; AEmSize: Single; AStyle: TdxGPFontStyle; AUnit: TdxGraphicUnit = guPoint; AGdiCharSet: Byte = DEFAULT_CHARSET): TdxGPFont;
Parameters
| Name | Type |
|---|---|
| AFamilyName | string |
| AEmSize | Single |
| AStyle | TdxGPFontStyle |
| AUnit | TdxGraphicUnit |
| AGdiCharSet | Byte |
Returns
| Type |
|---|
| TdxGPFont |
See Also