ImageGear Professional DLL v17.1 for Windows Accusoft
AT_PDF_FONT_STYLES
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDF_FONT_STYLES

Glossary Item Box

Font styles.

Declaration:

  Copy Code
typedef struct tagAT_PDF_FONT_STYLES
{
        AT_BYTE sFamilyClassID; 
        AT_BYTE sFamilySubclassID;
        AT_BYTE bFamilyType;           
        AT_BYTE bSerifStyle;
        AT_BYTE bWeight;
        AT_BYTE bProportion;
} AT_PDF_FONT_STYLES;

Members:

sFamilyClassID Number that identifies the font family and determines the meaning of the remaining Panose digits. Possible families are Latin, Kanji, Hebrew, and so forth.
sFamilySubclassID Number to identify the kind of family: text, decorative, handwritten, symbols, and so on.
bFamilyType Number to identify the family type: text, decorative, handwritten, symbols, and so on.
bSerifStyle Number that specifies the font's serif style, such as cove, obtuse cove, square, bone, and so forth.
bWeight Number that specifies the font's weight, such as very light, heavy, black, and so on.
bProportion Number that specifies the font's proportions, such as modern, expanded, condensed, mono-spaced, and so on.
©2012. Accusoft Corporation. All Rights Reserved.