Home | History | Annotate | Download | only in fpdftext

Lines Matching defs:pFont

1095 int CPDF_TextPage::GetCharWidth(FX_DWORD charCode, CPDF_Font* pFont) const

1100 int w = pFont->GetCharWidthF(charCode);
1103 pFont->AppendChar(str, charCode);
1104 w = pFont->GetStringWidth(str, 1);
1107 pFont->GetCharBBox(charCode, BBox);
1467 CPDF_Font* pFont = pTextObj->GetFont();
1475 if (-1 == pFont->CharCodeFromUnicode(wChar)) {
1525 CPDF_Font* pFont = pTextObj->GetFont();
1551 charinfo.m_CharCode = pFont->CharCodeFromUnicode(wChar);
1585 CPDF_Font* pFont = pTextObj->GetFont();
1727 FX_DWORD space_charcode = pFont->CharCodeFromUnicode(' ');
1730 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000 ;
1739 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont));
1769 CFX_WideString wstrItem = pFont->UnicodeFromCharCode(item.m_CharCode);