Parses the input string for alignment baseline, which specifies how an object is aligned with respect to its parent. This property specifies which baseline of this element is to be aligned with the corresponding baseline of the parent. For example, this allows alphabetic baselines in Roman text to stay aligned across font size changes. It defaults to the baseline with the same name as the computed value of the alignment-baseline property.
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseAlignmentBaseline( S: String; DefValue: TSVGAlignmentBaseline; var Inherits: Boolean ): TSVGAlignmentBaseline; |
Parameters
S
Type: String
Input string to parse
DefValue
Type: TSVGAlignmentBaseline
Default Value. If the string is empty, the default value is returned
Inherits
Type: Boolean
Type: TSVGAlignmentBaseline