owned_ttf_parser 0.12.1

ttf-parser plus support for owned data
Documentation
[dependencies.ttf-parser]
default-features = false
version = "0.12.3"

[features]
default = ["std", "variable-fonts"]
std = ["ttf-parser/std"]
variable-fonts = ["ttf-parser/variable-fonts"]

[package]
authors = ["Alex Butler <alexheretic@gmail.com>"]
description = "ttf-parser plus support for owned data"
edition = "2018"
keywords = ["ttf", "truetype", "otf", "opentype"]
license = "Apache-2.0"
name = "owned_ttf_parser"
readme = "README.md"
repository = "https://github.com/alexheretic/owned-ttf-parser"
version = "0.12.1"