Font Style

The font-style property allows you to define the visual appearance of text within a widget by applying different stylistic treatments. This setting affects how characters are slanted or emphasized, helping to convey tone, hierarchy, or emphasis in the UI.

Font Style in Workmaster

The Font Style property in Workmaster specifies the style or slant of the text within a widget. It functions similarly to the font-style property in CSS and is typically used to apply italic or oblique styling to text.

Possible Values

Value
Description

Normal (default)

The default upright text style with no emphasis. Suitable for regular body text and headings.

Italic

A cursive, slanted version of the text typically used for emphasis, quotes, or titles.

Oblique

Similar to Italic, but mechanically slanted. Often used for stylistic or alternative emphasis, especially when an italic font face is not available.

Examples

1. Normal:

2. Italic :

3. Oblique :

Last updated