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