Font for FontLib engine.
More...
#include <fonts.hpp>
Font::Font |
( |
FcPattern * |
pat | ) |
|
Font::Font |
( |
const std::string & |
family | ) |
|
Font::Font |
( |
const std::string & |
family, |
|
|
cairo_font_slant_t |
slant, |
|
|
cairo_font_weight_t |
weight |
|
) |
| |
Font::Font |
( |
const Font & |
font | ) |
|
std::string Font::family |
( |
void |
| ) |
const |
FcPattern* Font::fcpattern |
( |
void |
| ) |
const |
cairo_font_face_t* Font::font_face |
( |
void |
| ) |
const |
void Font::load |
( |
class FontLib & |
fontlib | ) |
|
Font& Font::operator= |
( |
const Font & |
font | ) |
|
cairo_font_slant_t Font::slant |
( |
void |
| ) |
const |
cairo_font_weight_t Font::weight |
( |
void |
| ) |
const |
The documentation for this class was generated from the following file: