Cinder  0.9.1
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, 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
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