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

#include <IFocusCache.h>

Public Types

typedef object_type data_type
 

Public Member Functions

int operator== (const PMFontData &other) const
 

Public Attributes

PMString fName
 
PMString fFaceName
 
UID fFamilyUID
 
Fixed * fAxes
 
int16 fNumAxes
 
bool16 fIncorrectFace
 

Detailed Description

Provides necessary & sufficient data to specify a font

Member Function Documentation

int PMFontData::operator== (const PMFontDataother) const
inline

fName when font is available or missing is the postcript name. That is sufficient to distinguish cases where font family is the same but font style is different. And that is why we do not look at fFaceName in this comparison.