pod graphics
Graphics support
Classes
| Color |
Models an CSS4 RGB color with alpha |
| DeviceContext |
DeviceContext models the target device for graphical rendering. |
| Font |
Font models font-family, font-size, and font-style, and font-weight. |
| FontMetrics |
FontMetrics represents font size information for a specific |
| Insets |
Insets represents spacing around the edge of a rectangle. |
| Point |
Point models a x,y coordinate. |
| Rect |
Represents the x,y coordinate and w,h size of a rectangle. |
| Size |
Size models the width and height of a shape. |
Enums
| FontStyle |
Font style property values: normal, italic, oblique |
| FontWeight |
Font weight property values |