|
CartoType API
|
#include <cartotype_svg.h>
Public Attributes | |
| bool | iAllowUnits |
| bool | iAllowLimits |
| bool | iAllowPercent |
| TFixed | iLow |
| TFixed | iHigh |
| TFixed | iPoint |
| TFixed | iEm |
| TFixed | iEx |
| TFixed | iHundredPercent |
| MUnitConverter * | iConverter |
Parameters needed when parsing an SVG dimension.
True if a number may be followed by optional comma-separated minimum and maximum values.
True if percentages, expressed by using '%' instead of a unit, are allowed.
True if units are allowed (suffixed to the number as 'pt', in', 'cm,. etc.).
If non-null, a handler for non-standard units.
Em size in pixels.
X height in pixels.
Maximum allowed value in pixels, overriding any limits given in the dimension.
The full size used if percentages are allowed.
Minimum allowed value in pixels, overriding any limits given in the dimension.
Point size in pixels (1pt = 1/72in).
1.7.5.1