Skip to content

Commit 1b04bfe

Browse files
committed
Merge branch 'main' into unicode-lookup-perf
1 parent 813b2a9 commit 1b04bfe

File tree

10 files changed

+335
-954
lines changed

10 files changed

+335
-954
lines changed

harfbuzz/glyph.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ func (info *GlyphInfo) setAatDeleted() {
371371
func (info *GlyphInfo) isVariationSelector() bool {
372372
return info.unicode.generalCategory() == ucd.Cf && (info.unicode&upropsMaskCfVs) != 0
373373
}
374+
375+
func (info *GlyphInfo) setVariationSelector(customize bool) {
376+
if customize {
374377
info.setGeneralCategory(ucd.Cf)
375378
info.unicode |= upropsMaskCfVs
376379
} else {

harfbuzz/ot_shape_use_table.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/unicodedata/east_asian_width.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/unicodedata/emojis.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/unicodedata/grapheme_break.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/unicodedata/indic.go

Lines changed: 174 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/unicodedata/indic_conjunct_break.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)