Searched refs:fontIndex (Results 1 – 1 of 1) sorted by relevance
207 le_int32 fontIndex = fFontIndices[scriptCode]; in getScriptFont() local209 if (fontIndex < 0) { in getScriptFont()216 if (fFontInstances[fontIndex] == NULL) { in getScriptFont()217 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont()220 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]); in getScriptFont()226 return fFontInstances[fontIndex]; in getScriptFont()