Text rendering type, which provides a hint to the SVG library about what tradeoffs to make as it renders text
VCL Only
Namespace: RSSVG
Delphi
|
published
property TextRendering: TSVGTextRendering read GetTextRendering write SetTextRendering default txrnAuto;
|
Property Value
Type: TSVGTextRendering
Warning
|
If ipTextRendering is in the Inherits property, the text rendering value of the parent is returned
|
|