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, Vec2f > > &glyphMeasures, const Vec2f &baseline, const DrawOptions &options=DrawOptions(), const std::vector< ColorA8u > &colors=std::vector< ColorA8u >()) | cinder::gl::TextureFont | |
| drawGlyphs(const std::vector< std::pair< uint16_t, Vec2f > > &glyphMeasures, const Rectf &clip, Vec2f offset, const DrawOptions &options=DrawOptions(), const std::vector< ColorA8u > &colors=std::vector< ColorA8u >()) | cinder::gl::TextureFont | |
| drawString(const std::string &str, const Vec2f &baseline, const DrawOptions &options=DrawOptions()) | cinder::gl::TextureFont | |
| drawString(const std::string &str, const Rectf &fitRect, const Vec2f &offset=Vec2f::zero(), const DrawOptions &options=DrawOptions()) | cinder::gl::TextureFont | |
| drawStringWrapped(const std::string &str, const Rectf &fitRect, const Vec2f &offset=Vec2f::zero(), 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] |
| 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] |