Initial
Make some letters appear in a larger font at the beginning of the paragraph.
Allowed attributes: color, fontface, padding-left, padding-right
Child elements: Value
Set the color of the initial. Defaults to black.
Choose the font family. Only »Regular« shape is used at the moment.
Insert space left of the initial.
Insert space right of the initial.
<Textblock> <Paragraph> <Initial fontface="Large" padding-right="2pt"> <Value select="'A'"/> </Initial> <Value>certain king had a beautiful garden, and in the garden stood a tree which bore golden apples.</Value> </Paragraph> </Textblock>
Make sure you set the font face for the surrounding Paragraph to get the spacing right (it defaults to text).