Ipelib
|
Provides the fonts used to render text. More...
#include <ipefonts.h>
Provides the fonts used to render text.
Fonts::~Fonts | ( | ) |
Delete all the loaded Faces.
Fonts * Fonts::New | ( | const FontPool * | fontPool | ) | [static] |
Face * Fonts::getFace | ( | int | id | ) |
Get a typeface.
Corresponds to a Freetype "face", or a PDF font resource. A Face can be loaded at various sizes (transformations), resulting in individual FaceSize's.
cairo_font_face_t * Fonts::screenFont | ( | ) | [static] |
Return a Cairo font to render to the screen w/o Latex font.
String Fonts::freetypeVersion | ( | ) | [static] |