This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
SVG_SET_TEXT_RENDERING
|
SVG_SET_TEXT_RENDERING ( svgObject ; rendering ) | ||||||||
Parameter | Type | Description | ||||||
svgObject | SVG_Ref |
![]() |
Reference of text element | |||||
rendering | Text |
![]() |
Value of rendering | |||||
The SVG_SET_TEXT_RENDERING command is used to define the tradeoffs to make regarding the rendering of text for the text object designated by svgObject. If svgObject is not an SVG text object, an error is generated.
The rendering parameter can have one of the following values: "auto", "optimizeSpeed", "optimizeLegibility", "geometricPrecision" or "inherit". Otherwise, an error is generated.
See Also: http://www.w3.org/TR/2001/REC-SVG-20010904/painting.html#TextRenderingProperty
Product: 4D
Theme: Text
Number:
65879
Created: 4D v12
4D SVG Component ( 4D v20 R7)