Searched refs:GdipGetFontSize (Results 1 – 2 of 2) sorted by relevance
105 void GdipGetFontSize(void* pFont, float* size);
851 void CGdiplusExt::GdipGetFontSize(void* pFont, float* size) { in GdipGetFontSize() function in CGdiplusExt855 GpStatus status = CallFunc(GdipGetFontSize)((GpFont*)pFont, &get_size); in GdipGetFontSize()