Image processing-related features. More...
Classes | |
struct | FontMetrics |
Font metrics information. More... | |
struct | CharMetrics |
Metrics information per character. More... | |
class | Font |
Font. More... | |
struct | ImageSize |
Image size. More... | |
struct | ImagePosition |
Coordinate within the image (upper left being the origin) More... | |
struct | ImageRect |
Rectangular area within the image. More... | |
struct | ImageColor |
Pixel color. More... | |
class | Image |
Image. More... | |
Enumerations | |
enum | FontAlias { System = 0 } |
Font separate name. More... | |
enum | FontStyle { Regular = 0, Bold = 1<<0, Italic = 1<<1 } |
Font style. More... | |
enum | ImageMode { Rgba, A } |
Image mode (pixel format) More... |
Image processing-related features.