#include <IPrintJobData.h>
|
| enum | { kIsVertical = 0x00000001 } |
| |
| typedef base_type | data_type |
| |
Font_Info is the container for font information for the pages in the publication. Used in the IPrintJobData interface.
| Font_Info::Font_Info | ( | const CTFontDict * | ctFontDict, | | | int32 | numDesignVectors = 0, | | | Fixed * | designVectors = nil, | | | uint32 | flags = 0 | | ) | | |
| inline |
constructor
- Parameters
| ctFontDict | IN pointer to a CTFontDict for the font |
| numDesignVectors | IN the number of design vectors for the font - only applicable for multiple master fonts - defaults to zero |
| designVectors | IN pointer to the array of Fixed numbers for the design vectors |
| flags | IN the flags for this font |
| const CTFontDict* Font_Info::GetCTFontDict | ( | | ) | const |
| inline |
get the CTFontDict for this font
- Returns
- CTFontDict pointer
| void Font_Info::GetDesignVectors | ( | Fixed * | dV | ) | const |
| inline |
get the design vectors
- Parameters
| dV | OUT a pointer to an array of 4 Fixed values to store the design vectors in |
| uint32 Font_Info::GetFlags | ( | | ) | const |
| inline |
get the flags for this font
- Returns
- the flags
| size_t Font_Info::GetNumDesignVectors | ( | | ) | const |
| inline |
get the number of design vectors for this font
- Returns
- the number of design vectors
assignment operator for this class
| bool16 Font_Info::operator== | ( | const Font_Info & | fi | ) | const |
| inline |
equality operator for this class
- Returns
- kTrue if classes are equal, kFalse otherwise