Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::PutCharacterVerticalFont Function
C++
__cdecl IMAGE_PROC void PutCharacterVerticalFont(Image pImage, S_32 x, S_32 y, CDATA color, CDATA background, _32 c, Font font);
Parameters 
Description 
Image pImage 
image to draw string into 
S_32 x 
x position of the string 
S_32 y 
y position of the string 
CDATA color 
color of the data drawn in the font 
CDATA background 
color of the data not drawn in the font 
_32 c 
the character to output 
Font font 
the font to use. NULL use an internal default font. 

Outputs a string in the specified font, from the specified point, text is drawn from the point up, with the characters aligned with the top to the left; it goes up from the point. the point becomes the bottom left of the rectangle output.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!