ab_glyph 0.2.14

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

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

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

[dev-dependencies]

[features]
default = ["std"]
libm = ["libm2", "ab_glyph_rasterizer/libm"]
std = ["owned_ttf_parser/default", "ab_glyph_rasterizer/default"]

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