TuttleOFX
1
|
#include <freegil.hpp>
Public Member Functions | |
glyph (char ch, FT_Face face, boost::gil::rgb8_pixel_t pixel) | |
Data Fields | |
char | ch |
FT_Face | face |
boost::gil::rgb8_pixel_t | pixel |
Definition at line 19 of file freegil.hpp.
layer::glyph::glyph | ( | char | ch, |
FT_Face | face, | ||
boost::gil::rgb8_pixel_t | pixel | ||
) | [inline] |
Definition at line 21 of file freegil.hpp.
char layer::glyph::ch |
Definition at line 24 of file freegil.hpp.
Referenced by layer::make_metric::operator()(), and layer::render_glyphs< view_t >::operator()().
FT_Face layer::glyph::face |
Definition at line 25 of file freegil.hpp.
Referenced by layer::make_metric::operator()(), and layer::render_glyphs< view_t >::operator()().
boost::gil::rgb8_pixel_t layer::glyph::pixel |
Definition at line 26 of file freegil.hpp.
Referenced by layer::render_glyphs< view_t >::operator()().