Expand description
Code generated from the WEB source: engine tables, dispatch, and node types.
Structs§
- Generated
Font System Adapter - Adapter that resolves XeTeX native font requests through a
FontSystem. - Generated
Format Cache - A cached snapshot of a generated engine format image for repeated instantiation.
- Generated
Layout Capture - Layout capture from stripped generated engine output.
- Generated
Platform Adapter - Adapts a
Platformto the portable engine’sPortablePlatforminterface. - Generated
Resource Provider - Adapter that routes generated engine resource requests through the engine
ResourceProvider.
Traits§
- Generated
Font Platform - Trait alias for the portable engine’s native font platform interface.
- Generated
Platform - Trait alias for the portable engine’s platform interface.
Functions§
- generated_
node_ to_ fragment - Converts a single engine node and its children to an IR
Fragment. - pack_
packaged_ format - Packs format image bytes and a font table into a DEFLATE compressed buffer.
- unpack_
packaged_ format - Decompresses a buffer from
pack_packaged_formatinto format bytes and the font table.
Type Aliases§
- Empty
Generated Font Platform - Empty font platform for use when native font loading is disabled.
- Empty
Generated Platform - Deterministic placeholder generated engine platform.
- Generated
Clock - Reexport of the portable engine clock type.
- Generated
Font Handle - Reexport of the portable engine native font handle type.
- Generated
Font Metrics - Reexport of the portable engine font metrics type.
- Generated
Linebreak Request - Reexport of the portable engine linebreak request type.
- Generated
Math Assembly Part - Reexport of the portable engine math assembly part type.
- Generated
Math Kern Corner - Reexport of the portable engine math kern corner enum.
- Generated
Math Variant - Reexport of the portable engine math variant type.
- Generated
Native Glyph - Reexport of the portable engine shaped glyph descriptor.
- Generated
Native Glyph Metrics - Reexport of the portable engine glyph metrics type.
- Generated
Native Text Metrics - Reexport of the portable engine shaped text metrics type.
- Generated
Node Handle - Reexport of the portable engine node handle type.
- Generated
Node Kind - Reexport of the portable engine node kind discriminant.
- Generated
Node Snapshot - Reexport of the portable engine node snapshot type.
- Generated
Node Source Span - Reexport of the portable engine node source span type.
- Generated
Resource Request Record - Reexport of the portable engine resource request record type.
- Generated
Source Span - Reexport of the portable engine source span type.