ab_glyph 0.2.21

API for loading, scaling, positioning and rasterizing OpenType font glyphs.
Documentation
[dependencies.ab_glyph_rasterizer]
default-features = false
version = "0.1.2"

[dependencies.libm]
optional = true
version = "0.2.1"

[dependencies.owned_ttf_parser]
default-features = false
version = "0.19"

[dev-dependencies]

[features]
default = ["std", "variable-fonts"]
libm = ["dep:libm", "ab_glyph_rasterizer/libm"]
std = ["owned_ttf_parser/default", "ab_glyph_rasterizer/default"]
variable-fonts = ["owned_ttf_parser/variable-fonts"]

[package]
authors = ["Alex Butler <alexheretic@gmail.com>"]
description = "API for loading, scaling, positioning and rasterizing OpenType font glyphs."
edition = "2021"
keywords = ["text", "ttf", "truetype", "otf", "opentype"]
license = "Apache-2.0"
name = "ab_glyph"
readme = "README.md"
repository = "https://github.com/alexheretic/ab-glyph"
resolver = "1"
version = "0.2.21"