Searched refs:otm (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DFontInstance.cpp388 OUTLINETEXTMETRIC otm; local
389 GetOutlineTextMetrics(parent->hScreenDC, sizeof(otm), &otm);
394 n_g.v_advance = otm.otmTextMetrics.tmHeight * scale;
554 OUTLINETEXTMETRIC otm; local
555 if ( !GetOutlineTextMetrics(parent->hScreenDC,sizeof(otm),&otm) ) {
559 underline_position = fabs(otm.otmUnderscorePosition *scale);
560 underline_thickness = fabs(otm.otmUnderscoreSize *scale);
561 linethrough_position = fabs(otm
591 OUTLINETEXTMETRIC otm; local
[all...]

Completed in 14 milliseconds