Docs.rs
  • ttf-parser-0.15.2
    • ttf-parser 0.15.2
    • 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
logo

logo

Module gsub

  • Structs
  • Enums
  • Type Definitions
logo
Change settings

Module ttf_parser::gsub

source · [−]
Expand description

A Glyph Substitution Table implementation.

Structs

AlternateSet

A list of glyphs for Alternate Substitution Subtable.

AlternateSubstitution

A Alternate Substitution Subtable.

Ligature

Glyph components for one ligature.

LigatureSubstitution

A Ligature Substitution Subtable.

MultipleSubstitution

A Multiple Substitution Subtable.

ReverseChainSingleSubstitution

A Reverse Chaining Contextual Single Substitution Subtable.

Sequence

A sequence of glyphs for Multiple Substitution Subtable.

Enums

SingleSubstitution

A Single Substitution Subtable.

SubstitutionSubtable

A glyph substitution lookup subtable enumeration.

Type Definitions

AlternateSets

A set of AlternateSet.

LigatureSet

A Ligature set.

LigatureSets

A list of Ligature sets.

SequenceList

A list of Sequence tables.