Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cinder::gl::TextureFont Member List

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::TextureFontstatic
defaultChars()cinder::gl::TextureFontstatic
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
mFontcinder::gl::TextureFontprotected
mFormatcinder::gl::TextureFontprotected
mGlyphMapcinder::gl::TextureFontprotected
mTexturescinder::gl::TextureFontprotected
TextureFont(const Font &font, const std::string &supportedChars, const Format &format)cinder::gl::TextureFontprotected