|
CartoType API
|
#include <cartotype_svg.h>
Public Attributes | |
| TPointFixed | iOrigin |
| CArray< TFixed > | iX |
| CArray< TFixed > | iY |
| CArray< TFixed > | iDx |
| CArray< TFixed > | iDy |
| CArray< TFixed > | iRotate |
| TFixed | iTextLength |
| bool | iAdjustGlyphs |
Parameters used when rendering text.
Specified by the "lengthAdjust" attribute; if false, adjust spacing only; if true, adjust spacing and glyphs
X shifts specified in user units by the "dx" attribute.
Y shifts specified in user units by the "dy" attribute.
Current text origin in user units.
Rotations in radians specified by the "rotate" attribute.
Text length specified by the "textLength" attribute.
Absolute x coordinates in user units specified by the "x" attribute.
Absolute y coordinates in user units specified by the "y" attribute.
1.7.5.1