Home | History | Annotate | Download | only in layout

Lines Matching refs:otm

112     OUTLINETEXTMETRIC otm;
163 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm);
170 fUnitsPerEM = otm.otmEMSquare;
171 fAscent = otm.otmTextMetrics.tmAscent;
172 fDescent = otm.otmTextMetrics.tmDescent;
173 fLeading = otm.otmTextMetrics.tmExternalLeading;
197 OUTLINETEXTMETRIC otm;
251 UINT ret = GetOutlineTextMetrics(hdc, sizeof otm, &otm);
254 fUnitsPerEM = otm.otmEMSquare;
255 fAscent = otm.otmTextMetrics.tmAscent;
256 fDescent = otm.otmTextMetrics.tmDescent;
257 fLeading = otm.otmTextMetrics.tmExternalLeading;