-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlayout.xml
More file actions
37 lines (30 loc) · 1.39 KB
/
layout.xml
File metadata and controls
37 lines (30 loc) · 1.39 KB
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
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en">
<DefineTextformat name="text" rows="1" alignment="start" margin-bottom="8pt" />
<LoadFontfile name="NotoSansArabic-Regular" filename="NotoSansArabic-Regular.ttf" mode="harfbuzz" />
<LoadFontfile name="NotoSans-Regular" filename="NotoSans-Regular.ttf" mode="harfbuzz"/>
<LoadFontfile name="NotoSansBengali-Regular" filename="NotoSansBengali-Regular.ttf" mode="harfbuzz"/>
<LoadFontfile name="NotoSansCJKsc-Regular" filename="NotoSansCJKsc-Regular.otf" mode="harfbuzz" />
<DefineFontfamily fontsize="10" leading="12" name="latn">
<Regular fontface="NotoSans-Regular" />
</DefineFontfamily>
<DefineFontfamily fontsize="10" leading="12" name="arab">
<Regular fontface="NotoSansArabic-Regular" />
</DefineFontfamily>
<DefineFontfamily fontsize="10" leading="12" name="beng">
<Regular fontface="NotoSansBengali-Regular" />
</DefineFontfamily>
<DefineFontfamily fontsize="10" leading="12" name="hans">
<Regular fontface="NotoSansCJKsc-Regular" />
</DefineFontfamily>
<Record element="data">
<PlaceObject>
<Textblock width="6">
<ForAll select="par">
<Paragraph html="all" fontfamily="{@script}" language="{@lang}">
<Value select="." />
</Paragraph>
</ForAll>
</Textblock>
</PlaceObject>
</Record>
</Layout>