From Fedora Project Wiki

Description

This test case ensures the FreeType library functions correctly to render fonts.

Setup

  1. Ensure that freetype is installed: sudo dnf install freetype.
  2. Install a GUI application that allows for font customization, like gedit (if not already installed): sudo dnf install gedit.

How to test

  1. Launch the gedit application.
  2. Type some sample text into the editor.
  3. Open the Preferences or similar section in the application, and navigate to the font settings.
  4. Change the font style, size, and other attributes multiple times, trying different fonts.

Expected Results

  1. Fonts should render correctly in gedit without any graphical glitches or artifacts.
  2. Changing the font settings should immediately reflect in the editor, showing the new font style and size.
  3. No application crashes or freezes should occur while changing or rendering fonts.