![]() |
Cinder
0.9.1
|
This is the complete list of members for cinder::gl::TextureFont, including all inherited members.
create(const Font &font, const Format &format=Format(), const std::string &supportedChars=TextureFont::defaultChars()) | cinder::gl::TextureFont | static |
defaultChars() | cinder::gl::TextureFont | static |
drawGlyphs(const std::vector< std::pair< uint16_t, vec2 > > &glyphMeasures, const vec2 &baseline, const DrawOptions &options=DrawOptions(), const std::vector< ColorA8u > &colors=std::vector< ColorA8u >()) | cinder::gl::TextureFont | |
drawGlyphs(const std::vector< std::pair< uint16_t, vec2 > > &glyphMeasures, const Rectf &clip, vec2 offset, const DrawOptions &options=DrawOptions(), const std::vector< ColorA8u > &colors=std::vector< ColorA8u >()) | cinder::gl::TextureFont | |
drawString(const std::string &str, const vec2 &baseline, const DrawOptions &options=DrawOptions()) | cinder::gl::TextureFont | |
drawString(const std::string &str, const Rectf &fitRect, const vec2 &offset=vec2(), const DrawOptions &options=DrawOptions()) | cinder::gl::TextureFont | |
drawStringWrapped(const std::string &str, const Rectf &fitRect, const vec2 &offset=vec2(), const DrawOptions &options=DrawOptions()) | cinder::gl::TextureFont | |
getAscent() const | cinder::gl::TextureFont | |
getDescent() const | cinder::gl::TextureFont | |
getFont() const | cinder::gl::TextureFont | |
getGlyphPlacements(const std::string &str, const DrawOptions &options=DrawOptions()) const | cinder::gl::TextureFont | |
getGlyphPlacements(const std::string &str, const Rectf &fitRect, const DrawOptions &options=DrawOptions()) const | cinder::gl::TextureFont | |
getGlyphPlacementsWrapped(const std::string &str, const Rectf &fitRect, const DrawOptions &options=DrawOptions()) const | cinder::gl::TextureFont | |
getName() const | cinder::gl::TextureFont | |
isPremultiplied() const | cinder::gl::TextureFont | |
measureString(const std::string &str, const DrawOptions &options=DrawOptions()) const | cinder::gl::TextureFont | |
measureStringWrapped(const std::string &str, const Rectf &fitRect, const DrawOptions &options=DrawOptions()) const | cinder::gl::TextureFont | |
mFont | cinder::gl::TextureFont | protected |
mFormat | cinder::gl::TextureFont | protected |
mGlyphMap | cinder::gl::TextureFont | protected |
mTextures | cinder::gl::TextureFont | protected |
TextureFont(const Font &font, const std::string &supportedChars, const Format &format) | cinder::gl::TextureFont | protected |