|
CartoType API
|
#include <cartotype_style_sheet.h>
Public Member Functions | |
| void | Normalise () |
Public Attributes | |
| TLineStyle | iLineStyle |
| const TLabelStyle * | iLabelStyle |
| TFixed | iGraphicsWidth |
| TFixed | iShadowWidth |
| TPaint | iShadowPaint |
| TPointFixed | iShadowOffset |
| TFixed | iGraphicsBorderWidth |
| TPaint | iGraphicsBorderPaint |
| CSymbol * | iEnd |
| uint32 | iForcedLevel |
| TFixed | iMaxIntersectionDistance |
The style of a bridge.
If non-null, a symbol to be drawn at the ends of the bridge borders. The symbol is relative to the right hand end of the last segment of the top border. It is transformed appropriately to join on to the other three ends. Not owned.
The forced z-level if any. This value is made up from flags indicating whether there is a forced level, and whether it is relative to the current level, and the signed value.
Color used for bridge borders and ends.
Width of bridge borders in pixels.
Width of bridge graphics in pixels.
If non-null, the label style. If null, the main label style is used.
The line style: members override the main style if specified.
The maximum distance from an object, in pixels, that is affected when a bridge is drawn.To set this value correctly, call Normalise after setting the other parameters.
Shadow offset in pixels.
Color used for bridge shadows.
Width of bridge shadow in pixels.
1.7.5.1