Searched refs:aBaseFontDir (Results 1 – 1 of 1) sorted by relevance
1678 rtl::OStringBuffer aBaseFontDir( aBaseSysPath.getLength()*2 ); in AddLocalTempFontDirs() local1679 aBaseFontDir.append( rtl::OUStringToOString( aBaseSysPath, RTL_TEXTENCODING_UTF8 ) ); in AddLocalTempFontDirs()1680 aBaseFontDir.append( "/share/fonts/truetype/" ); in AddLocalTempFontDirs()1681 bool bBaseSuccess = AddTempFontDir( aBaseFontDir.getStr() ); in AddLocalTempFontDirs()
Completed in 26 milliseconds