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


ASPPainter SetFontStrikeout

SetFontStrikeout Statement:

Set strikeout font style

Object.SetFontStrikeout fontStrikeout

Parameters:

fontStrikeout-has integer type. Possible values: [0-1]. Sets/resets strikeout

Sample: object.SetFontStrikeout 1

This method sets strikeout font style with 1 value of fontStrikeout parameter or resets strikeout font style with 0 value. You can combine styles by making consecutive calls to different set style methods. For example to set italic and bold, call SetFontBold 1 and SetFontItalic 1.A combination of font styles can be reset with ClearFontStyle method.
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