ebiten/text/v2
Hajime Hoshi 769de21ad1 text/v2: bug fix: some OpenType fonts didn't work
NotoSansJP-VF.otf from https://github.com/notofonts/noto-cjk/releases/tag/Sans2.004
was not rendered correctly. This change fixes this issue.

Updates go-text/typesetting#122
2023-12-12 14:45:41 +09:00
..
export_test.go text/v2: refactoring 2023-12-09 22:07:17 +09:00
glyph.go text/v2: define different key types for StdFace and GoTextFaceSource 2023-11-19 23:40:47 +09:00
gotext.go text/v2: bug fix: Glyph's XOffset/YOffset should be considered 2023-12-12 01:33:25 +09:00
gotextfacesource.go text/v2: refactoring 2023-12-11 03:43:13 +09:00
gotextseg.go text/v2: bug fix: some OpenType fonts didn't work 2023-12-12 14:45:41 +09:00
layout.go text/v2: adjust offsets for vertical texts 2023-12-12 01:40:42 +09:00
limited.go Revert "text/v2: rename Glyph -> Cluster" 2023-12-05 19:44:32 +09:00
metadata.go text/v2: remove Metadata.Monospace 2023-11-28 12:22:09 +09:00
multi_test.go text/v2: bug fix: MultiFace should use the last face as the final resort 2023-12-05 21:40:53 +09:00
multi.go text/v2: bug fix: MultiFace should use the last face as the final resort 2023-12-05 21:40:53 +09:00
std.go text/v2: add a non-image glyphs for index info 2023-12-05 20:06:06 +09:00
stdcache.go all: add text/v2 2023-11-12 17:04:25 +09:00
text_test.go text/v2: refactoring 2023-12-09 22:07:17 +09:00
text.go text/v2: refactoring 2023-12-11 03:43:13 +09:00