-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathit_Cyrpserb.xgf
99 lines (89 loc) · 3.06 KB
/
it_Cyrpserb.xgf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0"?>
<xgridfit xmlns="http://xgridfit.sourceforge.net/Xgridfit2">
<glyph ps-name="pe.ital">
<!--
Copyright (C) 2008, 2010 Andrey V. Panov
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see "http://www.gnu.org/licenses/".
-->
<param name="horiz-stem" value="macron-thickness"/>
<constant name="macron-left-bottom" value="34"/>
<constant name="macron-left-top" value="macron-left-bottom + hstem-vcount"/>
<constant name="macron-right-top" value="macron-left-top + hstem-hcount"/>
<constant name="macron-right-bottom" value="macron-right-top + hstem-vcount"/>
<constant name="last" value="macron-right-bottom + last-count"/>
<call-glyph ps-name="u">
<with-param name="left-sidebearing" value="last + 1"/>
</call-glyph>
<compile-if test="slanted">
<set-projection-vector x-component="x-skew1" y-component="y-skew1"/>
<set-freedom-vector axis="x"/>
<set-round-state round="no"/>
<else>
<set-vectors axis="x"/>
</else>
</compile-if>
<align>
<reference>
<point num="u/lstem-left-top"/>
</reference>
<point num="macron-left-bottom"/>
<point num="macron-left-top"/>
</align>
<align>
<reference>
<point num="u/rstem-right-top"/>
</reference>
<point num="macron-right-top"/>
<point num="macron-right-bottom"/>
</align>
<compile-if test="slanted">
<set-freedom-vector x-component="x-skew2" y-component="y-skew2"/>
<set-projection-vector axis="y"/>
<set-round-state round="to-grid"/>
<else>
<set-vectors axis="y"/>
</else>
</compile-if>
<move min-distance="no" color="white">
<reference>
<point num="u/lstem-left-top"/>
</reference>
<point num="macron-left-bottom"/>
<align>
<point num="macron-right-bottom"/>
</align>
<move distance="horiz-stem">
<point num="macron-left-top"/>
<align>
<point num="macron-right-top"/>
</align>
</move>
</move>
<compile-if test="smooth">
<if test="vertical-smoothing">
<call-macro name="shift-edge">
<with-param name="shift" value="temp"/>
<with-param name="cv" value="horiz-stem"/>
</call-macro>
<shift-absolute pixel-distance="negative(temp)">
<point num="macron-left-bottom"/>
<point num="macron-right-bottom"/>
</shift-absolute>
<shift-absolute pixel-distance="temp">
<point num="macron-left-top"/>
<point num="macron-right-top"/>
</shift-absolute>
</if>
</compile-if>
<interpolate-untouched-points/>
</glyph>
</xgridfit>