Expand description
Glyph rasterization using fontdue
.
Structs§
- Line
Metrics - Metrics associated with line positioning.
- Metrics
- Encapsulates all layout information associated with a glyph for a fixed scale.
Traits§
- Fontdue
Render Target - Surface that can blend individual pixels for text rendering.
Functions§
- line_
metrics - Retrieve horizontal line metrics for
font_data
atpx
height. - rasterize_
glyph - Rasterize
ch
from the provided font data at the given pixel height. - render_
text - Render UTF‑8 text onto the provided
FontdueRenderTarget
.