Home | History | Annotate | Download | only in fxedit

Lines Matching full:charcode

106     FX_DWORD charcode = word;
109 charcode = pPDFFont->CharCodeFromUnicode(word);
111 charcode = m_pFontMap->CharCodeFromUnicode(nFontIndex, word);
113 if (charcode != -1)
114 return pPDFFont->GetCharWidthF(charcode);