add 0x204B reversed pilcrow sign
This commit is contained in:
parent
410ece10f2
commit
79e669d65f
1 changed files with 16 additions and 0 deletions
|
@ -498,6 +498,22 @@ export : define [apply] : begin
|
||||||
.cv23 'paragraph.low'
|
.cv23 'paragraph.low'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sketch # revertParagraph
|
||||||
|
|
||||||
|
branch
|
||||||
|
include glyphs.'paragraph.high' AS_BASE
|
||||||
|
include : FlipAround MIDDLE (CAP / 2) (-1) 1
|
||||||
|
save 'revertParagraph.high'
|
||||||
|
branch
|
||||||
|
include glyphs.'paragraph.low' AS_BASE
|
||||||
|
include : FlipAround MIDDLE (CAP / 2) (-1) 1
|
||||||
|
save 'revertParagraph.low'
|
||||||
|
|
||||||
|
select-variant 'revertParagraph' 0x204B 'high' {
|
||||||
|
.cv22 'revertParagraph.high'
|
||||||
|
.cv23 'revertParagraph.low'
|
||||||
|
}
|
||||||
|
|
||||||
sketch # section
|
sketch # section
|
||||||
local top parenTop
|
local top parenTop
|
||||||
local bot parenBot
|
local bot parenBot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue