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
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=
|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 13:
# 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 sould see the detailed rendering page for the font you passed as an argument
# 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]]

Revision as of 10:49, 12 August 2022

Description

This test is to test Gnome Fonts which is a default to select and install fonts.


How to test

  1. Run $ gnome-font-viewer or head to overview->Fonts
  2. Click on one of the listed fonts
  3. Open the Info dialog
  4. 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
  5. Click on the Install button

Expected Results

  1. You should see an iconview of all installed fonts, with representative renderings
  2. You should see detailed (waterfall) rendering examples of the selected font
  3. You should see metadata about the selected font, including name, style and copyright information
  4. You should see the detailed rendering page for the font you passed as an argument
  5. The font should be installed and become available in other applications font dialogs