MeVisLab Toolbox Reference
|
This is the complete list of members for GL2DFont, including all inherited members.
_next | GLResource | protected |
_previous | GLResource | protected |
checkUTF8StringForUnicodeChars(const char *string, size_t length=0) const | GL2DFont | protected |
cleanup() | GL2DFont | protected |
contextDestroyed() override | GL2DFont | virtual |
copyAndConvertString(const char *string, size_t length, const wchar_t **optionalUnicodeString) const | GL2DFont | protected |
debugFontRenderingEnabled() | GL2DFont | |
doFontDraw(const float dx, const float dy, const float fontSize, const float color[4], const bool shadow, const char *asciiString, const wchar_t *optionalUnicodeString, const float *shadowColor) | GL2DFont | protected |
drawString(const float dx, const float dy, const float fontSize, const float color[4], const char *string, const size_t length=0, const bool overlay=false, const bool shadow=true, const float *shadowColor=nullptr) | GL2DFont | |
findFontFile(const char *fontName) | GL2DFont | protected |
findFontFileWithFontconfig(const char *fontName) | GL2DFont | protected |
getDefaultSystemFont() | GL2DFont | static |
getDefaultSystemFontName() | GL2DFont | static |
getFontAscender(const float fontSize) const | GL2DFont | |
getFontDescender(const float fontSize) const | GL2DFont | |
getFontHeight(const float fontSize) const | GL2DFont | |
getFontIndex(const float fontSize) const | GL2DFont | protected |
getGLError() | GLResource | static |
getStringWidth(const float fontSize, const char *string, const size_t length) const | GL2DFont | |
GL2DFont() | GL2DFont | |
GLResource() | GLResource | |
init() | GL2DFont | |
init(const char *fontname) | GL2DFont | |
init(const char *fontname, const int numFonts, const int *sizes) | GL2DFont | |
isInitialized() const | GL2DFont | inline |
isUnicodeRenderingPossible() const | GL2DFont | inline |
MAX_FONTS enum value | GL2DFont | |
postFontDraw(const bool overlay) | GL2DFont | protected |
preFontDraw(const bool overlay) | GL2DFont | protected |
reloadFonts() | GL2DFont | protected |
~GL2DFont() override | GL2DFont | |
~GLResource() | GLResource | virtual |