Merge branch 'dev'
This commit is contained in:
commit
45e0fb8131
1 changed files with 12 additions and 8 deletions
|
@ -225,14 +225,18 @@ glyph-block Letter-Latin-Upper-B : begin
|
||||||
|
|
||||||
create-glyph 'mathbb/B' 0x1D539 : glyph-proc
|
create-glyph 'mathbb/B' 0x1D539 : glyph-proc
|
||||||
include : MarkSet.capital
|
include : MarkSet.capital
|
||||||
include : union
|
include : difference
|
||||||
BShape CAP (stroke -- BBS) (serifs -- false)
|
union
|
||||||
intersection
|
BShape CAP (stroke -- BBS) (serifs -- false)
|
||||||
BShapeMask CAP (stroke -- BBS)
|
intersection
|
||||||
union
|
BShapeMask CAP (stroke -- BBS)
|
||||||
VBar.r (RightSB - BBD - OX * 2) 0 (CAP * BBarPos) BBS
|
union
|
||||||
VBar.r ([mix SB RightSB BArcMix] - BBD - OX * 2) (CAP * BBarPos) CAP BBS
|
VBar.r (RightSB - BBD - OX * 2) 0 (CAP * BBarPos) BBS
|
||||||
VBar.l (SB + BBD) 0 CAP BBS
|
VBar.r ([mix SB RightSB BArcMix] - BBD - OX * 2) (CAP * BBarPos) CAP BBS
|
||||||
|
VBar.l (SB + BBD) 0 CAP BBS
|
||||||
|
Rect (CAP - BBS) (0 + BBS) (SB + [HSwToV BBS]) (SB + BBD)
|
||||||
|
|
||||||
|
### Greek Beta
|
||||||
|
|
||||||
create-glyph 'grek/beta.standard' : glyph-proc
|
create-glyph 'grek/beta.standard' : glyph-proc
|
||||||
include : MarkSet.bp
|
include : MarkSet.bp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue