dvi2bitmap  dvi2bitmap1.0
Classes | Public Member Functions | Friends | List of all members
DviFile::FontSet Class Reference

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
 

Detailed Description

Represents the set of fonts in a DVI file.

Member Function Documentation

DviFile::FontSet::const_iterator DviFile::FontSet::begin ( ) const

Referenced by DviFile::getFallbackFont(), and main().

bool DviFile::FontSet::empty ( ) const
inline

Tests whether the FontSet is empty.

Returns
true if the FontSet is empty
DviFile::FontSet::const_iterator DviFile::FontSet::end ( ) const

Referenced by DviFile::getFallbackFont(), and main().

size_t DviFile::FontSet::size ( ) const
inline

Determines the number of fonts in the FontSet.

Returns
the number of fonts available

Friends And Related Function Documentation

friend class DviFile
friend
friend class DviFile::FontSet::const_iterator
friend

The documentation for this class was generated from the following files: