add /punctuationspace.tf re #227
This commit is contained in:
parent
f8d4a9e0b0
commit
bac28ecec9
8 changed files with 79 additions and 7 deletions
|
|
@ -1473,6 +1473,7 @@ asciitilde.case.tf,
|
||||||
asterisk.case.tf,
|
asterisk.case.tf,
|
||||||
space.tf,
|
space.tf,
|
||||||
nbspace.tf,
|
nbspace.tf,
|
||||||
|
punctuationspace.tf,
|
||||||
ampersand,
|
ampersand,
|
||||||
etTironian,
|
etTironian,
|
||||||
exclam,
|
exclam,
|
||||||
|
|
@ -2534,6 +2535,7 @@ sub asciitilde.case by asciitilde.case.tf;
|
||||||
sub asterisk.case by asterisk.case.tf;
|
sub asterisk.case by asterisk.case.tf;
|
||||||
sub space by space.tf;
|
sub space by space.tf;
|
||||||
sub nbspace by nbspace.tf;
|
sub nbspace by nbspace.tf;
|
||||||
|
sub punctuationspace by punctuationspace.tf;
|
||||||
";
|
";
|
||||||
tag = tnum;
|
tag = tnum;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
color = (237,229,250,1);
|
color = (237,229,250,1);
|
||||||
glyphname = punctuationspace;
|
glyphname = punctuationspace;
|
||||||
kernLeft = colon.case;
|
|
||||||
kernRight = colon.case;
|
|
||||||
layers = (
|
layers = (
|
||||||
{
|
{
|
||||||
layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933";
|
layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933";
|
||||||
|
|
@ -10,7 +8,7 @@ width = 586;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E";
|
layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E";
|
||||||
width = 771;
|
width = 770;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F";
|
layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F";
|
||||||
|
|
@ -29,7 +27,7 @@ layerId = m012;
|
||||||
width = 400;
|
width = 400;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
metricWidth = colon;
|
metricWidth = period;
|
||||||
note = "\012As wide as the narrow punctuation in a font, i.e. the advance width of the period or comma. HTML/XML named entity:  \012";
|
note = "\012As wide as the narrow punctuation in a font, i.e. the advance width of the period or comma. HTML/XML named entity:  \012";
|
||||||
unicode = 8200;
|
unicode = 8200;
|
||||||
userData = {
|
userData = {
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
color = 8;
|
||||||
|
glyphname = punctuationspace.tf;
|
||||||
|
layers = (
|
||||||
|
{
|
||||||
|
layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933";
|
||||||
|
width = 550;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E";
|
||||||
|
width = 550;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F";
|
||||||
|
width = 550;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m008;
|
||||||
|
width = 550;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m010;
|
||||||
|
width = 550;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m012;
|
||||||
|
width = 550;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
metricWidth = period.tf;
|
||||||
|
note = "\012As wide as the narrow punctuation in a font, i.e. the advance width of the period or comma. HTML/XML named entity:  \012";
|
||||||
|
userData = {
|
||||||
|
interface.gridadjust.original = "{'width': 770.0, 'leftMargin': 0, 'rightMargin': 0}";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -1378,6 +1378,7 @@ asciitilde.case.tf,
|
||||||
asterisk.case.tf,
|
asterisk.case.tf,
|
||||||
space.tf,
|
space.tf,
|
||||||
nbspace.tf,
|
nbspace.tf,
|
||||||
|
punctuationspace.tf,
|
||||||
ampersand,
|
ampersand,
|
||||||
etTironian,
|
etTironian,
|
||||||
exclam,
|
exclam,
|
||||||
|
|
|
||||||
|
|
@ -1473,6 +1473,7 @@ asciitilde.case.tf,
|
||||||
asterisk.case.tf,
|
asterisk.case.tf,
|
||||||
space.tf,
|
space.tf,
|
||||||
nbspace.tf,
|
nbspace.tf,
|
||||||
|
punctuationspace.tf,
|
||||||
ampersand,
|
ampersand,
|
||||||
etTironian,
|
etTironian,
|
||||||
exclam,
|
exclam,
|
||||||
|
|
@ -2562,6 +2563,7 @@ sub asciitilde.case by asciitilde.case.tf;
|
||||||
sub asterisk.case by asterisk.case.tf;
|
sub asterisk.case by asterisk.case.tf;
|
||||||
sub space by space.tf;
|
sub space by space.tf;
|
||||||
sub nbspace by nbspace.tf;
|
sub nbspace by nbspace.tf;
|
||||||
|
sub punctuationspace by punctuationspace.tf;
|
||||||
";
|
";
|
||||||
tag = tnum;
|
tag = tnum;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
color = (237,229,250,1);
|
color = (237,229,250,1);
|
||||||
glyphname = punctuationspace;
|
glyphname = punctuationspace;
|
||||||
kernLeft = colon.case;
|
|
||||||
kernRight = colon.case;
|
|
||||||
layers = (
|
layers = (
|
||||||
{
|
{
|
||||||
layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
|
layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
|
||||||
|
|
@ -29,7 +27,7 @@ layerId = m011;
|
||||||
width = 400;
|
width = 400;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
metricWidth = colon;
|
metricWidth = period;
|
||||||
note = "\012As wide as the narrow punctuation in a font, i.e. the advance width of the period or comma. HTML/XML named entity:  \012";
|
note = "\012As wide as the narrow punctuation in a font, i.e. the advance width of the period or comma. HTML/XML named entity:  \012";
|
||||||
unicode = 8200;
|
unicode = 8200;
|
||||||
userData = {
|
userData = {
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
color = 8;
|
||||||
|
glyphname = punctuationspace.tf;
|
||||||
|
layers = (
|
||||||
|
{
|
||||||
|
layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
|
||||||
|
width = 550;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
|
||||||
|
width = 550;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59";
|
||||||
|
width = 550;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m007;
|
||||||
|
width = 550;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m009;
|
||||||
|
width = 550;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
layerId = m011;
|
||||||
|
width = 550;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
metricWidth = period.tf;
|
||||||
|
note = "\012As wide as the narrow punctuation in a font, i.e. the advance width of the period or comma. HTML/XML named entity:  \012";
|
||||||
|
userData = {
|
||||||
|
interface.gridadjust.original = "{'width': 770.0, 'leftMargin': 0, 'rightMargin': 0}";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -1378,6 +1378,7 @@ asciitilde.case.tf,
|
||||||
asterisk.case.tf,
|
asterisk.case.tf,
|
||||||
space.tf,
|
space.tf,
|
||||||
nbspace.tf,
|
nbspace.tf,
|
||||||
|
punctuationspace.tf,
|
||||||
ampersand,
|
ampersand,
|
||||||
etTironian,
|
etTironian,
|
||||||
exclam,
|
exclam,
|
||||||
|
|
|
||||||
Reference in a new issue