Searched refs:GdipGetFontSize (Results 1 – 2 of 2) sorted by relevance
85 void GdipGetFontSize(void* pFont, FX_FLOAT* size);
794 void CGdiplusExt::GdipGetFontSize(void* pFont, FX_FLOAT* size) { in GdipGetFontSize() function in CGdiplusExt798 GpStatus status = CallFunc(GdipGetFontSize)((GpFont*)pFont, (REAL*)&get_size); in GdipGetFontSize()