Structs§
- Area
- Subarea of a 2D figure by dot (pixel) indices.
- Canvas
Descriptor - Describes a
Canvas
to be constructed. - Color
- An RGBA float representation of a color.
- Curve
Descriptor - Fill
Descriptor - Describes a region to be filled with a specified color.
- Font
- Complete font settings.
- Line
- A line from point-1 to point-2.
- Line
Descriptor - Describes a line to be drawn.
- Point
- Arbitrary point.
- Save
File Descriptor - Describes how to save the image to a file.
- Shape
Descriptor - Describes a shape to be drawn.
- Size
- 2D size in dot (pixel) numbers.
- Text
Descriptor
Enums§
- Alignment
- How something should be aligned.
- Draw
Error - The error type for this library.
- File
Format - A graphics image file format.
- Font
Name - The name of a text font.
- Font
Slant - The slant of a font.
- Font
Weight - The weight of a font.
- Image
Format - Shape
- A drawable shape.
Traits§
- Canvas
- Represents a structure used for drawing.