Microvellum Reports features two components that are used to draw and set up text. These components are Text and Rich Text.
To access the font for these components, open the Style Designer, and the Font property is found in the Object Inspector at the side of the window.
A report’s text can be generated using different font styles. The font is determined through the Font.Name property.
Any font that is available from the .NET Framework can be used in a report.
The font size is controlled by the Font.Size property.
There are options available to be applied to fonts such as strikeout, underlined, italic, semibold, bold, and regular. These styles are controlled by the following properties: Font.Bold, Font.Strikeout, Font.Underline and Font.Italic. These styles can be combined.
The Text Brush property is accessed through the same method as the font property. Select the Style Designer, and the Text Brush property is found in the Object Inspector at the side of the window.
There are five brush types available:
Fig. 6 – Brush Types Available