Returns true if the text drawing can be optimized and all text can be drawn at once.
Text can be drawn as one unit if there are not multiple X, Y coordinates, or DX, DY changes, and no individual character rotations. Also, the text needs to be left-to-right or right-to-left and the characters need to be facing perpendicular to the text direction (up with Western alphabets).
Namespace: FMX.RS.SVG.Text
Delphi |
public |
Return Value
Type: Boolean