File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Unreleased (0.2.31)
2+ * Add "gvar-alloc" feature enabled by default (activates _ ttf-parser_ "gvar-alloc" feature).
3+ Provides full gvar table support.
4+
15# 0.2.30
26* Add ` Font::italic_angle ` for accessing the slant angle.
37
Original file line number Diff line number Diff line change @@ -19,9 +19,12 @@ libm = { version = "0.2.1", optional = true }
1919# don't add any, instead use ./dev
2020
2121[features ]
22- default = [" std" , " variable-fonts" ]
22+ default = [" std" , " variable-fonts" , " gvar-alloc " ]
2323# Activates usage of std.
2424std = [" owned_ttf_parser/default" , " ab_glyph_rasterizer/default" ]
2525# Uses libm when not using std. This needs to be active in that case.
2626libm = [" dep:libm" , " ab_glyph_rasterizer/libm" , " owned_ttf_parser/no-std-float" ]
27+ # Enables `VariableFont` functionality.
2728variable-fonts = [" owned_ttf_parser/variable-fonts" ]
29+ # Enables full gvar table support.
30+ gvar-alloc = [" owned_ttf_parser/gvar-alloc" ]
You can’t perform that action at this time.
0 commit comments