__cdecl IMAGE_PROC Font RenderScaledFontData(PFONTDATA pfd, PFRACTION width_scale, PFRACTION height_scale); #define RenderFontData(pfd) RenderScaledFontData( pfd,NULL,NULL )
|
Parameters |
Description |
|
PFONTDATA pfd |
pointer to font data. |
|
PFRACTION width_scale |
FRACTION to scale the original font height description by |
|
PFRACTION height_scale |
FRACTION to scale the original font height description by |
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|