From Fedora Project Wiki

Revision as of 07:51, 22 August 2023 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case ensures the FreeType library functions correctly to render fonts. |setup= # Ensure that `freetype` is installed: ``sudo dnf install freetype``. # Install a GUI application that allows for font customization, like `gedit` (if not already installed): ``sudo dnf install gedit``. |actions= # Launch the `gedit` application. # Type some sample text into the editor. # Open the `Preferences` or similar section in the application, and na...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.