Documentation Project 1
|
__cdecl IMAGE_PROC Font InternalRenderFontFile(CTEXTSTR file, S_16 nWidth, S_16 nHeight, _32 flags);
Parameters |
Description |
CTEXTSTR file |
Filename of a font to render. |
S_16 nWidth |
desired width in pixels to render the font. |
S_16 nHeight |
desired height in pixels to render the font. |
_32 flags |
0 = render mono. 2=render 2 bits, 3=render 8 bit. |
Use a font file to get a font that can be used for outputting characters and strings.
Copyright (c) 2010. All rights reserved.
|
What do you think about this topic? Send feedback!
|