Update character creation tool XML: add italic and bold styles, reduce HeaderItem padding, and enhance ValueBoxChildren styling with font size and bold attributes
This commit is contained in:
parent
0cd0e22274
commit
198368f64b
@ -1,7 +1,13 @@
|
|||||||
<Pdf Name="charpdf">
|
<Pdf Name="charpdf">
|
||||||
<Styles>
|
<Styles>
|
||||||
<Style Name="HeaderItem">
|
<Style Name="HeaderItem">
|
||||||
<Padding>8</Padding>
|
<Padding>4</Padding>
|
||||||
|
</Style>
|
||||||
|
<Style Name="italic">
|
||||||
|
<Italic>true</Italic>
|
||||||
|
</Style>
|
||||||
|
<Style Name="bold">
|
||||||
|
<Bold>true</Bold>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="ValueBoxRow">
|
<Style Name="ValueBoxRow">
|
||||||
<HAlign>center</HAlign>
|
<HAlign>center</HAlign>
|
||||||
@ -16,6 +22,8 @@
|
|||||||
</Style>
|
</Style>
|
||||||
<Style Name="ValueBoxChildren" Recursive="true" IgnoreSelf="true">
|
<Style Name="ValueBoxChildren" Recursive="true" IgnoreSelf="true">
|
||||||
<HAlign>center</HAlign>
|
<HAlign>center</HAlign>
|
||||||
|
<FontSize>16</FontSize>
|
||||||
|
<Bold>true</Bold>
|
||||||
</Style>
|
</Style>
|
||||||
</Styles>
|
</Styles>
|
||||||
<Pages>
|
<Pages>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user