dvi2bitmap
dvi2bitmap1.0
|
Represents the set of fonts in a DVI file. More...
#include <DviFile.h>
Classes | |
class | const_iterator |
Public Member Functions | |
bool | empty () const |
Tests whether the FontSet is empty. More... | |
size_t | size () const |
Determines the number of fonts in the FontSet. More... | |
const_iterator | begin () const |
const_iterator | end () const |
Friends | |
class | DviFile |
class | DviFile::FontSet::const_iterator |
Represents the set of fonts in a DVI file.
DviFile::FontSet::const_iterator DviFile::FontSet::begin | ( | ) | const |
Referenced by DviFile::getFallbackFont(), and main().
|
inline |
DviFile::FontSet::const_iterator DviFile::FontSet::end | ( | ) | const |
Referenced by DviFile::getFallbackFont(), and main().
|
inline |
Determines the number of fonts in the FontSet.
|
friend |
|
friend |