fonterator 0.6.0

Load fonts as vector graphics in pure Rust with advanced text layout.
Documentation
[badges.is-it-maintained-open-issues]
repository = "libcala/fonterator"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "libcala/fonterator"
[dependencies.footile]
version = "0.3"

[dependencies.ttf-parser]
version = "0.3"

[dependencies.unicode-script]
version = "0.3"
[dev-dependencies.footile]
version = "0.3"

[dev-dependencies.png_pong]
version = "0.0.2"

[dev-dependencies.svg]
version = "0.6"

[features]
default = ["monospace-font"]
monospace-font = []
normal-font = []

[package]
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
categories = ["gui", "rendering"]
description = "Load fonts as vector graphics in pure Rust with advanced text layout."
documentation = "https://docs.rs/fonterator"
edition = "2018"
homepage = "https://libcala.github.io/fonterator"
keywords = ["font", "truetype", "opentype", "ttf", "otf"]
license = "MIT / BSL-1.0"
name = "fonterator"
readme = "README.md"
repository = "https://github.com/libcala/fonterator"
version = "0.6.0"
[package.metadata.docs.rs]
all-features = true