From Fedora Project Wiki

Revision as of 12:02, 20 December 2010 by Tagoh (talk | contribs) (Initial testcase)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

  1. Run either fc-match sans:lang=$(echo $LANG|sed -e 's/^\(.*\)_.*/\1/') or fc-match sans:lang=$(echo $LANG`|`sed -e 's/_/-/g' -e 's/\..*//g') according to your current locale
  2. Similarly for serif: Run either fc-match serif:lang=$(echo $LANG|sed -e 's/^\(.*\)_.*/\1/') or fc-match serif:lang=$(echo $LANG|sed -e 's/_/-/g' -e 's/\..*//g') according to your current locale
  3. Similarly for monospace: Run either fc-match monospace:lang=$(echo $LANG|sed -e 's/^\(.*\)_.*/\1/') or fc-match monospace:lang=$(echo $LANG|sed -e 's/_/-/g' -e 's/\..*//g') according to your current locale

|results=

  1. Compare the result to the font packages list (TBD)

}}