mirror of
https://github.com/rsms/inter.git
synced 2024-12-25 16:44:27 +03:00
glyphorder, alignment zones and some minor glyph adjustments ("harmonization")
This commit is contained in:
parent
f55c5bcf52
commit
310a2dff1d
@ -10,6 +10,9 @@ const samples = new Map()
|
||||
let sampleVar = null // BoundVar
|
||||
|
||||
samples.set('Default', `
|
||||
ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
abcdefghijklmnopqrstuvwxyz
|
||||
0123456789!?.
|
||||
Pixel preview Resize to fit zenith zone
|
||||
Frame Group Feedback Reset
|
||||
Day day Month month Year year
|
||||
@ -810,288 +813,8 @@ for (const ch of uniqueChars) {
|
||||
font-family: 'Inter-UI-VERSION', 'Inter UI', serif !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
<style type="text/css">
|
||||
|
||||
* { margin:0; padding:0; }
|
||||
html { }
|
||||
body {
|
||||
background-color: white;
|
||||
color:#111;
|
||||
font:11px serif;
|
||||
font-weight:400; /*300=light, 400=regular, 500=medium, 600=semibold*/
|
||||
}
|
||||
.robotoFont {
|
||||
font-family: "Roboto", serif;
|
||||
}
|
||||
.systemFont {
|
||||
font-family: system-ui,-apple-system,"SF Pro Text","SF UI Text",BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;, serif;
|
||||
}
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.de-emphasize {
|
||||
color:#555;
|
||||
}
|
||||
a {
|
||||
color:#2984AA;
|
||||
text-decoration:inherit;
|
||||
display:inline-block;
|
||||
padding:0 0.3em;
|
||||
margin:0 -0.3em;
|
||||
border-radius:5px;
|
||||
}
|
||||
a:hover { color:#30C2FF; }
|
||||
|
||||
p {
|
||||
padding: 24px;
|
||||
padding-top:12px;
|
||||
}
|
||||
h2 {
|
||||
font-weight:500;
|
||||
margin: 42px 18px 0 18px;
|
||||
padding: 6px;
|
||||
}
|
||||
.options {
|
||||
width: 275px;
|
||||
box-sizing:border-box;
|
||||
position:fixed;
|
||||
top:0; right:0; bottom:0;
|
||||
background:#f4f4f4;
|
||||
border-left:1px solid #ddd;
|
||||
/*border-bottom:1px solid rgba(0,0,0,0.15);*/
|
||||
/*margin-bottom:24px;*/
|
||||
padding: 24px;
|
||||
user-select:none;
|
||||
font-family: sans-serif !important;
|
||||
overflow: auto;
|
||||
letter-spacing:0.01em;
|
||||
}
|
||||
.options > * {
|
||||
display: block;
|
||||
margin-bottom:10px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.options small {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.options input[type="radio"], .options input[type="checkbox"] {
|
||||
margin-right:4px;
|
||||
}
|
||||
.options .label-and-value {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.options .label-and-value span {
|
||||
/*flex: 1 1 auto;*/
|
||||
/*background:salmon;*/
|
||||
text-align: left;
|
||||
margin-right:6px;
|
||||
width:90px;
|
||||
}
|
||||
.options .label-and-value input {
|
||||
width:50px;
|
||||
}
|
||||
.options .label-and-value select {
|
||||
min-width:50px;
|
||||
max-width:130px;
|
||||
}
|
||||
.options select[name="sample"] {
|
||||
width:225px;
|
||||
}
|
||||
.options label.rasterizePhrase {
|
||||
margin-left:20px;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.options label.rasterizePhrase input {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
width:50px;
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
.checkbox-group label {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.preview {
|
||||
display:flex;
|
||||
margin-right:275px; /*width of options sidebar*/
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
samples, boxes {
|
||||
display:flex;
|
||||
}
|
||||
|
||||
/*samples { background: rgba(255,0,255,0.4); } sample { background: rgba(100,100,255,0.4); }*/
|
||||
samples {
|
||||
display: flex;
|
||||
padding: 24px 0;
|
||||
width:100%;
|
||||
}
|
||||
sample {
|
||||
margin: 0;
|
||||
/*white-space: pre;*/
|
||||
padding: 0 24px;
|
||||
min-width:100px;
|
||||
/*max-width:450px;*/
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
sample p {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
sample :focus {
|
||||
outline: 2px solid #30C2FF;
|
||||
}
|
||||
sample .glyphlist {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
letter-spacing:0;
|
||||
line-height: normal;
|
||||
}
|
||||
sample .glyphlist g {
|
||||
margin:1px;
|
||||
background:#f9f9f9;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
overflow:hidden;
|
||||
width:2em;
|
||||
height:2em;
|
||||
page-break-inside: avoid; break-inside: avoid;
|
||||
}
|
||||
sample .glyphlist g span.glyph {
|
||||
flex: 1 0 auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
/*margin-top:16px;*/
|
||||
/*background:salmon;*/
|
||||
}
|
||||
sample .glyphlist g span.name {
|
||||
/*background:lightblue;*/
|
||||
text-align: center;
|
||||
flex: 0 0 auto;
|
||||
font-size:9px;
|
||||
color: rgba(0,0,0,0.3);
|
||||
font-weight: 400;
|
||||
padding-bottom:2px;
|
||||
/*height: 16px;*/
|
||||
}
|
||||
sample .glyphlist.hideNames g span.name {
|
||||
display:none;
|
||||
}
|
||||
|
||||
body.secondarySampleDisabled .showOnlyWithSecondarySample {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.font-weight-400 b {
|
||||
font-weight: 500;
|
||||
}
|
||||
body.font-weight-500 b {
|
||||
font-weight: 700;
|
||||
}
|
||||
body.font-weight-700 b {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
boxes {
|
||||
margin:12px;
|
||||
margin-bottom:0;
|
||||
}
|
||||
sep, box {
|
||||
display:inline-block;
|
||||
height:24px;
|
||||
}
|
||||
sep {
|
||||
width:1px;
|
||||
background:rgba(0,0,0,0.1);
|
||||
margin:12px 0 12px 12px;
|
||||
}
|
||||
box {
|
||||
display:inline-block;
|
||||
background:#222;
|
||||
color:white;
|
||||
line-height:24px;
|
||||
padding:0 12px;
|
||||
margin:12px 0 0 12px;
|
||||
min-width:100px;
|
||||
border-top: 8px solid rgba(255,30,0,0.1);
|
||||
border-bottom: 8px solid rgba(255,30,0,0.1);
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
}
|
||||
box span {
|
||||
display: block;
|
||||
margin: -8px 0;
|
||||
}
|
||||
box.positive {
|
||||
background:#eee;
|
||||
color:black;
|
||||
}
|
||||
box.centered {
|
||||
text-align:center;
|
||||
}
|
||||
box.tight {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: normal;
|
||||
border-color:rgba(0,30,255,0.1);
|
||||
}
|
||||
box.tight span {
|
||||
margin:0;
|
||||
display:inline-block;
|
||||
background:rgba(30,255,30,0.1);;
|
||||
}
|
||||
|
||||
|
||||
canvas {
|
||||
image-rendering: optimizeSpeed; /* Older versions of FF */
|
||||
image-rendering: -moz-crisp-edges; /* FF 6.0+ */
|
||||
image-rendering: -webkit-optimize-contrast; /* Webkit (non standard naming) */
|
||||
image-rendering: -o-crisp-edges; /* OS X & Windows Opera (12.02+) */
|
||||
image-rendering: crisp-edges; /* Possible future browsers. */
|
||||
-ms-interpolation-mode: nearest-neighbor; /* IE (non standard naming) */
|
||||
}
|
||||
|
||||
#renderCanvas {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
pointer-events: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#displayCanvas {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#measure {
|
||||
position:absolute;
|
||||
left:0; top:0;
|
||||
background:salmon;
|
||||
visibility:hidden;
|
||||
pointer-events:none;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.options { display:none; }
|
||||
.preview { margin:0; }
|
||||
boxes { display:none; }
|
||||
samples { padding:0; }
|
||||
}
|
||||
</style>
|
||||
<link href="lab.css" rel="stylesheet">
|
||||
<script type="text/javascript">
|
||||
|
||||
const fontVersion = Math.round(Date.now()).toString(36)
|
||||
|
File diff suppressed because one or more lines are too long
@ -117,9 +117,9 @@
|
||||
<key>openTypeNameSampleText</key>
|
||||
<string></string>
|
||||
<key>openTypeNameUniqueID</key>
|
||||
<string>Inter UI Black:2018:58250449</string>
|
||||
<string>Inter UI Black:2018:f55c5bcf</string>
|
||||
<key>openTypeNameVersion</key>
|
||||
<string>2.6;58250449</string>
|
||||
<string>2.6;f55c5bcf</string>
|
||||
<key>openTypeOS2CodePageRanges</key>
|
||||
<array>
|
||||
<integer>0</integer>
|
||||
@ -217,9 +217,11 @@
|
||||
<real>-32.0</real>
|
||||
<real>0.0</real>
|
||||
<real>1536.0</real>
|
||||
<real>1556.0</real>
|
||||
<real>1568.0</real>
|
||||
<real>2048.0</real>
|
||||
<real>2076.0</real>
|
||||
<real>2096.0</real>
|
||||
<real>2708.0</real>
|
||||
<real>2724.0</real>
|
||||
</array>
|
||||
<key>postscriptDefaultCharacter</key>
|
||||
<string>space</string>
|
||||
@ -242,11 +244,11 @@
|
||||
</array>
|
||||
<key>postscriptStemSnapH</key>
|
||||
<array>
|
||||
<integer>256</integer>
|
||||
<integer>336</integer>
|
||||
</array>
|
||||
<key>postscriptStemSnapV</key>
|
||||
<array>
|
||||
<integer>256</integer>
|
||||
<integer>460</integer>
|
||||
</array>
|
||||
<key>postscriptUnderlinePosition</key>
|
||||
<integer>-422</integer>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 00:36:00</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:41:50</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 00:36:00</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:41:50</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:47</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 00:36:00</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 00:19:24</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:50</string>
|
||||
<string>2018/09/06 15:26:30</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:50</string>
|
||||
<string>2018/09/06 15:26:30</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/01 23:54:29</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:50</string>
|
||||
<string>2018/09/06 15:26:30</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -31,10 +31,10 @@
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="700.0" y="56.0" type="line"/>
|
||||
<point x="808.0" y="12.0"/>
|
||||
<point x="960.0" y="-28.0"/>
|
||||
<point x="1176.0" y="-28.0" type="curve" smooth="yes"/>
|
||||
<point x="1552.0" y="-28.0"/>
|
||||
<point x="796.0" y="16.0"/>
|
||||
<point x="964.0" y="-28.0"/>
|
||||
<point x="1152.0" y="-28.0" type="curve" smooth="yes"/>
|
||||
<point x="1560.0" y="-28.0"/>
|
||||
<point x="1864.0" y="176.0"/>
|
||||
<point x="1864.0" y="596.0" type="curve" smooth="yes"/>
|
||||
<point x="1864.0" y="996.0"/>
|
||||
@ -57,7 +57,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/01 23:10:14</string>
|
||||
<string>2018/09/06 17:36:10</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:50</string>
|
||||
<string>2018/09/06 15:26:30</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:47</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -21,9 +21,9 @@
|
||||
<point x="564.0" y="604.0" type="curve"/>
|
||||
<point x="100.0" y="604.0" type="line"/>
|
||||
<point x="100.0" y="172.0"/>
|
||||
<point x="388.0" y="-28.0"/>
|
||||
<point x="784.0" y="-28.0" type="curve" smooth="yes"/>
|
||||
<point x="1172.0" y="-28.0"/>
|
||||
<point x="396.0" y="-28.0"/>
|
||||
<point x="764.0" y="-28.0" type="curve" smooth="yes"/>
|
||||
<point x="1180.0" y="-28.0"/>
|
||||
<point x="1468.0" y="228.0"/>
|
||||
<point x="1468.0" y="628.0" type="curve"/>
|
||||
<point x="1468.0" y="2048.0" type="line"/>
|
||||
@ -33,7 +33,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/01 23:10:14</string>
|
||||
<string>2018/09/06 17:34:14</string>
|
||||
<key>public.markColor</key>
|
||||
<string>0.859,0.922,0.969,0.004</string>
|
||||
</dict>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/04 16:10:06</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -42,7 +42,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/01 23:10:14</string>
|
||||
<string>2018/09/06 16:47:48</string>
|
||||
<key>public.markColor</key>
|
||||
<string>0.859,0.922,0.969,0.004</string>
|
||||
</dict>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:50</string>
|
||||
<string>2018/09/06 15:26:30</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/01 23:54:29</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/04 16:47:33</string>
|
||||
<string>2018/09/06 16:47:51</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/04 16:47:32</string>
|
||||
<string>2018/09/06 16:47:48</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/04 16:55:12</string>
|
||||
<string>2018/09/06 16:47:48</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -20,12 +20,12 @@
|
||||
<point x="464.0" y="2076.0"/>
|
||||
<point x="144.0" y="1844.0"/>
|
||||
<point x="144.0" y="1500.0" type="curve"/>
|
||||
<point x="144.0" y="1196.0"/>
|
||||
<point x="396.0" y="1000.0"/>
|
||||
<point x="144.0" y="1188.0"/>
|
||||
<point x="412.0" y="992.0"/>
|
||||
<point x="736.0" y="896.0" type="curve" smooth="yes"/>
|
||||
<point x="776.0" y="884.0" type="line" smooth="yes"/>
|
||||
<point x="1092.0" y="784.0"/>
|
||||
<point x="1200.0" y="696.0"/>
|
||||
<point x="908.0" y="844.0"/>
|
||||
<point x="1200.0" y="760.0"/>
|
||||
<point x="1200.0" y="572.0" type="curve" smooth="yes"/>
|
||||
<point x="1200.0" y="464.0"/>
|
||||
<point x="1108.0" y="356.0"/>
|
||||
@ -35,17 +35,17 @@
|
||||
<point x="532.0" y="664.0" type="curve"/>
|
||||
<point x="84.0" y="664.0" type="line"/>
|
||||
<point x="84.0" y="180.0"/>
|
||||
<point x="484.0" y="-28.0"/>
|
||||
<point x="892.0" y="-28.0" type="curve" smooth="yes"/>
|
||||
<point x="1336.0" y="-28.0"/>
|
||||
<point x="480.0" y="-28.0"/>
|
||||
<point x="900.0" y="-28.0" type="curve" smooth="yes"/>
|
||||
<point x="1332.0" y="-28.0"/>
|
||||
<point x="1648.0" y="188.0"/>
|
||||
<point x="1648.0" y="576.0" type="curve"/>
|
||||
<point x="1648.0" y="908.0"/>
|
||||
<point x="1420.0" y="1076.0"/>
|
||||
<point x="1036.0" y="1212.0" type="curve" smooth="yes"/>
|
||||
<point x="1420.0" y="1080.0"/>
|
||||
<point x="1036.0" y="1216.0" type="curve" smooth="yes"/>
|
||||
<point x="980.0" y="1236.0" type="line" smooth="yes"/>
|
||||
<point x="760.0" y="1316.0"/>
|
||||
<point x="596.0" y="1368.0"/>
|
||||
<point x="596.0" y="1364.0"/>
|
||||
<point x="596.0" y="1496.0" type="curve"/>
|
||||
<point x="596.0" y="1612.0"/>
|
||||
<point x="724.0" y="1688.0"/>
|
||||
@ -57,7 +57,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/01 23:10:14</string>
|
||||
<string>2018/09/06 17:33:41</string>
|
||||
<key>com.schriftgestaltung.Glyphs.nodeUserData.0.13</key>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:50</string>
|
||||
<string>2018/09/06 15:26:30</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:41:46</string>
|
||||
<string>2018/09/06 15:18:52</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:50</string>
|
||||
<string>2018/09/06 15:26:30</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<guideline y="1552.375"/>
|
||||
<anchor x="908.0" y="0.0" name="bottom"/>
|
||||
<anchor x="1848.0" y="-560.0" name="bottom_dd"/>
|
||||
<anchor x="1412.0" y="104.0" name="ogonek"/>
|
||||
<anchor x="1244.0" y="0.0" name="ogonek"/>
|
||||
<anchor x="1132.0" y="0.0" name="right"/>
|
||||
<anchor x="976.0" y="2200.0" name="top"/>
|
||||
<anchor x="1864.0" y="2200.0" name="top0315"/>
|
||||
@ -37,7 +37,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/01 23:10:14</string>
|
||||
<string>2018/09/06 16:46:35</string>
|
||||
<key>public.markColor</key>
|
||||
<string>0.859,0.922,0.969,0.004</string>
|
||||
</dict>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<lib>
|
||||
<dict>
|
||||
<key>com.schriftgestaltung.Glyphs.lastChange</key>
|
||||
<string>2018/09/02 05:51:46</string>
|
||||
<string>2018/09/06 15:24:03</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user