Paragraph FontWeight
<FlowDocument
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" FontFamily="Georgia"
FontSize="20" PagePadding="30" Background="White" Name="fd1">
<Paragraph>
<Figure Width="Content" HorizontalAnchor="ContentLeft"
VerticalAnchor="ContentTop" Margin="0,0,0,20" Padding="0">
<Paragraph FontSize="35" Margin="0" FontWeight="Bold">asdf</Paragraph>
<Paragraph Margin="0">asdf</Paragraph>
</Figure>
asdf
</Paragraph>
<Paragraph>
asdf
</Paragraph>
<Paragraph>
asdf
</Paragraph>
<Paragraph>
asdf
</Paragraph>
<Paragraph FontWeight="Bold">
asdf
</Paragraph>
<Paragraph>
sasdf
</Paragraph>
<Paragraph>
asdf
</Paragraph>
<Paragraph>
asdf
</Paragraph>
<Paragraph FontWeight="Bold">
The Middle Years
</Paragraph>
<Paragraph>
</Paragraph>
<Paragraph>
asdf
</Paragraph>
<Paragraph>
asdf
</Paragraph>
</FlowDocument>
Related examples in the same category