Skip to content

Commit

Permalink
Added symbols in core and removed from Plus
Browse files Browse the repository at this point in the history
  • Loading branch information
RosaWagner committed Jun 17, 2022
1 parent 38c0238 commit cee0c00
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 46 deletions.
4 changes: 0 additions & 4 deletions GF_glyphsets/Latin/glyphs/CustomFilter_GF_Latin.plist
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,6 @@
<string>underscore</string>
<string>at</string>
<string>ampersand</string>
<string>paragraph</string>
<string>section</string>
<string>copyright</string>
<string>registered</string>
<string>trademark</string>
Expand Down Expand Up @@ -956,8 +954,6 @@
<string>pi</string>
<string>dblverticalbar</string>
<string>kip</string>
<string>paragraph</string>
<string>section</string>
<string>zero.zero</string>
<string>zero.dnom</string>
<string>one.dnom</string>
Expand Down
22 changes: 21 additions & 1 deletion GF_glyphsets/Latin/glyphs/GF_Latin_Core.glyphs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
.appVersion = "3129";
.appVersion = "3132";
.formatVersion = 3;
date = "2021-10-28 12:22:31 +0000";
familyName = "GF Latin Core";
Expand Down Expand Up @@ -3361,6 +3361,26 @@ width = 600;
unicode = 38;
},
{
glyphname = paragraph;
layers = (
{
layerId = m01;
width = 600;
}
);
unicode = 182;
},
{
glyphname = section;
layers = (
{
layerId = m01;
width = 600;
}
);
unicode = 167;
},
{
color = 10;
glyphname = copyright;
lastChange = "2022-03-04 12:31:22 +0000";
Expand Down
22 changes: 1 addition & 21 deletions GF_glyphsets/Latin/glyphs/GF_Latin_Plus.glyphs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
.appVersion = "3129";
.appVersion = "3132";
.formatVersion = 3;
date = "2021-10-28 12:22:31 +0000";
familyName = "GF Latin Plus";
Expand Down Expand Up @@ -664,26 +664,6 @@ width = 600;
unicode = 3647;
},
{
glyphname = paragraph;
layers = (
{
layerId = m01;
width = 600;
}
);
unicode = 182;
},
{
glyphname = section;
layers = (
{
layerId = m01;
width = 600;
}
);
unicode = 167;
},
{
glyphname = minute;
lastChange = "2022-04-27 12:14:42 +0000";
layers = (
Expand Down
2 changes: 0 additions & 2 deletions GF_glyphsets/Latin/nam/GF_Latin_Kernel.nam
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,9 @@
0x00A2 CENT SIGN
0x00A3 POUND SIGN
0x00A5 YEN SIGN
0x00A7 SECTION SIGN
0x00A9 COPYRIGHT SIGN
0x00AE REGISTERED SIGN
0x00B0 DEGREE SIGN
0x00B6 PILCROW SIGN
0x00B7 MIDDLE DOT
0x00D7 MULTIPLICATION SIGN
0x00F7 DIVISION SIGN
Expand Down
2 changes: 0 additions & 2 deletions GF_glyphsets/Latin/nam/GF_Latin_Plus.nam
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
0x00A6 BROKEN BAR
0x00A7 SECTION SIGN
0x00AC NOT SIGN
0x00B1 PLUS-MINUS SIGN
0x00B2 SUPERSCRIPT TWO
0x00B3 SUPERSCRIPT THREE
0x00B5 MICRO SIGN
0x00B6 PILCROW SIGN
0x00B9 SUPERSCRIPT ONE
0x00BC VULGAR FRACTION ONE QUARTER
0x00BD VULGAR FRACTION ONE HALF
Expand Down
2 changes: 0 additions & 2 deletions GF_glyphsets/Latin/txt/nice-names/GF_Latin_Kernel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ emdash
underscore
at
ampersand
paragraph
section
copyright
registered
trademark
Expand Down
2 changes: 0 additions & 2 deletions GF_glyphsets/Latin/txt/nice-names/GF_Latin_Plus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ whiteSquare
pi
dblverticalbar
kip
paragraph
section
zero.zero
zero.dnom
one.dnom
Expand Down
2 changes: 0 additions & 2 deletions GF_glyphsets/Latin/txt/prod-names/GF_Latin_Kernel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ emdash
underscore
at
ampersand
paragraph
section
copyright
registered
trademark
Expand Down
2 changes: 0 additions & 2 deletions GF_glyphsets/Latin/txt/prod-names/GF_Latin_Plus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ uni25A1
pi
uni2016
uni20AD
paragraph
section
zero.zero
zero.dnom
one.dnom
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@
<string>underscore</string>
<string>at</string>
<string>ampersand</string>
<string>paragraph</string>
<string>section</string>
<string>copyright</string>
<string>registered</string>
<string>trademark</string>
Expand Down
8 changes: 2 additions & 6 deletions Lib/glyphsets/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -22743,9 +22743,7 @@
"character": "\u00b6",
"unicode": 182,
"glyphsets": [
"GF_Latin_Core",
"GF_Latin_Kernel",
"GF_Latin_Plus"
"GF_Latin_Core"
]
},
{
Expand All @@ -22754,9 +22752,7 @@
"character": "\u00a7",
"unicode": 167,
"glyphsets": [
"GF_Latin_Core",
"GF_Latin_Kernel",
"GF_Latin_Plus"
"GF_Latin_Core"
]
},
{
Expand Down

0 comments on commit cee0c00

Please sign in to comment.