Home
last modified time | relevance | path

Searched refs:remappedFontName (Results 1 – 2 of 2) sorted by relevance

/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvbase.cpp320 const char * remappedFontName = drvbase::theFontMapper.mapFont(textInfo_.currentFontName); in dumpText() local
322 if (remappedFontName) { in dumpText()
324 …errf << "Font remapped from '" << textInfo_.currentFontName << "' to '" << remappedFontName << "'"… in dumpText()
326 textInfo_.currentFontName.copy(remappedFontName); in dumpText()
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvbase.cpp547 const char *remappedFontName = drvbase::theFontMapper().mapFont(textInfo_.currentFontName); in pushText() local
549 if (remappedFontName) { in pushText()
552 currentFontName << "' to '" << remappedFontName << "'" << endl; in pushText()
554 textInfo_.currentFontName.assign(remappedFontName); in pushText()