Home
last modified time | relevance | path

Searched defs:getCodepointsFromString (Results 1 – 2 of 2) sorted by relevance

/dports/devel/love/love-11.3/src/modules/graphics/
H A DFont.cpp345 void Font::getCodepointsFromString(const std::string &text, Codepoints &codepoints) in getCodepointsFromString() function in love::graphics::Font
366 void Font::getCodepointsFromString(const std::vector<ColoredString> &strs, ColoredCodepoints &codep… in getCodepointsFromString() function in love::graphics::Font
/dports/devel/love10/love-0.10.2/src/modules/graphics/opengl/
H A DFont.cpp360 void Font::getCodepointsFromString(const std::string &text, Codepoints &codepoints) in getCodepointsFromString() function in love::graphics::opengl::Font
381 void Font::getCodepointsFromString(const std::vector<ColoredString> &strs, ColoredCodepoints &codep… in getCodepointsFromString() function in love::graphics::opengl::Font