__cdecl IMAGE_PROC Font RenderScaledFont(CTEXTSTR name, _32 width, _32 height, PFRACTION width_scale, PFRACTION height_scale, _32 flags);
Parameters |
Description |
CTEXTSTR name |
Name of the font (file). |
_32 width |
Original width (in pels) to make the font. |
_32 height |
Original height (in pels) to make the font. |
PFRACTION width_scale |
scalar to apply to the width |
PFRACTION height_scale |
scalar to apply to the height |
_32 flags |
Flags specifying how many bits to render the font with (and other info?) See enum FontFlags. |
Renders a font with a FRACTION scalar for the X and Y sizes.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|