Skip to content

Commit

Permalink
Release ab_glyph 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jul 17, 2020
1 parent 15ad174 commit 1259d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions glyph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased
* Update _ttf-parser_ to `0.7`.
# 0.2.4
* Update _ttf-parser_ to `0.7` adding CID font support.

# 0.2.3
* Add `v_advance` & `v_side_bearing` methods to `ScaleFont` + `_unscaled` variants to `Font`.
Expand Down
2 changes: 1 addition & 1 deletion glyph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ab_glyph"
version = "0.2.3"
version = "0.2.4"
authors = ["Alex Butler <alexheretic@gmail.com>"]
edition = "2018"
description = "API for loading, scaling, positioning and rasterizing OpenType font glyphs."
Expand Down

0 comments on commit 1259d37

Please sign in to comment.