ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ArtX Component API Reference / ArtX Component Structures Reference / AT_ARTX_FONT
In This Topic
    AT_ARTX_FONT
    In This Topic

    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.