Home | History | Annotate | Download | only in win32

Lines Matching defs:get_size

592     REAL get_size;
594 GpStatus status = CallFunc(GdipGetFontSize)((GpFont *)pFont, (REAL*)&get_size);
596 *size = (FX_FLOAT)get_size;