__cdecl IMAGE_PROC int GetFontRenderData(Font font, POINTER * fontdata, _32 * fontdatalen);
Parameters |
Description |
Font font |
Font to get the render description from. |
POINTER * fontdata |
a pointer to a pointer which will be filled with a pointer buffer that has the font data. |
_32 * fontdatalen |
a pointer to 32 bit value to receive the length of data. |
This can be used to get the internal description of a font, which the user may then save, and use later to recreate the font the same way.
Copyright (c) 2010. All rights reserved.
|
What do you think about this topic? Send feedback!
|