From Fedora Project Wiki
Description
This test case ensures the FreeType library functions correctly to render fonts.
Setup
- Ensure that
freetypeis installed:sudo dnf install freetype. - Install a GUI application that allows for font customization, like
gedit(if not already installed):sudo dnf install gedit.
How to test
- Launch the
geditapplication. - Type some sample text into the editor.
- Open the
Preferencesor similar section in the application, and navigate to the font settings. - Change the font style, size, and other attributes multiple times, trying different fonts.
Expected Results
- Fonts should render correctly in
geditwithout any graphical glitches or artifacts. - Changing the font settings should immediately reflect in the editor, showing the new font style and size.
- No application crashes or freezes should occur while changing or rendering fonts.
