Add Right Angle with Arc (U+22BE
).
This commit is contained in:
parent
fb943a31c2
commit
966f94eedf
2 changed files with 11 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
- Turned Sans-serif Capital Y (`U+2144`).
|
||||
- Between Symbol (`U+226C`).
|
||||
- Intercalate Symbol (`U+22BA`).
|
||||
- Right Angle with Arc (`U+22BE`).
|
||||
- Element Of with Overbar (`U+22F6`).
|
||||
- Small Element Of with Overbar (`U+22F7`).
|
||||
- Contains with Overbar (`U+22FD`).
|
||||
|
|
|
@ -75,6 +75,16 @@ glyph-block Symbol-Math-Geometry : begin
|
|||
dispiro [widths.lhs GeometryStroke] [flat leftBox bottomBox] [curl rightBox bottomBox]
|
||||
dispiro [widths.lhs GeometryStroke] [flat leftBox topBox] [curl leftBox bottomBox]
|
||||
|
||||
create-glyph 'rightAngleWithArc' 0x22BE : glyph-proc
|
||||
include [refer-glyph 'rightAngle'] AS_BASE ALSO_METRICS
|
||||
include : intersection
|
||||
spiro-outline
|
||||
corner leftBox bottomBox
|
||||
corner rightBox bottomBox
|
||||
corner rightBox topBox
|
||||
corner leftBox topBox
|
||||
RingStrokeAt leftBox bottomBox (1.2 * radiusBox + GeometryStroke) GeometryStroke
|
||||
|
||||
create-glyph 'sineWave' 0x223F : glyph-proc
|
||||
define N 64
|
||||
local knots {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue