Expand description
QuickDraw rendering primitives.
Submodules cover the parts of QuickDraw that are not directly
mapped to A-line traps in crate::trap::quickdraw:
fonts— built-in DejaVu font baking + heuristic family lookup forGetFontName/GetFNum, plus a runtime override path for embedders that want their own font set.text— software glyph rasteriser used byDrawString,DrawText, and friends. Reads the active font/style from the currentGrafPortand writes pixel coverage directly into the framebuffer at the current pen location.