Release 14.0.0
This commit is contained in:
parent
7328f2ca07
commit
53b09c0bd5
12 changed files with 140 additions and 237 deletions
|
@ -162,6 +162,7 @@ glyph-block Symbol-Math-APL : begin
|
|||
include : aplBoxed : refer-glyph src
|
||||
set-base-anchor 'cvDecompose' 0 0
|
||||
derive-glyphs 'apl/quadQuestion/dotPart' null 'question/dotPart' : function [src sel] : glyph-proc
|
||||
set-width 0
|
||||
include : aplBoxedPhantom : WithTransform [Translate Width 0] : refer-glyph src
|
||||
set-mark-anchor 'cvDecompose' 0 0
|
||||
create-two-part-glyph 'apl/quadQuestion' 0x2370 'apl/quadQuestion/hookPart' 'apl/quadQuestion/dotPart'
|
||||
|
|
|
@ -48,7 +48,8 @@ glyph-block Symbol-Punctuation-Ligation-Variants : begin
|
|||
include : Translate (delta * pDelta ) 0
|
||||
set-base-anchor 'cvDecompose' 0 0
|
||||
derive-glyphs (bPart + '.lig.' + suffix) null bPart : function [src sel] : glyph-proc
|
||||
include [refer-glyph src] AS_BASE ALSO_METRICS
|
||||
set-width 0
|
||||
include [refer-glyph src] AS_BASE
|
||||
include : Translate (delta * pDelta ) 0
|
||||
set-mark-anchor 'cvDecompose' (-Width) 0
|
||||
create-two-part-glyph (baseName + '.lig.' + suffix) null (aPart + '.lig.' + suffix) (bPart + '.lig.' + suffix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue