Docs.rs
  • ttf-parser-0.24.1
    • ttf-parser 0.24.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • RazrFalcon
    • alerque
    • LaurenzV
    • khaledhosny
    • Dependencies
      • core_maths ^0.1.0 normal optional
      • base64 ^0.22.1 dev
      • pico-args ^0.5 dev
      • tiny-skia-path ^0.11.4 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.24.1

Module gpos

  • Structs
  • Enums

In crate ttf_parser

Module ttf_parser::gpos

source ·
Expand description

A Glyph Positioning Table implementation.

Structs§

  • Anchor
    An Anchor Table.
  • AnchorMatrix
    An Anchor parsing helper.
  • ClassMatrix
    A ValueRecord pairs matrix used by PairAdjustment.
  • CursiveAdjustment
    A Cursive Attachment Positioning Subtable.
  • CursiveAnchorSet
    A list of entry and exit Anchor pairs.
  • HintingDevice
    A Device Table hinting values.
  • LigatureArray
    An array or ligature anchor matrices.
  • MarkArray
    A Mark Array.
  • MarkToBaseAdjustment
    A Mark-to-Base Attachment Positioning Subtable.
  • MarkToLigatureAdjustment
    A Mark-to-Ligature Attachment Positioning Subtable.
  • MarkToMarkAdjustment
    A Mark-to-Mark Attachment Positioning Subtable.
  • PairSet
    A ValueRecord pairs set used by PairAdjustment.
  • PairSets
    A list of PairSets.
  • ValueRecord
    A Value Record.
  • ValueRecordsArray
    An array of Value Records.
  • VariationDevice
    A Device Table indexes into Item Variation Store.

Enums§

  • Device
    A Device Table.
  • PairAdjustment
    A Pair Adjustment Positioning Subtable.
  • PositioningSubtable
    A glyph positioning lookup subtable enumeration.
  • SingleAdjustment
    A Single Adjustment Positioning Subtable.