__cdecl IMAGE_PROC Font RenderScaledFontData(PFONTDATA pfd, PFRACTION width_scale, PFRACTION height_scale); __cdecl IMAGE_PROC Font RenderScaledFontEx(CTEXTSTR name, _32 width, _32 height, PFRACTION width_scale, PFRACTION height_scale, _32 flags, size_t * pnFontDataSize, POINTER * pFontData); __cdecl IMAGE_PROC Font RenderScaledFontEx(CTEXTSTR name, _32 width, _32 height, PFRACTION width_scale, PFRACTION height_scale, _32 flags, size_t * pnFontDataSize, POINTER * pFontData);
Parameters |
Description |
PFONTDATA pfd |
pointer to font data. |
PFONTDATA pfd |
pointer to font data. |
PFRACTION width_scale |
FRACTION to scale the original font height description by. if NULL uses the original font's size. |
PFRACTION width_scale |
FRACTION to scale the original font height description by. if NULL uses the original font's size. |
PFRACTION height_scale |
FRACTION to scale the original font height description by. if NULL uses the original font's size. |
PFRACTION height_scale |
FRACTION to scale the original font height description by. if NULL uses the original font's size. |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|