Add:
- COMBINING LATIN SMALL LETTER INSULAR R (`U+1ACD`) (#1808). - LATIN CAPITAL LETTER INSULAR R (`U+A782`) (#1808). - LATIN SMALL LETTER INSULAR R (`U+A783`) (#1808).
This commit is contained in:
parent
659bb011fe
commit
ca1ee57a0d
3 changed files with 23 additions and 0 deletions
|
@ -589,10 +589,12 @@ glyph-block Autobuild-Transformed : begin
|
|||
list 0xA677 'cyrl/u'
|
||||
|
||||
createMedievalCombs Descender CAP : list
|
||||
list 0x1ACD 'rInsular'
|
||||
list 0x1DEB 'f'
|
||||
list 0x1DE5 'longs'
|
||||
list 0x1DEF 'esh'
|
||||
list 0xA69E 'cyrl/ef'
|
||||
|
||||
: where : [createMedievalCombs defaultLow defaultHigh _records] : begin
|
||||
local { records relSets targetNameMap } : extendRelatedGlyphs 'medievalAbove' _records
|
||||
local pendingGlyphs : records.map : [record] => record.1
|
||||
|
|
|
@ -172,6 +172,22 @@ glyph-block Letter-Latin-Lower-N : begin
|
|||
if sLT : include : sLT XH
|
||||
if sLB : include : sLB 0
|
||||
|
||||
create-glyph "RInsular.\(suffix)" : glyph-proc
|
||||
include : MarkSet.capDesc
|
||||
include : Body CAP SB RightSB (0 + TailY - HalfStroke) Stroke
|
||||
include : RetroflexHook.rExt RightSB (0 + TailY - HalfStroke)
|
||||
include : VBar.l SB Descender 0
|
||||
if sLT : include : sLT CAP
|
||||
if sLB : include : sLB Descender
|
||||
|
||||
create-glyph "rInsular.\(suffix)" : glyph-proc
|
||||
include : MarkSet.p
|
||||
include : Body XH SB RightSB (0 + TailY - HalfStroke) Stroke
|
||||
include : RetroflexHook.rExt RightSB (0 + TailY - HalfStroke)
|
||||
include : VBar.l SB Descender 0
|
||||
if sLT : include : sLT XH
|
||||
if sLB : include : sLB Descender
|
||||
|
||||
select-variant 'n' 'n'
|
||||
link-reduced-variant 'n/sansSerif' 'n' MathSansSerif
|
||||
link-reduced-variant 'n/descBase' 'n'
|
||||
|
@ -185,6 +201,8 @@ glyph-block Letter-Latin-Lower-N : begin
|
|||
select-variant 'nCurlyTail' 0x235 (follow -- 'eng')
|
||||
select-variant 'nCrossedTail' 0xAB3B (follow -- 'eng')
|
||||
select-variant 'engCrossedTail' 0xAB3C (follow -- 'eng')
|
||||
select-variant 'RInsular' 0xA782 (follow -- 'eng')
|
||||
select-variant 'rInsular' 0xA783 (follow -- 'eng')
|
||||
select-variant 'NExt' 0x220 (follow -- 'n')
|
||||
select-variant 'nExt' 0x19E (follow -- 'n')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue