Hide Comments
Hide Comments

ParseFontStyle(String,TFontStyles,Boolean) Method

Comments (0)

Parses the input string for a font style value, which specifies whether the text is to be rendered using a normal, italic or oblique face.

The allowable inputs are normal | italic | oblique | inherit
 

Namespace: FMX.RS.SVGUtils

expandingSyntax

Delphi

 function ParseFontStyle( S: String; DefValue: TFontStyles; var Inherits: Boolean ): TFontStyles; 
 

Parameters

S

Type: String

DefValue

Type: TFontStyles

Inherits

Type: Boolean

Return Value

Type: TFontStyles

expandingRemarks

If the string is blank, the function returns the default value ( DefValue). If the string contains 'inherits', the function returns the default value and sets the Inherits parameter to true.

expandingSee Also

Reference

Comments (0)

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