Give appropriate width to space glyph
This commit is contained in:
parent
f5f4e72a52
commit
e6ccf2fa7b
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<glyph name="space" format="1">
|
<glyph name="space" format="1">
|
||||||
<advance width="600"/>
|
<advance width="312"/>
|
||||||
<unicode hex="0020"/>
|
<unicode hex="0020"/>
|
||||||
<outline>
|
<outline>
|
||||||
</outline>
|
</outline>
|
||||||
|
|
|
||||||
|
|
@ -940,11 +940,12 @@ unicode = 007A;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
glyphname = space;
|
glyphname = space;
|
||||||
|
lastChange = "2015-11-29 02:42:40 +0000";
|
||||||
layers = (
|
layers = (
|
||||||
{
|
{
|
||||||
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
layerId = "35616FF6-3D9C-499B-B113-AC9E0DB5842A";
|
||||||
name = Regular;
|
name = Regular;
|
||||||
width = 600;
|
width = 312;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
unicode = 0020;
|
unicode = 0020;
|
||||||
|
|
|
||||||
Reference in a new issue