This structure contains members that specify font in format close to MS GDI+ native font.
Declaration:
Copy Code | |
---|---|
typedef struct tagAT_ARTX_FONT
{
AT_FLOAT fSize;
enumIGArtXFontStyle nStyle;
AT_INT32 bDisablePPM;
AT_CHAR lfFaceName[IG_ARTX_FONT_FACESIZE];
} AT_ARTX_FONT, *LPAT_ARTX_FONT;
|
Members:
fSize | Logical font size. |
nStyle | Font style. |
bDisablePPM | This parameter affects calculation of physical font size used for drawing from logical size specified in fSize field. |
lfFaceName | Font face name. |