reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofTrueTypeFont Member List

This is the complete list of members for ofTrueTypeFont, including all inherited members.

dbl_to_int26p6(double p)ofTrueTypeFontinlinestatic
drawString(const std::string &s, float x, float y) constofTrueTypeFont
drawStringAsShapes(const std::string &s, float x, float y) constofTrueTypeFont
getAscenderHeight() constofTrueTypeFont
getCharacterAsPoints(uint32_t character, bool vflip=true, bool filled=true) constofTrueTypeFont
getCharAdvance(uint32_t c) constofTrueTypeFontinline
getCharWidth(uint32_t c) constofTrueTypeFontinline
getDescenderHeight() constofTrueTypeFont
getFirstGlyphPosForTexture(const std::string &str, bool vflip) constofTrueTypeFont
getFontTexture() constofTrueTypeFont
getGlyphBBox() constofTrueTypeFont
getLetterSpacing() constofTrueTypeFont
getLineHeight() constofTrueTypeFont
getNumCharacters() constofTrueTypeFont
getSize() constofTrueTypeFont
getSpaceSize() constofTrueTypeFont
getStringAsPoints(const std::string &str, bool vflip=true, bool filled=true) constofTrueTypeFont
getStringBoundingBox(const std::string &s, float x, float y, bool vflip=true) constofTrueTypeFont
getStringMesh(const std::string &s, float x, float y, bool vflip=true) constofTrueTypeFont
getStringTexture(const std::string &s, bool vflip=true) constofTrueTypeFont
hasFullCharacterSet() constofTrueTypeFont
int26p6_to_dbl(long p)ofTrueTypeFontinlinestatic
isAntiAliased() constofTrueTypeFont
isLoaded() constofTrueTypeFont
isValidGlyph(uint32_t) constofTrueTypeFont
load(const of::filesystem::path &filename, int fontsize, bool _bAntiAliased=true, bool _bFullCharacterSet=true, bool makeContours=false, float simplifyAmt=0.0f, int dpi=0)ofTrueTypeFont
load(const ofTrueTypeFontSettings &settings)ofTrueTypeFont
OF_DEPRECATED_MSG("Use load instead", bool loadFont(std::string filename, int fontsize, bool _bAntiAliased=true, bool _bFullCharacterSet=false, bool makeContours=false, float simplifyAmt=0.0f, int dpi=0))ofTrueTypeFont
ofExitCallbackofTrueTypeFontfriend
ofTrueTypeFont()ofTrueTypeFont
ofTrueTypeFont(const ofTrueTypeFont &mom)ofTrueTypeFont
ofTrueTypeFont(ofTrueTypeFont &&mom)ofTrueTypeFont
operator=(const ofTrueTypeFont &mom)ofTrueTypeFont
operator=(ofTrueTypeFont &&mom)ofTrueTypeFont
setDirection(ofTrueTypeFontDirection direction)ofTrueTypeFont
setGlobalDpi(int newDpi)ofTrueTypeFontstatic
setLetterSpacing(float spacing)ofTrueTypeFont
setLineHeight(float height)ofTrueTypeFont
setSpaceSize(float size)ofTrueTypeFont
stringHeight(const std::string &s) constofTrueTypeFont
stringWidth(const std::string &s) constofTrueTypeFont
~ofTrueTypeFont()ofTrueTypeFontvirtual