#include </home/clem/local/src/opie/core/multimedia/opieplayer/libflash/font.h>
Inheritance diagram for SwfFont:


Public Member Functions | |
| SwfFont (long id) | |
| ~SwfFont () | |
| void | setFontShapeTable (Shape *shapes, long n) |
| void | setFontName (char *str) |
| void | setFontLookUpTable (long *lut) |
| void | setFontFlags (FontFlags f) |
| long | getGlyphCode (long index) |
| long | getNbGlyphs () |
| Shape * | getGlyph (long index) |
| char * | getName () |
| FontFlags | getFlags () |
Private Attributes | |
| Shape * | glyphs |
| long | nbGlyphs |
| char * | name |
| FontFlags | flags |
| long * | lookUpTable |
| long | ascent |
| long | descent |
| long | leading |
|
|
Definition at line 29 of file font.cc. References flags, glyphs, lookUpTable, name, nbGlyphs, NULL, and setFontName(). |
|
|
Definition at line 39 of file font.cc. References glyphs, lookUpTable, and name. |
|
|
Definition at line 61 of file font.cc. References flags. |
|
|
Definition at line 73 of file font.cc. References glyphs, and nbGlyphs. Referenced by Text::doText(). |
|
|
Definition at line 80 of file font.cc. References lookUpTable, and nbGlyphs. Referenced by Text::addTextRecord(), and Text::doText(). |
|
|
Reimplemented from Character. Definition at line 55 of file font.cc. References name. |
|
|
Definition at line 67 of file font.cc. References nbGlyphs. Referenced by CInputScript::ParseDefineFontInfo(). |
|
|
Definition at line 49 of file font.cc. References flags. Referenced by CInputScript::ParseDefineFont2(), and CInputScript::ParseDefineFontInfo(). |
|
|
Definition at line 95 of file font.cc. References lookUpTable. Referenced by CInputScript::ParseDefineFont2(), and CInputScript::ParseDefineFontInfo(). |
|
|
Definition at line 87 of file font.cc. References name. Referenced by CInputScript::ParseDefineFont2(), CInputScript::ParseDefineFontInfo(), and SwfFont(). |
|
||||||||||||
|
Definition at line 101 of file font.cc. References glyphs, and nbGlyphs. Referenced by CInputScript::ParseDefineFont(), and CInputScript::ParseDefineFont2(). |
|
|
|
|
|
|
|
|
Definition at line 27 of file font.h. Referenced by getFlags(), setFontFlags(), and SwfFont(). |
|
|
Definition at line 24 of file font.h. Referenced by getGlyph(), setFontShapeTable(), SwfFont(), and ~SwfFont(). |
|
|
|
|
|
Definition at line 28 of file font.h. Referenced by getGlyphCode(), setFontLookUpTable(), SwfFont(), and ~SwfFont(). |
|
|
Reimplemented from Character. Definition at line 26 of file font.h. Referenced by getName(), setFontName(), SwfFont(), and ~SwfFont(). |
|
|
Definition at line 25 of file font.h. Referenced by getGlyph(), getGlyphCode(), getNbGlyphs(), setFontShapeTable(), and SwfFont(). |
1.4.2