From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description= |setup= |actions= # Run gnome-font-viewer # Click on one of the listed fonts # Open the Info dialog # Download a ttf font (e.g. by going to http:/...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description= | ||
This test is to test Gnome Fonts which is a default to select and install fonts. | |||
|setup= | |setup= | ||
Ensure you are running the latest version of Gnome and Fonts is installed | |||
|actions= | |actions= | ||
# Run gnome-font-viewer | # Run <code> $ gnome-font-viewer</code> or head to overview->Fonts | ||
# Click on one of the listed fonts | # Click on one of the listed fonts | ||
# Open the Info dialog | # Open the Info dialog | ||
Line 12: | Line 14: | ||
# You should see detailed (waterfall) rendering examples of the selected font | # You should see detailed (waterfall) rendering examples of the selected font | ||
# You should see metadata about the selected font, including name, style and copyright information | # You should see metadata about the selected font, including name, style and copyright information | ||
# You | # You should see the detailed rendering page for the font you passed as an argument | ||
# The font should be installed and become available in other applications font dialogs | # The font should be installed and become available in other applications font dialogs | ||
}} | }} | ||
[[Category:GNOME default application test cases]] |
Latest revision as of 10:51, 12 August 2022
Description
This test is to test Gnome Fonts which is a default to select and install fonts.
Setup
Ensure you are running the latest version of Gnome and Fonts is installed
How to test
- Run
$ gnome-font-viewer
or head to overview->Fonts - Click on one of the listed fonts
- Open the Info dialog
- Download a ttf font (e.g. by going to http://www.google.com/webfonts, downloading a collection and unzipping it), and run gnome-font-viewer passing the ttf file as an argument
- Click on the Install button
Expected Results
- You should see an iconview of all installed fonts, with representative renderings
- You should see detailed (waterfall) rendering examples of the selected font
- You should see metadata about the selected font, including name, style and copyright information
- You should see the detailed rendering page for the font you passed as an argument
- The font should be installed and become available in other applications font dialogs