![]() | InDesign SDK 20.5 |
#include <IFontNames.h>

Public Types | |
| enum | { kDefaultIID = IID_IFONTNAMES } |
Public Member Functions | |
| virtual void | FontsNeeded (K2Vector< PMString > &nameList)=0 |
| virtual void | FontsSupplied (K2Vector< PMString > &nameList)=0 |
| virtual void | SetFontsNeeded (K2Vector< PMString > &nameList)=0 |
| virtual void | SetFontsSupplied (K2Vector< PMString > &nameList)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface to hold font information for a graphic, such as EPS and PDF.
This routine is used to get the font names of the fonts needed (not supplied) by the graphic.
| nameList | OUT a vector of font name strings that are needed but not supplied |
This routine is used to get the font names of the fonts supplied or embedded in the graphic.
| nameList | OUT a vector of font name strings that are supplied |
Set the list of font names needed by this graphic.
| nameList | IN a vector of font name strings that are needed but not supplied |