Ipelib
Public Member Functions | List of all members
ipe::Face Class Reference

#include <ipefonts.h>

Public Member Functions

 Face (int id, const Font &font)
 
 ~Face ()
 
bool matches (int id) const
 
Font::TType type () const
 
int width (int ch) const
 
cairo_font_face_t * cairoFont ()
 
int getGlyph (int ch)
 

Detailed Description

A typeface (aka font), actually loaded (from a font file or PDF file).

Constructor & Destructor Documentation

Face::Face ( int  id,
const Font font 
)
Face::~Face ( )

Member Function Documentation

bool ipe::Face::matches ( int  id) const
inline
Font::TType ipe::Face::type ( ) const
inline

Referenced by getGlyph().

int ipe::Face::width ( int  ch) const
inline
cairo_font_face_t* ipe::Face::cairoFont ( )
inline
int Face::getGlyph ( int  ch)

References ipe::Font::EType1, and type().


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