Move registered trademark symbol (U+00A9, ®) to superscript (#679).

This commit is contained in:
be5invis 2020-08-26 20:34:26 -07:00
parent 2fb9bef84a
commit bb44b4d867
5 changed files with 38 additions and 20 deletions

View file

@ -132,6 +132,7 @@ export all : define [buildGlyphs para recursive recursiveCodes] : begin
run-glyph-module '../glyphs/symbol/punctuation.js'
run-glyph-module '../glyphs/symbol/arrow.js'
run-glyph-module '../glyphs/symbol/geometric.js'
run-glyph-module '../glyphs/symbol/enclosure.js'
run-glyph-module '../glyphs/symbol/math.js'
run-glyph-module '../glyphs/symbol/letter.js'
run-glyph-module '../glyphs/symbol/braille.js'