Skip to main content

Module gsv_text

Module gsv_text 

Source
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.
GsvTextOutline
Stroked text outline with optional transformation.