Hide Comments
Hide Comments

ParseTextDecoration(String,TSVGFont,Boolean) Method

Comments (0)

Parses the input string for a text decoration value, which describes decorations that are added to the text of an element. The RSCL does not support the blink value.

The allowable values are none | [ underline || overline || line- through || blink ] | inherit

Namespace: FMX.RS.SVGUtils

expandingSyntax

Delphi

 procedure ParseTextDecoration( S: String; Font: TSVGFont; var Inherits: Boolean );
 

Parameters

S

Type: String

Font

Type: TSVGFont

Inherits

Type: Boolean

expandingRemarks

If the string is blank, the procedure does not change the Font parameter. If the string contains 'inherits', the procedure leaves Font parameter unchanged sets the Inherits parameter to true.

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb