ImageGear Professional DLL v18.1 for Windows
AT_ARTX_FONT
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > ArtX Component API Reference > ArtX Component Structures Reference > AT_ARTX_FONT

Glossary Item Box

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:

Name Type Description
fSize AT_FLOAT Logical font size.
nStyle enumIGArtXFontStyle Font style.
bDisablePPM AT_INT32 This parameter affects calculation of physical font size used for drawing from logical size specified in fSize field.
lfFaceName AT_CHAR Font face name.
©2014. Accusoft Corporation. All Rights Reserved.