Move private PUA marks to EFxx (#2404)
This commit is contained in:
parent
3bd1bfa454
commit
7a8f18f3b0
2 changed files with 10 additions and 10 deletions
|
@ -18,11 +18,11 @@ glyph-block Spaces : begin
|
|||
|
||||
alias 'nbsp' 0xA0 'space'
|
||||
|
||||
create-glyph 'markDemoBaseSpace' 0xE00E : glyph-proc
|
||||
create-glyph 'markDemoBaseSpace' 0xEF0E : glyph-proc
|
||||
local df : include : DivFrame 1
|
||||
include : df.markSet.plus
|
||||
|
||||
create-glyph 'markBaseSpace' 0xE00D : glyph-proc
|
||||
create-glyph 'markBaseSpace' 0xEF0D : glyph-proc
|
||||
local df : include : DivFrame para.diversityI
|
||||
include : df.markSet.e
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ glyph-block Symbol-Pictograph-Metric-Marks : begin
|
|||
glyph-block-import CommonShapes
|
||||
glyph-block-import Common-Derivatives
|
||||
|
||||
create-glyph 'metmark' 0xE00F : glyph-proc
|
||||
create-glyph 'metmark' 0xEF0F : glyph-proc
|
||||
include : VBar.m Middle (-fontMetrics.os2.usWinDescent) (fontMetrics.os2.usWinAscent) ShoulderFine
|
||||
include : HBar.m Middle Width 0 ShoulderFine
|
||||
include : HBar.m Middle Width CAP ShoulderFine
|
||||
|
@ -23,7 +23,7 @@ glyph-block Symbol-Pictograph-Metric-Marks : begin
|
|||
define MarkerSize (UPM / 12)
|
||||
define MarkerBarWidth (UPM / 50)
|
||||
|
||||
create-glyph 'boxMarkLeft' 0xE006 : glyph-proc
|
||||
create-glyph 'boxMarkLeft' 0xEF06 : glyph-proc
|
||||
set-width 0
|
||||
include : spiro-outline
|
||||
corner 0 ParenTop
|
||||
|
@ -34,7 +34,7 @@ glyph-block Symbol-Pictograph-Metric-Marks : begin
|
|||
corner 0 (ParenBot - MarkerSize * 1.5)
|
||||
corner (-MarkerSize * 1.5) ParenBot
|
||||
|
||||
create-glyph 'boxMarkRight' 0xE007 : glyph-proc
|
||||
create-glyph 'boxMarkRight' 0xEF07 : glyph-proc
|
||||
set-width 0
|
||||
include : spiro-outline
|
||||
corner 0 ParenTop
|
||||
|
@ -45,7 +45,7 @@ glyph-block Symbol-Pictograph-Metric-Marks : begin
|
|||
corner 0 (ParenBot - MarkerSize * 1.5)
|
||||
corner (+MarkerSize * 1.5) ParenBot
|
||||
|
||||
create-glyph 'mosaicMarkLeft' 0xE008 : glyph-proc
|
||||
create-glyph 'mosaicMarkLeft' 0xEF08 : glyph-proc
|
||||
set-width 0
|
||||
include : spiro-outline
|
||||
corner 0 MosaicTop
|
||||
|
@ -56,7 +56,7 @@ glyph-block Symbol-Pictograph-Metric-Marks : begin
|
|||
corner 0 (MosaicBottom - MarkerSize * 1.5)
|
||||
corner (-MarkerSize * 1.5) MosaicBottom
|
||||
|
||||
create-glyph 'mosaicMarkRight' 0xE009 : glyph-proc
|
||||
create-glyph 'mosaicMarkRight' 0xEF09 : glyph-proc
|
||||
set-width 0
|
||||
include : spiro-outline
|
||||
corner 0 MosaicTop
|
||||
|
@ -67,18 +67,18 @@ glyph-block Symbol-Pictograph-Metric-Marks : begin
|
|||
corner 0 (MosaicBottom - MarkerSize * 1.5)
|
||||
corner (+MarkerSize * 1.5) MosaicBottom
|
||||
|
||||
create-glyph 'baselineMarkUnder' 0xE00A : glyph-proc
|
||||
create-glyph 'baselineMarkUnder' 0xEF0A : glyph-proc
|
||||
set-width 0
|
||||
include : HBar.m (-Width * 2) (Width * 2) 0 MarkerBarWidth
|
||||
|
||||
create-glyph 'baselineMarkLeft' 0xE00B : glyph-proc
|
||||
create-glyph 'baselineMarkLeft' 0xEF0B : glyph-proc
|
||||
set-width 0
|
||||
include : spiro-outline
|
||||
corner 0 0
|
||||
corner (-MarkerSize * 1.5) (+MarkerSize * 1.5)
|
||||
corner (-MarkerSize * 1.5) (-MarkerSize * 1.5)
|
||||
|
||||
create-glyph 'baselineMarkRight' 0xE00C : glyph-proc
|
||||
create-glyph 'baselineMarkRight' 0xEF0C : glyph-proc
|
||||
set-width 0
|
||||
include : spiro-outline
|
||||
corner 0 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue