- 14 Dec, 2018 2 commits
-
-
Alex Butler authored
Fix get_glyph_shape panic consola \u{feff} Closes #19 See merge request !28
-
Alex Butler authored
Panics with ``` let consolas = stb_truetype::FontInfo::new(&include_bytes!("../consola.ttf")[..], 0).ok_or("bad font")?; let feff_id = consolas.find_glyph_index('\u{feff}' as u32); let _ = consolas.get_glyph_shape(feff_id); ``` Fixes #19
-
- 11 Dec, 2018 1 commit
-
-
Alex Butler authored
Edition 2018 See merge request !27
-
- 10 Dec, 2018 1 commit
-
-
Alex Butler authored
-
- 07 Dec, 2018 1 commit
-
-
Alex Butler authored
-
- 06 Dec, 2018 1 commit
-
-
Alex Butler authored
-
- 07 Sep, 2018 1 commit
-
-
Alex Butler authored
-
- 06 Sep, 2018 1 commit
-
-
Alex Butler authored
-
- 05 Sep, 2018 6 commits
-
-
Alex Butler authored
Add benchmark test for compound glyph shape See merge request !26
-
Alex Butler authored
roboto_colon bench 1.05 faster
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
Use i8 positions in compound glyphs Closes #18 See merge request !25
-
Alex Butler authored
-
- 02 Sep, 2018 5 commits
-
-
Alex Butler authored
Safe rework of get_glyph_shape Closes #15 and #16 See merge request !24
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
Remove unsafe usages Don't use Vertex data for 2 different thigns Simplify type usages
-
- 27 Aug, 2018 2 commits
-
-
Alex Butler authored
-
Alex Butler authored
-
- 24 Aug, 2018 19 commits
-
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
Fix/address clippy lints See merge request !23
-
Alex Butler authored
-
Alex Butler authored
cargo fmt + remove commented code See merge request !22
-
Alex Butler authored
-
Alex Butler authored
Optimise get_v_metrics, scale_for_pixel_height See merge request !21
-
Alex Butler authored
Optimise get_glyph_h_metrics See merge request !20
-
Alex Butler authored
3.5x faster benchmarks
-
Alex Butler authored
-
Alex Butler authored
Optimise get_glyph_box See merge request !19
-
Alex Butler authored
Optimise find_glyph_index (format=12,13) See merge request !18
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
-
Alex Butler authored
-
Alex Butler authored
-