Update character PDF XML: add new styles, center-align table content, and apply bold formatting to labels for improved readability
This commit is contained in:
parent
16494f247c
commit
fa44350f50
@ -50,6 +50,7 @@
|
||||
<BorderColor>ff6600</BorderColor>
|
||||
</Style>
|
||||
<Style Name="Table">
|
||||
<HAlign>center</HAlign>
|
||||
<Border>1</Border>
|
||||
</Style>
|
||||
<Style Name="TableChildren" Recursive="true" IgnoreSelf="true">
|
||||
@ -61,6 +62,10 @@
|
||||
<Style Name="SmallHeader">
|
||||
<FontSize>14</FontSize>
|
||||
<Bold>true</Bold>
|
||||
<Marin>4</Marin>
|
||||
</Style>
|
||||
<Style Name="Page">
|
||||
<Margin>8</Margin>
|
||||
</Style>
|
||||
</Styles>
|
||||
<Pages>
|
||||
@ -88,7 +93,7 @@
|
||||
</RowLayout>
|
||||
</Header>
|
||||
<Body>
|
||||
<ColumnLayout>
|
||||
<ColumnLayout Styles="Page">
|
||||
<Content>
|
||||
<RowLayout Styles="ValueBoxRow">
|
||||
<Content>
|
||||
@ -309,63 +314,63 @@
|
||||
</Columns>
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>"Name"</Text>
|
||||
<Text Styles="Bold">"Name"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.name]</Text>
|
||||
</Label>
|
||||
|
||||
<Label>
|
||||
<Text>"Spezies"</Text>
|
||||
<Text Styles="Bold">"Spezies"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.race.name]</Text>
|
||||
</Label>
|
||||
|
||||
<Label>
|
||||
<Text>"Geschlecht"</Text>
|
||||
<Text Styles="Bold">"Geschlecht"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.gender]</Text>
|
||||
</Label>
|
||||
|
||||
<Label>
|
||||
<Text>"Titel"</Text>
|
||||
<Text Styles="Bold">"Titel"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.title]</Text>
|
||||
</Label>
|
||||
|
||||
<Label>
|
||||
<Text>"Alter"</Text>
|
||||
<Text Styles="Bold">"Alter"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.age]</Text>
|
||||
</Label>
|
||||
|
||||
<Label>
|
||||
<Text>"Größe"</Text>
|
||||
<Text Styles="Bold">"Größe"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.height]</Text>
|
||||
</Label>
|
||||
|
||||
<Label>
|
||||
<Text>"Herkunft"</Text>
|
||||
<Text Styles="Bold">"Herkunft"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.origin]</Text>
|
||||
</Label>
|
||||
|
||||
<Label>
|
||||
<Text>"Profession"</Text>
|
||||
<Text Styles="Bold">"Profession"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.profession]</Text>
|
||||
</Label>
|
||||
|
||||
<Label>
|
||||
<Text>"Gewicht"</Text>
|
||||
<Text Styles="Bold">"Gewicht"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.weight]</Text>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user