Home
last modified time | relevance | path

Searched refs:charBBox (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1046 aMetric.width = pChar->wx ? pChar->wx : pChar->charBBox.urx; in readAfmMetrics()
1047 aMetric.height = pChar->wy ? pChar->wy : pChar->charBBox.ury - pChar->charBBox.lly; in readAfmMetrics()
H A DparseAFM.cxx901 temp->charBBox.llx = atoi(keyword); in parseCharMetrics()
903 temp->charBBox.lly = atoi(keyword); in parseCharMetrics()
905 temp->charBBox.urx = atoi(keyword); in parseCharMetrics()
907 temp->charBBox.ury = atoi(keyword); in parseCharMetrics()
H A DparseAFM.hxx217 BBox charBBox; /* key: B */ member

Completed in 38 milliseconds