adds /.null glyph mapped to U+0000. Closes #522
This commit is contained in:
parent
a0aebeed4b
commit
f16c5ad2c4
6 changed files with 64 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ customParameters = (
|
||||||
{
|
{
|
||||||
name = glyphOrder;
|
name = glyphOrder;
|
||||||
value = (
|
value = (
|
||||||
|
.null,
|
||||||
.notdef,
|
.notdef,
|
||||||
A,
|
A,
|
||||||
Adieresis,
|
Adieresis,
|
||||||
|
|
|
||||||
30
src/Inter-Italic.glyphspackage/glyphs/_null.glyph
Normal file
30
src/Inter-Italic.glyphspackage/glyphs/_null.glyph
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
glyphname = .null;
|
||||||
|
layers = (
|
||||||
|
{
|
||||||
|
layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F";
|
||||||
|
width = 1200;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m012;
|
||||||
|
width = 1200;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933";
|
||||||
|
width = 1200;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m008;
|
||||||
|
width = 0;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E";
|
||||||
|
width = 1200;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m010;
|
||||||
|
width = 1200;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
unicode = 0;
|
||||||
|
}
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
(
|
(
|
||||||
|
.null,
|
||||||
.notdef,
|
.notdef,
|
||||||
A,
|
A,
|
||||||
Adieresis,
|
Adieresis,
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,7 @@ customParameters = (
|
||||||
{
|
{
|
||||||
name = glyphOrder;
|
name = glyphOrder;
|
||||||
value = (
|
value = (
|
||||||
|
.null,
|
||||||
.notdef,
|
.notdef,
|
||||||
A,
|
A,
|
||||||
Adieresis,
|
Adieresis,
|
||||||
|
|
|
||||||
30
src/Inter-Roman.glyphspackage/glyphs/_null.glyph
Normal file
30
src/Inter-Roman.glyphspackage/glyphs/_null.glyph
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
glyphname = .null;
|
||||||
|
layers = (
|
||||||
|
{
|
||||||
|
layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59";
|
||||||
|
width = 1200;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m011;
|
||||||
|
width = 1200;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
|
||||||
|
width = 1200;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m007;
|
||||||
|
width = 0;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
|
||||||
|
width = 1200;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m009;
|
||||||
|
width = 1200;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
unicode = 0;
|
||||||
|
}
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
(
|
(
|
||||||
|
.null,
|
||||||
.notdef,
|
.notdef,
|
||||||
A,
|
A,
|
||||||
Adieresis,
|
Adieresis,
|
||||||
|
|
|
||||||
Reference in a new issue