TdxGPFontStyle Enum
Declaration
TdxGPFontStyle = (
FontStyleRegular = 0,
FontStyleBold = 1,
FontStyleItalic = 2,
FontStyleUnderline = 4,
FontStyleStrikeout = 8
);
Members
Name |
---|
FontStyleRegular
|
FontStyleBold
|
FontStyleItalic
|
FontStyleUnderline
|
FontStyleStrikeout
|
See Also