#include <fontFile.h>
Inheritance diagram for FontFile:
Public Member Functions | |
FontFile () | |
virtual | ~FontFile () |
virtual bool | read (const Filename &filename, bool extract_all, const string &extract_only)=0 |
INLINE double | get_ds () const |
INLINE double | get_dpi () const |
INLINE double | get_vppp () const |
INLINE double | get_hppp () const |
void | sort_chars_by_height () |
INLINE int | get_num_chars () const |
INLINE CharBitmap * | get_char (int n) const |
Protected Types | |
typedef pvector< CharBitmap * > | Chars |
Protected Attributes | |
double | _ds |
double | _vppp |
double | _hppp |
Chars | _chars |
|
Definition at line 59 of file fontFile.h. |
|
Definition at line 42 of file fontFile.cxx. References _ds. |
|
Definition at line 54 of file fontFile.cxx. |
|
Referenced by EggMakeFont::consider_scale_factor(). |
|
Referenced by PkFontFile::do_pre(). |
|
Referenced by PkFontFile::do_pre(), and EggMakeFont::run(). |
|
Referenced by EggMakeFont::get_xy(). |
|
Referenced by EggMakeFont::consider_scale_factor(), and EggMakeFont::run(). |
|
Referenced by EggMakeFont::get_xy(). |
|
Implemented in PkFontFile. Referenced by EggMakeFont::run(). |
|
Definition at line 65 of file fontFile.cxx. References _chars. Referenced by EggMakeFont::run(). |
|
Definition at line 60 of file fontFile.h. Referenced by PkFontFile::do_character(), and sort_chars_by_height(). |
|
Definition at line 55 of file fontFile.h. Referenced by PkFontFile::do_pre(), and FontFile(). |
|
Definition at line 57 of file fontFile.h. Referenced by PkFontFile::do_pre(). |
|
Definition at line 56 of file fontFile.h. Referenced by PkFontFile::do_pre(). |