Searched refs:GetVertWidth (Results 1 – 3 of 3) sorted by relevance
331 return pCIDFont->GetVertWidth(CID) * fontsize; in GetCharWidth()480 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000; in CalcPositionData()542 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000; in CalcCharPos()
529 short GetVertWidth(FX_WORD CID) const;
1091 short CPDF_CIDFont::GetVertWidth(FX_WORD CID) const in GetVertWidth() function in CPDF_CIDFont