ttf-parser 0.19.2

A high-level, safe, zero-allocation TrueType font parser.
Documentation
[dev-dependencies.base64]
version = "0.13"

[dev-dependencies.pico-args]
version = "0.5"

[dev-dependencies.xmlwriter]
version = "0.1"

[features]
apple-layout = []
default = ["std", "opentype-layout", "apple-layout", "variable-fonts", "glyph-names"]
glyph-names = []
gvar-alloc = ["std"]
opentype-layout = []
std = []
variable-fonts = []

[package]
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
categories = ["parser-implementations"]
description = "A high-level, safe, zero-allocation TrueType font parser."
documentation = "https://docs.rs/ttf-parser/"
edition = "2018"
exclude = ["benches/**"]
keywords = ["ttf", "truetype", "opentype"]
license = "MIT OR Apache-2.0"
name = "ttf-parser"
readme = "README.md"
repository = "https://github.com/RazrFalcon/ttf-parser"
version = "0.19.2"