Annotation2D
From K-3D
Description
| Displays 2D text annotations, primarily for documentation / tutorials |
| Plugin Status: | Stable |
| Categories: | All Plugins, Stable Plugins, Annotation Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Font | Font path | k3d::filesystem::path | font |
| Font Size | Font size. | k3d::double_t | font_size |
| Line Width | Maximum width of a single line of text.. | k3d::double_t | line_width |
| Line Spacing | Controls the spacing between lines of text. | k3d::double_t | line_spacing |
| Alignment | Controls the alignment of adjacent lines of text. | k3d::string_t | alignment |
| Text | Annotation text | k3d::string_t | text |
| Color | Annotation color | k3d::color | color |
| X | X Position | k3d::double_t | x |
| Y | Y Position | k3d::double_t | y |
Tip:
StringSourceScript can be used to collect and transform data from any node/s in K-3D so that it can be used by the Text property of Annotation2D.

