Lines Matching refs:FontMap
26 FontMap::FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &sta… in FontMap() function in FontMap
114 FontMap::~FontMap() in ~FontMap()
131 le_int32 FontMap::getFontIndex(const char *fontName) in getFontIndex()
175 char *FontMap::strip(char *s) in strip()
199 const LEFontInstance *FontMap::getScriptFont(le_int32 scriptCode, LEErrorCode &status) in getScriptFont()
233 le_int32 FontMap::getAscent() const in getAscent()
236 ((FontMap *) this)->getMaxMetrics(); in getAscent()
242 le_int32 FontMap::getDescent() const in getDescent()
245 ((FontMap *) this)->getMaxMetrics(); in getDescent()
251 le_int32 FontMap::getLeading() const in getLeading()
254 ((FontMap *) this)->getMaxMetrics(); in getLeading()
260 void FontMap::getMaxMetrics() in getMaxMetrics()