Low-level drawing routines.
The Graphics framework defines a set of APIs that can be used to draw paths, primitives and text, as well as handle the loading of fonts and the setting of graphics contexts for compositing, fill color and text color.
Modules | |
Drawing Paths | |
Functions to draw polygons into a graphics context. | |
Drawing Primitives | |
Functions to draw into a graphics context. | |
Drawing Text | |
Functions to draw text into a graphics context. | |
Fonts | |
Custom and system fonts. | |
Graphics Context | |
The "canvas" into which an application draws. | |
Graphics Types | |
Basic graphics types (point, rect, size, color, bitmaps, etc.) and utility functions. | |