Docs.rs
  • ttf-parser-0.20.0
    • ttf-parser 0.20.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • RazrFalcon
    • alerque
    • LaurenzV
    • khaledhosny
    • Dependencies
      • base64 ^0.13 dev
      • pico-args ^0.5 dev
      • xmlwriter ^0.1 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ttf_parser0.20.0

Module math

  • Structs

In crate ttf_parser

?
Change settings

Module ttf_parser::math

source ·
Expand description

A Math Table implementation.

Structs

  • Constants
    A Math Constants Table.
  • GlyphAssembly
    A Glyph Assembly Table.
  • GlyphConstruction
    A Math Glyph Construction Table.
  • GlyphConstructions
    A mapping from glyphs to Math Glyph Construction Tables.
  • GlyphInfo
    A Math Glyph Info Table.
  • GlyphPart
    Details for a glyph part in an assembly.
  • GlyphVariant
    Description of math glyph variants.
  • Kern
    A Math Kern Table.
  • KernInfo
    An entry in a Math Kern Info Table.
  • KernInfos
    A Math Kern Info Table.
  • MathValue
    A Math Value with optional device corrections.
  • MathValues
    A mapping from glyphs to Math Values.
  • PartFlags
    Glyph part flags.
  • Table
    A Math Table.
  • Variants
    A Math Variants Table.