TuttleOFX
1
|
#include <TextProcess.hpp>
Public Member Functions | |
make_glyph (FT_Face face) | |
glyph_t * | operator() (char ch) |
Data Fields | |
FT_Face | _face |
to be used with boost::ptr_container
Definition at line 35 of file TextProcess.hpp.
tuttle::plugin::text::TextProcess< View, Functor >::make_glyph::make_glyph | ( | FT_Face | face | ) | [inline] |
Definition at line 39 of file TextProcess.hpp.
glyph_t* tuttle::plugin::text::TextProcess< View, Functor >::make_glyph::operator() | ( | char | ch | ) | [inline] |
FT_Face tuttle::plugin::text::TextProcess< View, Functor >::make_glyph::_face |
Definition at line 37 of file TextProcess.hpp.
Referenced by tuttle::plugin::text::TextProcess< View, Functor >::make_glyph::operator()().