moved spice++ into doc dir
[o_s.git] / stylesheet.py
blob93073856a64218b6c38ad1c2f9a455c62e5af777
1 # drawing hearts in the snow!
3 ## text
4 text_template = {
5 "brief" : {
6 "country" : "NL",
7 "language" : "nl",
8 },
9 "gedicht" : {
10 "country" : "NL",
11 "language" : "nl",
12 "hyphenate" : "no",
14 "verhaal" : {
15 "country" : "NL",
16 "language" : "nl",
17 "hyphenate" : "yes",
18 "hyphenationpushcharcount" : 3,
19 "hyphenationremaincharcount" : 2,
23 text_style = {
24 "brief" : {
25 "dromen" : {
26 "fontfamily" : "Libertinage",
27 #could not find fontsize in file
28 "fontsize" : "10.34pt",
30 "nevels" : {
31 "fontfamily" : "Cimatics_Dust",
32 "fontsize" : "10.34pt",
34 "oesters" : {
35 "fontfamily" : "whiskyjazz",
36 "fontsize" : "10pt",
38 "rivieren" : {
39 "fontfamily" : "Limousine",
40 "fontsize" : "10.34pt",
42 "toekan" : {
43 "fontfamily" : "diluvienne",
44 "fontsize" : "25.38pt",
46 "zon" : {
47 "fontfamily" : "NotCourierSans",
48 "fontsize" : "10pt",
51 "gedicht" : {
52 "golven" : {
53 "fontfamily" : "Cimatics_Noise",
54 "fontsize" : "13.16pt",
56 "octopus" : {
57 "fontfamily" : "diluvienne",
58 "fontsize" : "29.14pt",
60 # gui says something about shadows for rodepepers
61 # can't see where they come from!
62 "rodepepers" : {
63 "fontfamily" : "whiskyjazz",
64 "fontsize" : "13.16pt",
66 "souvenirs" : {
67 "fontfamily" : "Libertinage",
68 "fontsize" : "15.04pt",
70 "ster" : {
71 "fontfamily" : "NotCourierSans",
72 "fontsize" : "12.22pt",
74 # gui says something about vulkanen shadows
75 # can't see where they come from!
76 "vulkanen" : {
77 "fontfamily" : "Limousine",
78 "fontsize" : "14.10pt",
81 "verhaal" : {
82 # again something about shadows
83 "ijs" : {
84 "fontfamily" : "whiskyjazz",
85 "fontsize" : "8.93pt",
87 # shadows here too!
88 "maan" : {
89 "fontfamily" : "NotCourierSans",
90 "fontsize" : "8.46pt",
92 "panter" : {
93 "fontfamily" : "diluvienne",
94 "fontsize" : "25.38pt",
96 "stormen" : {
97 "fontfamily" : "Cimatics_Dust",
98 "fontsize" : "9pt",
100 "valleien" : {
101 "fontfamily" : "Limousine",
102 "fontsize" : "9.4pt",
104 "verlangens" : {
105 "fontfamily" : "Libertinage",
106 "fontsize" : "9.87pt",
111 paragraph_template = {
112 "brief" : {
113 "textalign" : "left",
114 "textindent" : "5mm",
115 "orphans" : 2,
117 "gedicht" : {
118 "textalign" : "left",
119 "textindent" : "-15mm",
120 # i think that marginleft in paragraphstyle = spacebeforetext in gui
121 "marginleft" : "15mm",
122 "orphans" : 2,
124 "verhaal" : {
125 "textalign" : "justify",
126 "textindent" : "8mm",
127 "orphans" : 2,
131 paragraph_style = {
132 "brief" : {
133 "dromen" : {
134 "lineheight" : "0.206in",
136 "nevels" : {
137 "lineheight" : "0.206in",
139 "oesters" : {
140 "lineheight" : "0.200in",
142 "rivieren" : {
143 "lineheight" : "0.206in",
145 "toekan" : {
146 "lineheight" : "0.253in",
148 "zon" : {
149 "lineheight" : "0.193in",
152 "gedicht" : {
153 "golven" : {
154 "lineheight" : "0.282in",
156 "octopus" : {
157 "lineheight" : "0.272in",
159 "rodepepers" : {
160 "lineheight" : "0.282in",
162 "souvenirs" : {
163 "lineheight" : "0.34in",
165 "ster" : {
166 "lineheight" : "0.272in",
168 "vulkanen" : {
169 "lineheight" : "0.3in",
172 "verhaal" : {
173 "ijs" : {
174 "lineheight" : "0.178in",
176 "maan" : {
177 "lineheight" : "0.169in",
179 "panter" : {
180 "lineheight" : "0.235in",
182 "stormen" : {
183 "lineheight" : "0.17in",
185 "valleien" : {
186 "lineheight" : "0.169in",
188 "verlangens" : {
189 "lineheight" : "0.169in",