ASP Painter
Home
Home
Samples
Samples
Purchase
Purchase
Download
Download
Documentation
Documentation


ASPPainter TextOut

TextOut Statement:

Draws text with selected TrueType font

Object.TextOut x,y,string

Parameters:

x-X coordinate
y-Y coordinate
string- text to draw

Sample: object.SetFontName 10,10,"ASPPainter.com"

This method draws a text on the current image. Before calling this method, you can set font name, font size, font style or a combination of styles, set font orientation, antialiasing, gradient, text region and text align. See SetFontName, SetFontBold, SetFontSize, SetFontOrientation, SetGradient, SetFontRectangle, SetTextAlign for more information.
See also

ClearFontRectangle, ClearFontStyle, ExistFontGetFontHeight ,SetTextAlign, SetFontAntialias, SetFontBold, SetFontGradient, SetFontItalicSetFontName ,SetFontOrientationSetFontRectangleSetFontRegular ,SetFontSizeSetFontStrikeout ,SetFontUnderline , TextOut

More samples:


Text
Antialias, Exist font, Font, Fonts, Rotate text, Style, Text gradient, Text in rectangle



home samples purchase documentation download