Searched refs:GetVertWidth (Results 1 – 3 of 3) sorted by relevance
327 return pCIDFont->GetVertWidth(CID) * fontsize; in GetCharWidth()485 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000; in CalcPositionData()547 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000; in CalcCharPos()
453 short GetVertWidth(FX_WORD CID) const;
1372 short CPDF_CIDFont::GetVertWidth(FX_WORD CID) const { in GetVertWidth() function in CPDF_CIDFont