CartoType API
Public Attributes
CartoType::Svg::TDimensionParam Class Reference

#include <cartotype_svg.h>

List of all members.

Public Attributes

bool iAllowUnits
bool iAllowLimits
bool iAllowPercent
TFixed iLow
TFixed iHigh
TFixed iPoint
TFixed iEm
TFixed iEx
TFixed iHundredPercent
MUnitConverteriConverter

Detailed Description

Parameters needed when parsing an SVG dimension.


Member Data Documentation

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).


The documentation for this class was generated from the following file: