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">
|
||||
<Styles>
|
||||
<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 Name="ValueBoxRow">
|
||||
<HAlign>center</HAlign>
|
||||
@ -16,6 +22,8 @@
|
||||
</Style>
|
||||
<Style Name="ValueBoxChildren" Recursive="true" IgnoreSelf="true">
|
||||
<HAlign>center</HAlign>
|
||||
<FontSize>16</FontSize>
|
||||
<Bold>true</Bold>
|
||||
</Style>
|
||||
</Styles>
|
||||
<Pages>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user