Skip to content

Commit 813b2a9

Browse files
committed
Merge branch 'main' into unicode-lookup-perf
2 parents b942daf + b5760db commit 813b2a9

File tree

10 files changed

+923
-3
lines changed

10 files changed

+923
-3
lines changed

harfbuzz/glyph.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,6 @@ 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 {
377374
info.setGeneralCategory(ucd.Cf)
378375
info.unicode |= upropsMaskCfVs
379376
} else {

harfbuzz/ot_shape_use_table.go

Lines changed: 1 addition & 0 deletions
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: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/unicodedata/emojis.go

Lines changed: 2 additions & 0 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: 1 addition & 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: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)