Go to the source code of this file.
Classes | |
class | Drawable_t |
Drawable object, which can be the target of drawing operations. More... | |
Enumerations | |
enum | line_cap_type_t { eLCT_butt, eLCT_butt_extended_half_width, eLCT_round } |
Non-core library: UTgfx
Definition in file UTDrawable.h.
enum line_cap_type_t |
Enumeration indicated how lines should be terminated. Butt line caps are chopped off perpendicular to the line, on the end coordinates. Butt extended half width line caps are chopped off perpendicular to the line, but chopped off half a line width beyond the end coordinates. Round line caps have a rounded cap with a radius of one half line width.
Definition at line 45 of file UTDrawable.h.