Home | History | Annotate | Download | only in layout

Lines Matching full:bbox

1534   CFX_Rect bbox;
1536 bCharBBox = pFont->GetBBox(&bbox);
1538 FX_FLOAT fLeft = std::max(0.0f, bbox.left * fScale);
1539 FX_FLOAT fHeight = FXSYS_fabs(bbox.height * fScale);