3.5 KiB
3.5 KiB
0.20.0
- Update ttf-parser to
0.20.0, changelog. - Guard against future soundness issues if upstream
Facewere to implementDrop.
0.19.0
- Update ttf-parser to
0.19.0, changelog.
0.18.1
- Make
PreParsedSubtablesfacefield public. This allows referencing and unwrapping the underlying face.
0.18.0
- Update ttf-parser to
0.18.0, changelog.
0.17.1
- Add
PreParsedSubtables::glyph_variation_index.
0.17.0
- Update ttf-parser to
0.17.0, changelog.
0.16.0
- Update ttf-parser to
0.16.0, changelog.
0.15.2
- Add
FaceMut::set_variationtrait abstraction for calling mutableFace::set_variationviaOwnedFace. - Use edition 2021.
0.15.1
- Add
OwnedFace::as_slice,OwnedFace::into_vec.
0.15.0
- Update ttf-parser to
0.15.0, addapple-layoutfeature changelog.
0.14.0
- Update ttf-parser to
0.14.0, changelog.
0.13.2
- Add
PreParsedSubtablesstruct allowing pre-parsing of cmap & kern face subtables at initialization time for re-use. This allows much fasterglyph_index&glyphs_hor_kerningavoiding the need to parse subtables inside each call. - Update ttf-parser to
0.13.2, addgvar-allocfeature changelog.
0.13.1
- Update ttf-parser to
0.13.1changelog.
0.13.0
- Update ttf-parser to
0.13changelog.
0.12.1
- Update ttf-parser to
0.12.3to ensure consistent glyph bounding box behaviour.
0.12
- Update ttf-parser to
0.12changelog.
0.11
- Update ttf-parser to
0.11changelog.
0.10
- Update ttf-parser to
0.10changelog. - Add
variable-fontsfeatures, alongside existingstdfeature (both default) inline with upstream.
0.9
- Update ttf-parser to
0.9changelog.
0.8
- Update ttf-parser to
0.8changelog. OwnedFace::from_vecnow returns aResult.
0.7
- Update ttf-parser to
0.7changelog. - Update
*Font->*Faceto reflect the ttf-parser API changes.// 0.6 let owned_font = OwnedFont::from_vec(owned_font_data, 0)?; // 0.7 let owned_face = OwnedFace::from_vec(owned_font_data, 0)?;
0.6
- Update ttf-parser to
0.6.
0.5.1
- Support no_std.
0.5
- Implement crate supporting ttf-parser
0.5.