InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SnpCompFontDataSettings Struct Reference

Public Attributes

bool16 fIsDefault
 
PMString fName
 
UID fFontUID
 
PMString fFontStyle
 
PMReal fSizeValue
 
PMReal fBaselineValue
 
PMReal fHScaleValue
 
PMReal fVScaleValue
 
bool16 fIsLocked
 
CharRangeCollection fRanges
 
bool16 fScaleOption
 

Detailed Description

Stores the composite font character classes used for ICompFontDataSettings. This structure is a field in the SnpCompositeFontData structure.

See Also
ICompFontDataSettings

Member Data Documentation

PMReal SnpCompFontDataSettings::fBaselineValue

Baseline offset value for this character class

PMString SnpCompFontDataSettings::fFontStyle

Font style used by this character class

UID SnpCompFontDataSettings::fFontUID

Font UID used by this character class

PMReal SnpCompFontDataSettings::fHScaleValue

Horizontal scale for this character class.

bool16 SnpCompFontDataSettings::fIsDefault

Flag to determine if this is a default character class.

bool16 SnpCompFontDataSettings::fIsLocked

Indicates if this character class can or cannot be edited

PMString SnpCompFontDataSettings::fName

Name of the character class

CharRangeCollection SnpCompFontDataSettings::fRanges

Specifies the range of characters in this character class.

See Also
CharacterRange
CharRangeCollection
bool16 SnpCompFontDataSettings::fScaleOption

Scale option in the user interface for this character class.

PMReal SnpCompFontDataSettings::fSizeValue

Font size for this character class.

PMReal SnpCompFontDataSettings::fVScaleValue

Vertical scale for this character class.