-
class
Font
: public Resource
(Return to index)
-
InterViews font class.
Type:
Base Classes:
Derived Classes
Include file:
Description: in reference manual
Public:
- int
Baseline () const
- boolean
FixedWidth () const
-
Font (const char*, float scale = 1.0)
-
Font (const char*, float scale = 1.0)
- int
Height () const
- int
Index (const char*, int offset, boolean between) const
- int
Index (const char*, int, int offset, boolean between) const
- int
Width (const char*) const
- int
Width (const char*, int) const
- virtual void
char_bbox (long, FontBoundingBox&) const
- virtual void
cleanup ()
- virtual const char*
encoding () const
- static boolean
exists (Display*, const char*)
- static boolean
exists (Display*, const char*)
- virtual void
font_bbox (FontBoundingBox&) const
- virtual int
index (const char*, int, float offset, boolean between) const
- static const Font*
lookup (const char*)
- static const Font*
lookup (const char*)
- virtual const char*
name () const
- FontRep*
rep (Display*) const
- virtual Coord
size () const
- virtual void
string_bbox (const char*, int, FontBoundingBox&) const
- virtual Coord
width (const char*, int) const
- virtual Coord
width (long) const
- virtual
~Font ()
Protected:
Friend methods:
(more documentation)