Crate texlang_font

Crate texlang_font 

Source
Expand description

§Font loading subsystem for Texlang

This crate implements font loading and font variable management for Texlang.

Structs§

FontComponent
Component needed to use the \font command.
NoOpFontRepo
ScriptFontMarker
Registers marker for the \scriptfont command.
ScriptScriptFontMarker
Registers marker for the \scriptscriptfont command.
TextFontMarker
Registers marker for the \textfont command.

Traits§

FontRepo
A font repository is where font data is stored.
HasFontRepo

Functions§

get_font
Get the \font command.
get_fontname
Get the \fontname command.
get_nullfont
Get the \nullfont command.
get_scriptfont
Get the \scriptfont command.
get_scriptscriptfont
Get the \scriptscriptfont command.
get_textfont
Get the \textfont command.