Searched refs:remappedFontName (Results 1 – 2 of 2) sorted by relevance
320 const char * remappedFontName = drvbase::theFontMapper.mapFont(textInfo_.currentFontName); in dumpText() local322 if (remappedFontName) { in dumpText()324 …errf << "Font remapped from '" << textInfo_.currentFontName << "' to '" << remappedFontName << "'"… in dumpText()326 textInfo_.currentFontName.copy(remappedFontName); in dumpText()
547 const char *remappedFontName = drvbase::theFontMapper().mapFont(textInfo_.currentFontName); in pushText() local549 if (remappedFontName) { in pushText()552 currentFontName << "' to '" << remappedFontName << "'" << endl; in pushText()554 textInfo_.currentFontName.assign(remappedFontName); in pushText()