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) | ofTrueTypeFont | inlinestatic |
drawString(const std::string &s, float x, float y) const | ofTrueTypeFont | |
drawStringAsShapes(const std::string &s, float x, float y) const | ofTrueTypeFont | |
getAscenderHeight() const | ofTrueTypeFont | |
getCharacterAsPoints(uint32_t character, bool vflip=true, bool filled=true) const | ofTrueTypeFont | |
getCharAdvance(uint32_t c) const | ofTrueTypeFont | inline |
getCharWidth(uint32_t c) const | ofTrueTypeFont | inline |
getDescenderHeight() const | ofTrueTypeFont | |
getFirstGlyphPosForTexture(const std::string &str, bool vflip) const | ofTrueTypeFont | |
getFontTexture() const | ofTrueTypeFont | |
getGlyphBBox() const | ofTrueTypeFont | |
getLetterSpacing() const | ofTrueTypeFont | |
getLineHeight() const | ofTrueTypeFont | |
getNumCharacters() const | ofTrueTypeFont | |
getSize() const | ofTrueTypeFont | |
getSpaceSize() const | ofTrueTypeFont | |
getStringAsPoints(const std::string &str, bool vflip=true, bool filled=true) const | ofTrueTypeFont | |
getStringBoundingBox(const std::string &s, float x, float y, bool vflip=true) const | ofTrueTypeFont | |
getStringMesh(const std::string &s, float x, float y, bool vflip=true) const | ofTrueTypeFont | |
getStringTexture(const std::string &s, bool vflip=true) const | ofTrueTypeFont | |
hasFullCharacterSet() const | ofTrueTypeFont | |
int26p6_to_dbl(long p) | ofTrueTypeFont | inlinestatic |
isAntiAliased() const | ofTrueTypeFont | |
isLoaded() const | ofTrueTypeFont | |
isValidGlyph(uint32_t) const | ofTrueTypeFont | |
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 | |
ofExitCallback | ofTrueTypeFont | friend |
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) | ofTrueTypeFont | static |
setLetterSpacing(float spacing) | ofTrueTypeFont | |
setLineHeight(float height) | ofTrueTypeFont | |
setSpaceSize(float size) | ofTrueTypeFont | |
stringHeight(const std::string &s) const | ofTrueTypeFont | |
stringWidth(const std::string &s) const | ofTrueTypeFont | |
~ofTrueTypeFont() | ofTrueTypeFont | virtual |