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

    SysFont platform specific data.

    Declaration:

     
    Copy Code
    typedef struct tagAT_PDF_SYSFONT_PLATDATA
    {
            DWORD size;
            LOGFONT* lf;
            DWORD fontPath;
            DWORD afmPath;
    } AT_PDF_SYSFONT_PLATDATA;
    typedef AT_PDF_SYSFONT_PLATDATA FAR* LPAT_PDF_SYSFONT_PLATDATA;
    

    Members:

    Name Type Description
    size DWORD sizeof(AT_PDF_SYSFONT_PLATDATA).
    lf LOGFONT* Windows LOGFONT structure defining font attributes.
    fontPath DWORD Not used.
    afmPath DWORD Not used.