Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp342 FX_RECT fontRect; in GetSpaceCharWidth() local
343 pFont->GetFontBBox(fontRect); in GetSpaceCharWidth()
345 bVertWriting ? (FX_FLOAT)fontRect.Height() : (FX_FLOAT)fontRect.Width(); in GetSpaceCharWidth()