Module tex_glyphs::fontstyles

source ·
Expand description

Font modifiers - e.g. bold, fraktur, italic, etc.

Structs§

  • A wrapper struct that applies a sequence of font modifiers to a string
  • A sequence of font modifiers, encoded as bitfields

Enums§

Traits§

  • A trait for applying font modifiers to something. Implemented for anything that implements AsRef<str>, and for CharConverter for chaining.