Expand description
§Font loading subsystem for Texlang
This crate implements font loading and font variable management for Texlang.
Structs§
- Font
Component - Component needed to use the
\fontcommand. - NoOp
Font Repo - Script
Font Marker - Registers marker for the
\scriptfontcommand. - Script
Script Font Marker - Registers marker for the
\scriptscriptfontcommand. - Text
Font Marker - Registers marker for the
\textfontcommand.
Traits§
- Font
Repo - A font repository is where font data is stored.
- HasFont
Repo
Functions§
- get_
font - Get the
\fontcommand. - get_
fontname - Get the
\fontnamecommand. - get_
nullfont - Get the
\nullfontcommand. - get_
scriptfont - Get the
\scriptfontcommand. - get_
scriptscriptfont - Get the
\scriptscriptfontcommand. - get_
textfont - Get the
\textfontcommand.