Expand description
Fonts
Structs§
- TfmFontI
- See
TfmFont. - TfmFont
System - A font system for
.tfm-files, as used by plain TeX, eTeX and pdfTeX forCharacter=u8
Traits§
- Font
- A font provides various information about
Characters (or, rather, glyphs) in that font. Since in theStomachevery glyph in the output is directly associated with aFont, we clone them a lot, so they should be cheap to clone; e.g. usingRcorArcis a good idea. - Font
System - A font system provides
Fonts, which in turn provide various information aboutCharacters (or, rather, glyphs) in that font.