Add Intercalate Symbol (U+22BA
).
This commit is contained in:
parent
f7e04b71c1
commit
fb943a31c2
2 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
- Turned Sans-serif Capital L (`U+2142`).
|
||||
- Turned Sans-serif Capital Y (`U+2144`).
|
||||
- Between Symbol (`U+226C`).
|
||||
- Intercalate Symbol (`U+22BA`).
|
||||
- Element Of with Overbar (`U+22F6`).
|
||||
- Small Element Of with Overbar (`U+22F7`).
|
||||
- Contains with Overbar (`U+22FD`).
|
||||
|
|
|
@ -79,6 +79,12 @@ glyph-block Symbol-Math-Logicals : begin
|
|||
include : HBarTop SB RightSB top OperatorStroke
|
||||
include : VBar Middle top bot OperatorStroke
|
||||
|
||||
create-glyph 'intercalate' 0x22BA : glyph-proc
|
||||
local l : mix Middle SB DesignParameters.logic_narrow_shrink
|
||||
local r : mix Middle RightSB DesignParameters.logic_narrow_shrink
|
||||
include : HBarTop l r top OperatorStroke
|
||||
include : VBar Middle top bot OperatorStroke
|
||||
|
||||
create-glyph 'topring' 0x2355 : glyph-proc
|
||||
define mid : mix bot (top - OperatorStroke / 2) 0.5
|
||||
define w : (RightSB - SB) * 0.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue