Default text color.
Default font face.
Default font size, in points.
Default font italic-ness
Default font weight.
An empty callback you can override to decorate each page of the document. You cannot call other FlowDocument function from inside this callback. pageCount is the page number, starting with 1. This is called before anything else is drawn on a page.
Bottom margin, in millimeters.
Left margin, in millimeters.
Right margin, in millimeters.
Top margin, in millimeters.
<p> first line text indentation, in millimeters.
Default text alignment (only TextAlign.start and TextAlign.left are supported!)
Style options for various tags. Helpful reference: https://www.w3.org/TR/CSS22/sample.html Note: there is no <b> and <i> style, as commonmark-d doesn't generate them.