Expand description
Geometric stroke vector text.
Port of agg_gsv_text.h + agg_gsv_text.cpp — renders text using
a built-in stroke font. Each glyph is defined as a series of stroked
line segments (move_to / line_to), making it resolution-independent.
Structs§
- GsvText
- Geometric stroke vector text renderer.
- GsvText
Outline - Stroked text outline with optional transformation.