Expand description
Per-page PDF content stream emission.
Enumsยง
- Positioned
Item ๐
Functionsยง
- build_
content_ ๐stream - Build the per-page content stream. The layout engine measures baselines from the top of the page; PDFโs coordinate system is bottom-origin, so we flip once here.
- emit_
embedded_ ๐glyph_ run - emit_
positioned_ ๐text - emit_
simple_ ๐text - emit_
text_ ๐items - emit_
text_ ๐run - encode_
base14_ ๐run - Encode
textagainst a Base14 faceโsDocEncoding. The planner guaranteesbyte_for_charcovers everyWinAnsinative and every extended Latin char that fit into the 256-slot budget; any char outside both: Cyrillic, CJK, emoji: renders as?. Documents that need real coverage should pick the bundled Noto Sans family (the default; users hit this Base14 path only by explicitly asking forHelvetica/Times/Couriervia#set text(font: ...)).