Commit 598c0b5 1 parent 4843a52 commit 598c0b5 Copy full SHA for 598c0b5
File tree 2 files changed +5
-0
lines changed
packages/font-glyphs/src/letter/latin-ext
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 15
15
- SQUARED SALTIRE (` U+26DD ` ) ... FALLING DIAGONAL IN WHITE CIRCLE IN BLACK SQUARE (` U+26DE ` ).
16
16
- HEAVY CIRCLED SALTIRE (` U+2B59 ` ).
17
17
- TOP HALF LEFT PARENTHESIS (` U+2E59 ` ) ... BOTTOM HALF RIGHT PARENTHESIS (` U+2E5C ` ).
18
+ - LATIN CAPITAL LETTER RAMS HORN (` U+A7CB ` ) (#2506 ).
18
19
- LATIN CAPITAL LETTER S WITH DIAGONAL STROKE (` U+A7CC ` ) ... LATIN SMALL LETTER S WITH DIAGONAL STROKE (` U+A7CD ` ).
19
20
- LATIN CAPITAL LETTER LAMBDA (` U+A7DA ` ) ... LATIN CAPITAL LETTER LAMBDA WITH STROKE (` U+A7DC ` ).
20
21
- COUNTING ROD UNIT DIGIT ONE (` U+1D360 ` ) ... COUNTING ROD TENS DIGIT NINE (` U+1D371 ` ).
Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ glyph-block Letter-Latin-Rams-Horn : begin
76
76
include : MarkSet.e
77
77
include : RamsHornShape false 0 XH
78
78
79
+ create-glyph 'Ramshorn' 0xA7CB : glyph-proc
80
+ include : MarkSet.capital
81
+ include : RamsHornShape false 0 CAP
82
+
79
83
### Ayin
80
84
create-glyph 'latinAyin' 0x1D25 : glyph-proc
81
85
include : MarkSet.e
You can’t perform that action at this time.
0 commit comments