1
0
Fork 0
mirror of synced 2024-06-21 12:00:38 +12:00

Added U+21DE Upwards arrow with double stroke (Page Up) U+21DF Downwards arrow with double stroke (Page down) (#799)

This commit is contained in:
Nikita Prokopov 2019-08-30 21:08:45 +07:00
parent d056d746b6
commit 05c9a69183
2 changed files with 84 additions and 10 deletions

View file

@ -31,7 +31,7 @@ All notable changes to this project will be documented in this file.
- Added U+2016 Double Vertical Line `‖` [#780]
- Tuned metrics (1870,-530 -> 1800,-600, upm 2000 -> 1950, hopefully fix [#552] [#798])
- Box characters to not overflow line height [#449]
- Added U+21E4 Left Tab Arrow `⇤` U+21E5 Right Tab Arrow `⇥` U+2303 Up Arrowhead (Control) `⌃` U+2304 Down Arrowhead `⌄` U+2305 Projective `⌅` U+2306 Perspective `⌆` U+2324 Up Arrowhead between two horizontal bars `⌤` U+21A9 Leftwards arrow with hook (Return) `↩` [#799]
- Added U+21DE Upwards arrow with double stroke (Page Up) `⇞` U+21DF Downwards arrow with double stroke (Page down) `⇟` U+21E4 Left Tab Arrow `⇤` U+21E5 Right Tab Arrow `⇥` U+2303 Up Arrowhead (Control) `⌃` U+2304 Down Arrowhead `⌄` U+2305 Projective `⌅` U+2306 Perspective `⌆` U+2324 Up Arrowhead between two horizontal bars `⌤` U+21A9 Leftwards arrow with hook (Return) `↩` [#799]
#### 1.207 (April 6, 2019)

View file

@ -1,9 +1,7 @@
{
.appVersion = "1131";
DisplayStrings = (
"y/control/projective/arrowleft/leftHookArrow/rightTabArrow x",
"/rightTabArrow/leftTabArrow",
"/upBetweenTwoHorizontalBarsArrowHead"
"y/rightTabArrow/pageup/pagedown/arrowdown oOx"
);
classes = (
{
@ -96264,15 +96262,27 @@ unicode = 2325;
{
color = 6;
glyphname = pagedown;
lastChange = "2019-08-15 12:37:33 +0000";
lastChange = "2019-08-30 14:03:22 +0000";
layers = (
{
components = (
{
name = pageup;
transform = "{1, 0, 0, -1, 0, 1243}";
}
);
layerId = "B67F0F2D-EC95-4CB8-966E-23AE86958A69";
width = 600;
width = 1200;
},
{
components = (
{
name = pageup;
transform = "{1, 0, 0, -1, 0, 1304}";
}
);
layerId = "4B7A3BAF-EAD8-4024-9BEA-BB1DE86CFCFA";
width = 600;
width = 1200;
}
);
unicode = 21DF;
@ -96280,15 +96290,79 @@ unicode = 21DF;
{
color = 6;
glyphname = pageup;
lastChange = "2019-08-15 12:37:33 +0000";
lastChange = "2019-08-30 14:08:07 +0000";
layers = (
{
layerId = "B67F0F2D-EC95-4CB8-966E-23AE86958A69";
width = 600;
paths = (
{
closed = 1;
nodes = (
"536 801 LINE",
"536 0 LINE",
"664 0 LINE",
"664 801 LINE",
"1019 801 LINE",
"600 1321 LINE",
"181 803 LINE"
);
},
{
closed = 1;
nodes = (
"226 216 LINE",
"974 216 LINE",
"974 326 LINE",
"226 326 LINE"
);
},
{
closed = 1;
nodes = (
"226 476 LINE",
"974 476 LINE",
"974 586 LINE",
"226 586 LINE"
);
}
);
width = 1200;
},
{
layerId = "4B7A3BAF-EAD8-4024-9BEA-BB1DE86CFCFA";
width = 600;
paths = (
{
closed = 1;
nodes = (
"471 876 LINE",
"471 0 LINE",
"729 0 LINE",
"729 876 LINE",
"1072 876 LINE",
"600 1381 LINE",
"128 876 LINE"
);
},
{
closed = 1;
nodes = (
"196 140 LINE",
"1004 140 LINE",
"1004 374 LINE",
"196 374 LINE"
);
},
{
closed = 1;
nodes = (
"196 508 LINE",
"1004 508 LINE",
"1004 742 LINE",
"196 742 LINE"
);
}
);
width = 1200;
}
);
unicode = 21DE;