Add Right Angle with Arc (U+22BE).

This commit is contained in:
be5invis 2021-05-22 00:49:52 -07:00
parent fb943a31c2
commit 966f94eedf
2 changed files with 11 additions and 0 deletions

View file

@ -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`).

View file

@ -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 {}