Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp376 const uint8_t ChineseFontNames[][5] = {{0xCB, 0xCE, 0xCC, 0xE5, 0x00}, variable
394 int count = sizeof(ChineseFontNames) / sizeof(ChineseFontNames[0]); in CreateFontF()
396 if (tag == CFX_ByteString((const FX_CHAR*)ChineseFontNames[i])) { in CreateFontF()