How fonts work on Porteus and why it matters

New features which should be implemented in Porteus; suggestions are welcome. All questions or problems with testing releases (alpha, beta, or rc) should go in their relevant thread here, rather than the Bug Reports section.
fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

How fonts work on Porteus and why it matters

Post#1 by fulalas » 01 May 2020, 04:05

After playing around with fonts on Porteus I learned many things. Let me share some of them with you. :)

For as long as I can remember Porteus has been using TrueType interpreter version 35 by setting the variable FREETYPE_PROPERTIES in /etc/profile.d/freetype.sh. It's known that TrueType interpreter has been updated to 40 in 2016 through FreeType 2.7.0 -- there is a controversial version 38 released in between, but it's not relevant to us at this moment. Why is this relevant?

Have you noticed that when opening a root instance of an application on Porteus, regardless of the Desktop Environment, the font looks fatter? Here is a comparison (please, make sure you're seeing the images in their actual size, so click on the image and then, if available, on the square-with-an-arrow icon at the top):

Image

At left running Thunar (Xfce) as guest, and at right running Thunar with sudo. Pay special attention to the words 'DEVICES', 'PLACES' and 'NETWORK' and notice how fatter they become when using interpreter version 40 (at right).

After a long journey, I found out that this happens because the variable FREETYPE_PROPERTIES is not being exposed to the root user, so it uses the default version of the interpreter, which is 40. So this raises a question: why the new version of the interpreter looks uglier than the old one? Well, it depends on the font we use.

By default Porteus uses DejaVu Sans Book, released in 2004, way before the new release of TrueType interpreter. For that reason, it looks beautiful with the old interpreter 35 -- some users have been reporting the same impression: here and here and here. However, newer fonts look terrible when rendered by interpreter 35. Take a look at this recent port of Geneva being rendered using interpreter version 35 (at left) and version 40 (at right):

Image

Notice that not only the spacing between some characters looks odd, but also some letters look really terrible, like 'w'.

In fact, in this article FreeType website confirms that this may happen:

'Modern fonts like Calibri, Cambria, Consolas, etc., render well with [new interpreter version 40].
[...]
Switching to the new mode might take some getting used to though, so if you think your fonts are suddenly fat, fuzzy or weird, give your brain some time to adjust.
[...]
If someone finds ways to make older fonts render better without introducing lists or overly complex hacks, I'm interested.'

So this leads us Porteus developers to take a tough decision: if we update the interpreter to 40 then Porteus default font will look ugly, but if users want to change their system font, chances are that they will choose one that looks better on interpreter 40.

Another thing that I learned is that when using anti-aliasing is better to set subpixel to RGB. Take a look at this Twitter page:

Image
Image

At the top we have subpixel set to none and at the bottom we have subpixel set to RGB. Notice that while Twitter on Firefox (top) respects system settings -- in this case, RGB --, Twitter on Chromium family (bottom) doesn't, working like if subpixel is set to none. If we zoom-in we can see how subpixel is actually being done in both case:

Image
Image

To sum up I give you 2 tips and 1 question:
1- if you like anti-aliasing try to set subpixel to RGB and you'll notice that it will probably look better. How to do that is a matter for another post, since usually there's more than one place to change;
2- if you prefer subpixel set to RGB you'll probably get mad at Chromium family because some websites will not respect system settings. In this case, I'm afraid I have no ideal solution;
3- what would you do if you were a Porteus developer: would you set interpreter to 35, or change it to 40?

Cheers
:punk:

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

How fonts work on Porteus and why it matters

Post#2 by ncmprhnsbl » 01 May 2020, 04:40

about subpixel layout: this depends on your screen. most likely it is RGB, but there are screens with other layouts.. if in doubt here's a handy test: http://www.lagom.nl/lcd-test/subpixel.php
the other thing is the DPI (dots per inch) setting: while 96x96 is the most common, there are others(eg. the screen i'm using now is 80x81)
if in doubt this can be checked: with xpdyinfo package > $ xdpyinfo | grep dots
fulalas wrote:
01 May 2020, 04:05
what would you do if you were a Porteus developer: would you let interpreter to 35, or change it to 40?
good question... i guess if we go for 40, we should probably change to a more compatible font.. ?
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

How fonts work on Porteus and why it matters

Post#3 by Ed_P » 01 May 2020, 04:59

:%)

Code: Select all

guest@porteus:~$ xpdyinfo package > $ xdpyinfo | grep dots 
bash: xpdyinfo: command not found
guest@porteus:~$ su
Password: 
root@porteus:/home/guest# xpdyinfo package > $ xdpyinfo | grep dots 
bash: xpdyinfo: command not found
Ed

fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

How fonts work on Porteus and why it matters

Post#4 by fulalas » 01 May 2020, 05:02

@Ed_P: http://ftp.slackware.com/pub/slackware/ ... 6_64-2.txz

Then run just:

Code: Select all

xdpyinfo | grep dots

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

How fonts work on Porteus and why it matters

Post#5 by Ed_P » 01 May 2020, 06:16

Thank you. :)

Code: Select all

root@porteus:/home/guest# xdpyinfo | grep dots 
  resolution:    96x96 dots per inch
root@porteus:/home/guest# xdpyinfo | grep dimensions
  dimensions:    1920x1080 pixels (508x285 millimeters)
root@porteus:/home/guest# 
Ed

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

How fonts work on Porteus and why it matters

Post#6 by Blaze » 01 May 2020, 09:35

Code: Select all

# whoami && xdpyinfo | egrep 'dots|dimensions'
  root
  resolution:    96x96 dots per inch
  dimensions:    1920x1080 pixels (508x285 millimeters)
Отправлено спустя 1 час 41 минуту 35 секунд:
I have tested ROSA Desktop Fresh R11 XFCE - https://www.rosalinux.ru/rosa-linux-download-links/
and opensans is main font B)
Image Image
Image Image
Image

All fonts of this distro can be downloaded from here fonts.tar

Code: Select all

/usr/share/fonts/misc/7x13O-ISO8859-1.pcf.gz: Fixed:style=Oblique
/usr/share/fonts/default/ghostscript/hrpld.pfa: Hershey\-Plain\-Duplex:style=Regular
/usr/share/fonts/75dpi/timBI12.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/TTF/paratype/PTF55F.ttf: PT Serif:style=Regular
/usr/share/fonts/TTF/liberation/LiberationSerif-Bold.ttf: Liberation Serif:style=Bold
/usr/share/fonts/75dpi/lubR12.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/helvO18.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/default/Type1/c059016l.pfb: Century Schoolbook L:style=Bold
/usr/share/fonts/75dpi/helvR08.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/75dpi/helvR10.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/75dpi/courB12.pcf.gz: Courier:style=Bold
/usr/share/fonts/TTF/dejavu/DejaVuSansCondensed-Bold.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold,Bold
/usr/share/fonts/75dpi/timBI24-ISO8859-1.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/TTF/paratype/PTM55F.ttf: PT Mono:style=Regular
/usr/share/fonts/75dpi/ncenR08.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/ncenR10.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/TTF/dejavu/DejaVuSerif-BoldItalic.ttf: DejaVu Serif:style=Bold Italic
/usr/share/fonts/75dpi/lutRS18-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/75dpi/courR14.pcf.gz: Courier:style=Regular
/usr/share/fonts/TTF/opensans/OpenSans-Light.ttf: Open Sans,Open Sans Light:style=Light,Regular
/usr/share/fonts/TTF/opensans/OpenSans-LightItalic.ttf: Open Sans,Open Sans Light:style=Light Italic,Italic
/usr/share/fonts/ttf/decoratives/failed.ttf: Failed Attempt:style=Regular
/usr/share/fonts/75dpi/charI18.pcf.gz: Charter:style=Italic
/usr/share/fonts/ttf/decoratives/creature.ttf: Creature:style=Regular
/usr/share/fonts/75dpi/timR08.pcf.gz: Times:style=Regular
/usr/share/fonts/75dpi/timR10.pcf.gz: Times:style=Regular
/usr/share/fonts/75dpi/lutRS19-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/TTF/liberation/LiberationSerif-Italic.ttf: Liberation Serif:style=Italic
/usr/share/fonts/ttf/decoratives/fakerece.ttf: FakeReceipt:style=Regular
/usr/share/fonts/misc/9x15.pcf.gz: Fixed:style=Regular
/usr/share/fonts/default/Type1/c059033l.pfb: Century Schoolbook L:style=Italic
/usr/share/fonts/75dpi/ncenR24-ISO8859-1.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/helvR18-ISO8859-1.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/default/Type1/p052024l.pfb: URW Palladio L:style=Bold Italic
/usr/share/fonts/default/Type1/d050000l.pfb: Dingbats:style=Regular
/usr/share/fonts/75dpi/ncenI12.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/courO24.pcf.gz: Courier:style=Oblique
/usr/share/fonts/misc/clR7x14.pcf.gz: Clean:style=Regular
/usr/share/fonts/75dpi/helvR18.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/75dpi/lubB14.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/default/Type1/n019064l.pfb: Nimbus Sans L Condensed:style=Bold Italic
/usr/share/fonts/75dpi/luIS24.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/default/ghostscript/hrplt.pfa: Hershey\-Plain\-Triplex:style=Regular
/usr/share/fonts/misc/10x20-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/ncenI18-ISO8859-1.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/helvBO24-ISO8859-1.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/default/ghostscript/hrplti.pfa: Hershey\-Plain\-Triplex\-Italic:style=Regular
/usr/share/fonts/default/Type1/s050000l.pfb: Standard Symbols L:style=Regular
/usr/share/fonts/75dpi/courR24.pcf.gz: Courier:style=Regular
/usr/share/fonts/default/Type1/n021004l.pfb: Nimbus Roman No9 L:style=Bold
/usr/share/fonts/75dpi/luBS24.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/default/ghostscript/bchri.pfa: Bitstream Charter:style=Italic
/usr/share/fonts/75dpi/ncenBI24-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/misc/6x13B.pcf.gz: Fixed:style=Bold SemiCondensed
/usr/share/fonts/75dpi/charI08.pcf.gz: Charter:style=Italic
/usr/share/fonts/75dpi/charI10.pcf.gz: Charter:style=Italic
/usr/share/fonts/75dpi/timR18.pcf.gz: Times:style=Regular
/usr/share/fonts/75dpi/lubR19.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/charBI24.pcf.gz: Charter:style=Bold Italic
/usr/share/fonts/default/Type1/n021003l.pfb: Nimbus Roman No9 L:style=Regular
/usr/share/fonts/misc/cu-alt12.pcf.gz: ClearlyU Alternate Glyphs:style=Regular
/usr/share/fonts/75dpi/lutBS24-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/default/Type1/adobestd35/d050000l.pfb: Dingbats:style=Regular
/usr/share/fonts/75dpi/lubI14.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/luBIS19.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/Type1/c0419bt_.pfb: Courier 10 Pitch:style=Regular
/usr/share/fonts/default/Type1/adobestd35/n022024l.pfb: Nimbus Mono L:style=Bold Oblique
/usr/share/fonts/75dpi/luIS24-ISO8859-1.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/ttf/decoratives/distortia.ttf: Distortia:style=Regular
/usr/share/fonts/75dpi/luIS14.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/default/Type1/a010013l.pfb: URW Gothic L:style=Book
/usr/share/fonts/75dpi/ncenBI14.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/Type1/c0583bt_.pfb: Courier 10 Pitch:style=Bold
/usr/share/fonts/misc/10x20.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/timI12.pcf.gz: Times:style=Italic
/usr/share/fonts/misc/clR9x15.pcf.gz: Clean:style=Regular
/usr/share/fonts/default/Type1/n019003l.pfb: Nimbus Sans L:style=Regular
/usr/share/fonts/75dpi/lubB24-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/lutRS08.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/75dpi/lutRS10.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/TTF/dejavu/DejaVuSansCondensed-BoldOblique.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold Oblique,Bold Oblique
/usr/share/fonts/ttf/decoratives/independ.ttf: Independence:style=Normal
/usr/share/fonts/75dpi/timR12-ISO8859-1.pcf.gz: Times:style=Regular
/usr/share/fonts/TTF/droid/DroidSerif-Italic.ttf: Droid Serif:style=Italic
/usr/share/fonts/75dpi/term14.pcf.gz: Terminal:style=Regular
/usr/share/fonts/misc/8x13B.pcf.gz: Fixed:style=Bold
/usr/share/fonts/misc/clR8x10.pcf.gz: Clean:style=Regular
/usr/share/fonts/75dpi/helvB18.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/ttf/decoratives/embargo2.ttf: Embargo:style=Regular
/usr/share/fonts/75dpi/lubI24.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/misc/clB8x8.pcf.gz: Clean:style=Bold
/usr/share/fonts/misc/9x18B.pcf.gz: Fixed:style=Bold
/usr/share/fonts/TTF/liberation/LiberationMono-Bold.ttf: Liberation Mono:style=Bold
/usr/share/fonts/75dpi/lubR24-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/timB24-ISO8859-1.pcf.gz: Times:style=Bold
/usr/share/fonts/misc/8x13B-ISO8859-1.pcf.gz: Fixed:style=Bold
/usr/share/fonts/75dpi/timR08-ISO8859-1.pcf.gz: Times:style=Regular
/usr/share/fonts/75dpi/timR10-ISO8859-1.pcf.gz: Times:style=Regular
/usr/share/fonts/75dpi/timR14-ISO8859-1.pcf.gz: Times:style=Regular
/usr/share/fonts/misc/7x13O.pcf.gz: Fixed:style=Oblique
/usr/share/fonts/75dpi/courO18-ISO8859-1.pcf.gz: Courier:style=Oblique
/usr/share/fonts/default/Type1/n021024l.pfb: Nimbus Roman No9 L:style=Bold Italic
/usr/share/fonts/75dpi/helvBO12.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/TTF/paratype/PTF56F.ttf: PT Serif:style=Italic
/usr/share/fonts/TTF/dejavu/DejaVuSerifCondensed-BoldItalic.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold Italic,Bold Italic
/usr/share/fonts/misc/clR5x10.pcf.gz: Clean:style=Regular
/usr/share/fonts/misc/6x13O-ISO8859-1.pcf.gz: Fixed:style=Oblique SemiCondensed
/usr/share/fonts/75dpi/lutRS18.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/75dpi/luBS12.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/default/Type1/a010033l.pfb: URW Gothic L:style=Book Oblique
/usr/share/fonts/TTF/liberation/LiberationSerif-Regular.ttf: Liberation Serif:style=Regular
/usr/share/fonts/75dpi/lutBS14.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/75dpi/courO14.pcf.gz: Courier:style=Oblique
/usr/share/fonts/misc/9x18B-ISO8859-1.pcf.gz: Fixed:style=Bold
/usr/share/fonts/default/Type1/adobestd35/p052023l.pfb: URW Palladio L:style=Italic
/usr/share/fonts/75dpi/timBI18.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/75dpi/courBO18.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/default/Type1/adobestd35/b018035l.pfb: URW Bookman L:style=Demi Bold Italic
/usr/share/fonts/75dpi/helvB08.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/75dpi/helvB10.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/default/Type1/adobestd35/b018015l.pfb: URW Bookman L:style=Demi Bold
/usr/share/fonts/misc/5x7-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/share/fonts/misc/micro.pcf.gz: micro.pcf:style=Regular
/usr/share/fonts/misc/cu-pua12.pcf.gz: ClearlyU PUA:style=Regular
/usr/share/fonts/misc/clR6x12.pcf.gz: Clean:style=Regular
/usr/share/fonts/75dpi/lubBI12.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/misc/9x15B-ISO8859-1.pcf.gz: Fixed:style=Bold
/usr/share/fonts/75dpi/ncenI12-ISO8859-1.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/misc/clB6x10.pcf.gz: Clean:style=Bold
/usr/share/fonts/default/Type1/adobestd35/n022003l.pfb: Nimbus Mono L:style=Regular
/usr/share/fonts/misc/clB8x12.pcf.gz: Clean:style=Bold
/usr/share/fonts/TTF/opensans/OpenSans-CondLightItalic.ttf: Open Sans,Open Sans Condensed Light:style=Condensed Light Italic,Italic
/usr/share/fonts/75dpi/lutRS24-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/misc/7x13B-ISO8859-1.pcf.gz: Fixed:style=Bold
/usr/share/fonts/default/Type1/adobestd35/n021024l.pfb: Nimbus Roman No9 L:style=Bold Italic
/usr/share/fonts/75dpi/charR18.pcf.gz: Charter:style=Regular
/usr/share/fonts/75dpi/luBS24-ISO8859-1.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/abattis-cantarell-fonts/Cantarell-Bold.otf: Cantarell:style=Bold
/usr/share/fonts/75dpi/luRS19.pcf.gz: Lucida:style=Sans
/usr/share/fonts/75dpi/charB08.pcf.gz: Charter:style=Bold
/usr/share/fonts/75dpi/charB10.pcf.gz: Charter:style=Bold
/usr/share/fonts/75dpi/courBO08.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/75dpi/courBO10.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/default/Type1/a010015l.pfb: URW Gothic L:style=Demi
/usr/share/fonts/misc/6x9-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/share/fonts/misc/12x24.pcf.gz: Fixed:style=Regular
/usr/share/fonts/default/Type1/n022003l.pfb: Nimbus Mono L:style=Regular
/usr/share/fonts/75dpi/lutBS24.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/75dpi/timBI08.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/75dpi/timBI10.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/Type1/c0632bt_.pfb: Bitstream Charter:style=Bold
/usr/share/fonts/75dpi/lubR14.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/TTF/liberation/LiberationMono-BoldItalic.ttf: Liberation Mono:style=Bold Italic
/usr/share/fonts/75dpi/ncenI18.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/default/Type1/adobestd35/a010035l.pfb: URW Gothic L:style=Demi Oblique
/usr/share/fonts/default/ghostscript/hrscs.pfa: Hershey\-Script\-Simplex:style=Regular
/usr/share/fonts/75dpi/ncenI14-ISO8859-1.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/ncenI08-ISO8859-1.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/ncenI10-ISO8859-1.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/helvR12.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/misc/cu12.pcf.gz: ClearlyU:style=Regular
/usr/share/fonts/default/Type1/adobestd35/a010015l.pfb: URW Gothic L:style=Demi
/usr/share/fonts/75dpi/courB08.pcf.gz: Courier:style=Bold
/usr/share/fonts/75dpi/courB10.pcf.gz: Courier:style=Bold
/usr/share/fonts/TTF/dejavu/DejaVuSans-BoldOblique.ttf: DejaVu Sans:style=Bold Oblique
/usr/share/fonts/75dpi/charR08.pcf.gz: Charter:style=Regular
/usr/share/fonts/75dpi/charR10.pcf.gz: Charter:style=Regular
/usr/share/fonts/Type1/c0611bt_.pfb: Courier 10 Pitch:style=Bold Italic
/usr/share/fonts/75dpi/luRS24.pcf.gz: Lucida:style=Sans
/usr/share/fonts/misc/6x13.pcf.gz: Fixed:style=SemiCondensed
/usr/share/fonts/default/Type1/n022024l.pfb: Nimbus Mono L:style=Bold Oblique
/usr/share/fonts/75dpi/ncenB24.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/misc/clR8x13.pcf.gz: Clean:style=Regular
/usr/share/fonts/ttf/western/dirtydoz.ttf: DirtyBaker'sDozen:style=Regular
/usr/share/fonts/75dpi/lutBS19.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/75dpi/ncenR12.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/misc/5x7.pcf.gz: Fixed:style=Regular
/usr/share/fonts/misc/clB9x15.pcf.gz: Clean:style=Bold
/usr/share/fonts/TTF/droid/DroidSansFallback.ttf: Droid Sans Fallback:style=Regular
/usr/share/fonts/75dpi/timB24.pcf.gz: Times:style=Bold
/usr/share/fonts/75dpi/charB18.pcf.gz: Charter:style=Bold
/usr/share/fonts/75dpi/timR12.pcf.gz: Times:style=Regular
/usr/share/fonts/TTF/opensans/OpenSans-BoldItalic.ttf: Open Sans:style=Bold Italic
/usr/share/fonts/default/Type1/adobestd35/p052024l.pfb: URW Palladio L:style=Bold Italic
/usr/share/fonts/75dpi/luIS19.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/default/Type1/adobestd35/c059036l.pfb: Century Schoolbook L:style=Bold Italic
/usr/share/fonts/misc/6x13B-ISO8859-1.pcf.gz: Fixed:style=Bold SemiCondensed
/usr/share/fonts/75dpi/lubR24.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/courB24-ISO8859-1.pcf.gz: Courier:style=Bold
/usr/share/fonts/misc/6x13O.pcf.gz: Fixed:style=Oblique SemiCondensed
/usr/share/fonts/75dpi/ncenI08.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/ncenI10.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/misc/clR7x12.pcf.gz: Clean:style=Regular
/usr/share/fonts/default/Type1/adobestd35/b018032l.pfb: URW Bookman L:style=Light Italic
/usr/share/fonts/75dpi/courB18.pcf.gz: Courier:style=Bold
/usr/share/fonts/TTF/paratype/PTS55F.ttf: PT Sans:style=Regular
/usr/share/fonts/75dpi/courO12-ISO8859-1.pcf.gz: Courier:style=Oblique
/usr/share/fonts/75dpi/ncenB14.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/lubB14-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/misc/4x6-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/lubB08-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/lubB10-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/ncenB18-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/default/Type1/adobestd35/n019043l.pfb: Nimbus Sans L Condensed:style=Regular
/usr/share/fonts/75dpi/ncenBI12-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/default/ghostscript/putbi.pfa: Utopia:style=Bold Italic
/usr/share/fonts/75dpi/lubBI24-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/courR18-ISO8859-1.pcf.gz: Courier:style=Regular
/usr/share/fonts/75dpi/lubI12.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/lubR14-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/default/Type1/b018012l.pfb: URW Bookman L:style=Light
/usr/share/fonts/75dpi/lubR08-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/lubR10-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/ncenBI08-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/ncenBI10-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/courO08-ISO8859-1.pcf.gz: Courier:style=Oblique
/usr/share/fonts/75dpi/courO10-ISO8859-1.pcf.gz: Courier:style=Oblique
/usr/share/fonts/75dpi/ncenBI14-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/courO14-ISO8859-1.pcf.gz: Courier:style=Oblique
/usr/share/fonts/75dpi/luBIS08-ISO8859-1.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/75dpi/luBIS10-ISO8859-1.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/misc/5x8-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/luBIS14-ISO8859-1.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/75dpi/lubB12-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/default/ghostscript/putri.pfa: Utopia:style=Italic
/usr/share/fonts/TTF/dejavu/DejaVuSans.ttf: DejaVu Sans:style=Book
/usr/share/fonts/75dpi/timI08.pcf.gz: Times:style=Italic
/usr/share/fonts/75dpi/timI10.pcf.gz: Times:style=Italic
/usr/share/fonts/misc/9x15B.pcf.gz: Fixed:style=Bold
/usr/share/fonts/TTF/droid/DroidSerif-Bold.ttf: Droid Serif:style=Bold
/usr/share/fonts/75dpi/ncenR24.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/helvO24-ISO8859-1.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/75dpi/luBIS12-ISO8859-1.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/ttf/western/Bluehigh.ttf: Blue Highway:style=Regular
/usr/share/fonts/ttf/decoratives/demon.ttf: der Dämonschriftkegel:style=Regular
/usr/share/fonts/75dpi/lutRS12.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/TTF/dejavu/DejaVuSerifCondensed-Bold.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold,Bold
/usr/share/fonts/TTF/droid/DroidSerif-Regular.ttf: Droid Serif:style=Regular
/usr/share/fonts/TTF/paratype/PTN57F.ttf: PT Sans Narrow:style=Regular
/usr/share/fonts/75dpi/lubR12-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/TTF/opensans/OpenSans-Semibold.ttf: Open Sans,Open Sans Semibold:style=Semibold,Regular
/usr/share/fonts/misc/clR8x16.pcf.gz: Clean:style=Regular
/usr/share/fonts/default/Type1/a010035l.pfb: URW Gothic L:style=Demi Oblique
/usr/share/fonts/ttf/decoratives/dienasty.ttf: Die Nasty:style=SuperBold
/usr/share/fonts/75dpi/courR12-ISO8859-1.pcf.gz: Courier:style=Regular
/usr/share/fonts/Type1/c0582bt_.pfb: Courier 10 Pitch:style=Italic
/usr/share/fonts/misc/7x13-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/luRS14.pcf.gz: Lucida:style=Sans
/usr/share/fonts/75dpi/helvO24.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/75dpi/timI18.pcf.gz: Times:style=Italic
/usr/share/fonts/default/ghostscript/bchr.pfa: Bitstream Charter:style=Regular
/usr/share/fonts/ttf/decoratives/flubber.ttf: Flubber:style=Regular
/usr/share/fonts/75dpi/timI24-ISO8859-1.pcf.gz: Times:style=Italic
/usr/share/fonts/default/Type1/p052023l.pfb: URW Palladio L:style=Italic
/usr/share/fonts/default/ghostscript/bchbi.pfa: Bitstream Charter:style=Bold Italic
/usr/share/fonts/misc/9x18-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/timB14.pcf.gz: Times:style=Bold
/usr/share/fonts/default/Type1/adobestd35/p052004l.pfb: URW Palladio L:style=Bold
/usr/share/fonts/75dpi/helvBO14.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/luBIS08.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/75dpi/luBIS10.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/default/Type1/adobestd35/s050000l.pfb: Standard Symbols L:style=Regular
/usr/share/fonts/TTF/dejavu/DejaVuSans-ExtraLight.ttf: DejaVu Sans,DejaVu Sans Light:style=ExtraLight
/usr/share/fonts/ttf/western/larabief.ttf: Larabiefont:style=Regular
/usr/share/fonts/75dpi/courR08-ISO8859-1.pcf.gz: Courier:style=Regular
/usr/share/fonts/75dpi/courR10-ISO8859-1.pcf.gz: Courier:style=Regular
/usr/share/fonts/75dpi/luBS08.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/75dpi/luBS10.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/default/Type1/c059013l.pfb: Century Schoolbook L:style=Roman
/usr/share/fonts/75dpi/courR14-ISO8859-1.pcf.gz: Courier:style=Regular
/usr/share/fonts/75dpi/courBO18-ISO8859-1.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/TTF/dejavu/DejaVuSansMono-Bold.ttf: DejaVu Sans Mono:style=Bold
/usr/share/fonts/TTF/droid/DroidSerif-BoldItalic.ttf: Droid Serif:style=Bold Italic
/usr/share/fonts/ttf/decoratives/eli5.0-.ttf: Eli 5.0b:style=1
/usr/share/fonts/75dpi/courO12.pcf.gz: Courier:style=Oblique
/usr/share/fonts/misc/clI8x8.pcf.gz: Clean:style=Italic
/usr/share/fonts/75dpi/charBI08.pcf.gz: Charter:style=Bold Italic
/usr/share/fonts/75dpi/charBI10.pcf.gz: Charter:style=Bold Italic
/usr/share/fonts/75dpi/ncenI24-ISO8859-1.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/misc/8x13-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/ncenBI18-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/TTF/droid/DroidSans.ttf: Droid Sans:style=Regular
/usr/share/fonts/TTF/dejavu/DejaVuSans-Oblique.ttf: DejaVu Sans:style=Oblique
/usr/share/fonts/ttf/decoratives/ikarrg.ttf: Ikarus:style=Regular
/usr/share/fonts/misc/7x14B-ISO8859-1.pcf.gz: Fixed:style=Bold
/usr/share/fonts/TTF/paratype/PTS75F.ttf: PT Sans:style=Bold
/usr/share/fonts/default/Type1/adobestd35/n019023l.pfb: Nimbus Sans L:style=Regular Italic
/usr/share/fonts/misc/clR6x10.pcf.gz: Clean:style=Regular
/usr/share/fonts/75dpi/lubBI08.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/lubBI10.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/helvO14.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/misc/clR4x6.pcf.gz: Clean:style=Regular
/usr/share/fonts/default/ghostscript/hrger.pfa: Hershey\-Gothic\-English:style=Regular
/usr/share/fonts/misc/clB6x12.pcf.gz: Clean:style=Bold
/usr/share/fonts/TTF/dejavu/DejaVuSansMono-Oblique.ttf: DejaVu Sans Mono:style=Oblique
/usr/share/fonts/misc/clB8x14.pcf.gz: Clean:style=Bold
/usr/share/fonts/misc/6x10-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/helvBO24.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/misc/clR5x6.pcf.gz: Clean:style=Regular
/usr/share/fonts/75dpi/luBIS18.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/75dpi/luBS18.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/TTF/dejavu/DejaVuSansCondensed.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed,Book
/usr/share/fonts/default/Type1/b018035l.pfb: URW Bookman L:style=Demi Bold Italic
/usr/share/fonts/75dpi/courB18-ISO8859-1.pcf.gz: Courier:style=Bold
/usr/share/fonts/misc/8x16.pcf.gz: Fixed:style=Regular
/usr/share/fonts/ttf/decoratives/brandnew.ttf: Brand New:style=Regular
/usr/share/fonts/misc/7x14-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/courR18.pcf.gz: Courier:style=Regular
/usr/share/fonts/default/Type1/n019063l.pfb: Nimbus Sans L Condensed:style=Regular Italic
/usr/share/fonts/misc/clR6x6.pcf.gz: Clean:style=Regular
/usr/share/fonts/75dpi/ncenB12-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/timR24.pcf.gz: Times:style=Regular
/usr/share/fonts/default/Type1/n022023l.pfb: Nimbus Mono L:style=Regular Oblique
/usr/share/fonts/TTF/opensans/OpenSans-ExtraBold.ttf: Open Sans,Open Sans Extrabold:style=Extrabold,Regular
/usr/share/fonts/75dpi/courBO12.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/75dpi/charBI18.pcf.gz: Charter:style=Bold Italic
/usr/share/fonts/ttf/decoratives/betadance.ttf: Beta Dance:style=Regular
/usr/share/fonts/TTF/liberation/LiberationMono-Regular.ttf: Liberation Mono:style=Regular
/usr/share/fonts/ttf/western/fudd.ttf: Fudd,New:style=Regular
/usr/share/fonts/default/Type1/adobestd35/n019004l.pfb: Nimbus Sans L:style=Bold
/usr/share/fonts/TTF/paratype/PTS76F.ttf: PT Sans:style=Bold Italic
/usr/share/fonts/75dpi/lubBI18.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/lubB18-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/misc/9x15-ISO8859-1.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/ncenB14-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/helvR14.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/TTF/dejavu/DejaVuSerifCondensed-Italic.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Italic,Italic
/usr/share/fonts/75dpi/ncenB08-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/ncenB10-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/luBS14-ISO8859-1.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/75dpi/luBS08-ISO8859-1.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/75dpi/luBS10-ISO8859-1.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/75dpi/lubB18.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/misc/18x18ko.pcf.gz: Fixed:style=ko
/usr/share/fonts/default/Type1/adobestd35/a010033l.pfb: URW Gothic L:style=Book Oblique
/usr/share/fonts/default/Type1/p052004l.pfb: URW Palladio L:style=Bold
/usr/share/fonts/75dpi/charR12.pcf.gz: Charter:style=Regular
/usr/share/fonts/75dpi/lubB19-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/luBIS19-ISO8859-1.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/75dpi/ncenR14.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/lubBI08-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/lubBI10-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/TTF/liberation/LiberationSans-BoldItalic.ttf: Liberation Sans:style=Bold Italic
/usr/share/fonts/75dpi/lubBI14-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/courR08.pcf.gz: Courier:style=Regular
/usr/share/fonts/75dpi/courR10.pcf.gz: Courier:style=Regular
/usr/share/fonts/75dpi/courBO08-ISO8859-1.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/75dpi/courBO10-ISO8859-1.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/default/Type1/n019044l.pfb: Nimbus Sans L Condensed:style=Bold
/usr/share/fonts/75dpi/courBO14-ISO8859-1.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/75dpi/timR14.pcf.gz: Times:style=Regular
/usr/share/fonts/75dpi/timB18-ISO8859-1.pcf.gz: Times:style=Bold
/usr/share/fonts/75dpi/lubR18-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/TTF/opensans/OpenSans-Regular.ttf: Open Sans:style=Regular
/usr/share/fonts/75dpi/lubI24-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/TTF/droid/DroidSansMono.ttf: Droid Sans Mono:style=Regular
/usr/share/fonts/misc/7x14.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/luBIS18-ISO8859-1.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/ttf/decoratives/binary.ttf: Binary:style=Regular
/usr/share/fonts/default/Type1/adobestd35/n019003l.pfb: Nimbus Sans L:style=Regular
/usr/share/fonts/75dpi/lubR19-ISO8859-1.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/lubI18.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/misc/clR7x10.pcf.gz: Clean:style=Regular
/usr/share/fonts/default/Type1/adobestd35/c059016l.pfb: Century Schoolbook L:style=Bold
/usr/share/fonts/75dpi/lubB08.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/lubB10.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/default/Type1/adobestd35/n019063l.pfb: Nimbus Sans L Condensed:style=Regular Italic
/usr/share/fonts/75dpi/luBS12-ISO8859-1.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/TTF/droid/DroidSans-Bold.ttf: Droid Sans:style=Bold
/usr/share/fonts/75dpi/ncenB12.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/default/Type1/n022004l.pfb: Nimbus Mono L:style=Bold
/usr/share/fonts/75dpi/ncenBI18.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/lubBI12-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/TTF/opensans/OpenSans-CondBold.ttf: Open Sans Condensed:style=Bold
/usr/share/fonts/75dpi/courBO12-ISO8859-1.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/75dpi/charI14.pcf.gz: Charter:style=Italic
/usr/share/fonts/75dpi/luBS19-ISO8859-1.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/misc/clR6x13.pcf.gz: Clean:style=Regular
/usr/share/fonts/TTF/dejavu/DejaVuSans-Bold.ttf: DejaVu Sans:style=Bold
/usr/share/fonts/75dpi/lutRS24.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/misc/arabic24.pcf.gz: Newspaper:style=Regular
/usr/share/fonts/75dpi/luRS24-ISO8859-1.pcf.gz: Lucida:style=Sans
/usr/share/fonts/default/ghostscript/hritr.pfa: Hershey\-Gothic\-Italian:style=Regular
/usr/share/fonts/75dpi/lubI08.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/lubI10.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/default/Type1/adobestd35/n021003l.pfb: Nimbus Roman No9 L:style=Regular
/usr/share/fonts/75dpi/courBO24.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/misc/deccurs.pcf.gz: deccurs.pcf:style=Regular
/usr/share/fonts/default/Type1/adobestd35/a010013l.pfb: URW Gothic L:style=Book
/usr/share/fonts/75dpi/timBI24.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/misc/5x8.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/luBS18-ISO8859-1.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/misc/8x13.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/timB12-ISO8859-1.pcf.gz: Times:style=Bold
/usr/share/fonts/default/ghostscript/hrpldi.pfa: Hershey\-Plain\-Duplex\-Italic:style=Regular
/usr/share/fonts/misc/7x13B.pcf.gz: Fixed:style=Bold
/usr/share/fonts/75dpi/luIS08.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/75dpi/luIS10.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/TTF/opensans/OpenSans-SemiboldItalic.ttf: Open Sans,Open Sans Semibold:style=Semibold Italic,Italic
/usr/share/fonts/75dpi/ncenBI08.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/ncenBI10.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/default/Type1/adobestd35/n021023l.pfb: Nimbus Roman No9 L:style=Regular Italic
/usr/share/fonts/default/Type1/b018032l.pfb: URW Bookman L:style=Light Italic
/usr/share/fonts/TTF/dejavu/DejaVuSerif-Italic.ttf: DejaVu Serif:style=Italic
/usr/share/fonts/75dpi/timB14-ISO8859-1.pcf.gz: Times:style=Bold
/usr/share/fonts/ttf/decoratives/densmore.ttf: Densmore:style=Regular
/usr/share/fonts/75dpi/timB08-ISO8859-1.pcf.gz: Times:style=Bold
/usr/share/fonts/75dpi/timB10-ISO8859-1.pcf.gz: Times:style=Bold
/usr/share/fonts/75dpi/charI24.pcf.gz: Charter:style=Italic
/usr/share/fonts/75dpi/lutRS14.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/75dpi/helvO12-ISO8859-1.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/default/Type1/n019023l.pfb: Nimbus Sans L:style=Regular Italic
/usr/share/fonts/default/Type1/adobestd35/b018012l.pfb: URW Bookman L:style=Light
/usr/share/fonts/75dpi/timBI14-ISO8859-1.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/misc/clR6x12-ISO8859-1.pcf.gz: Clean:style=Regular
/usr/share/fonts/default/Type1/adobestd35/n019044l.pfb: Nimbus Sans L Condensed:style=Bold
/usr/share/fonts/75dpi/timBI08-ISO8859-1.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/75dpi/timBI10-ISO8859-1.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/default/Type1/n019043l.pfb: Nimbus Sans L Condensed:style=Regular
/usr/share/fonts/75dpi/lubI08-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/lubI10-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/courO18.pcf.gz: Courier:style=Oblique
/usr/share/fonts/75dpi/lubI14-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/courB12-ISO8859-1.pcf.gz: Courier:style=Bold
/usr/share/fonts/75dpi/helvR24.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/misc/clR8x14.pcf.gz: Clean:style=Regular
/usr/share/fonts/75dpi/lutBS18.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/TTF/dejavu/DejaVuSerifCondensed.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed,Book
/usr/share/fonts/75dpi/termB14.pcf.gz: Terminal:style=Bold
/usr/share/fonts/misc/cursor.pcf.gz: cursor.pcf:style=Regular
/usr/share/fonts/TTF/liberation/LiberationSans-Italic.ttf: Liberation Sans:style=Italic
/usr/share/fonts/75dpi/helvO14-ISO8859-1.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/75dpi/helvO08-ISO8859-1.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/75dpi/helvO10-ISO8859-1.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/TTF/opensans/OpenSans-Italic.ttf: Open Sans:style=Italic
/usr/share/fonts/75dpi/luIS18.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/75dpi/luRS12.pcf.gz: Lucida:style=Sans
/usr/share/fonts/misc/7x14B.pcf.gz: Fixed:style=Bold
/usr/share/fonts/75dpi/ncenI24.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/lubI12-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/ttf/decoratives/ikarv.ttf: Ikarus Vulture:style=Regular
/usr/share/fonts/75dpi/courB14-ISO8859-1.pcf.gz: Courier:style=Bold
/usr/share/fonts/TTF/liberation/LiberationMono-Italic.ttf: Liberation Mono:style=Italic
/usr/share/fonts/75dpi/courB08-ISO8859-1.pcf.gz: Courier:style=Bold
/usr/share/fonts/75dpi/courB10-ISO8859-1.pcf.gz: Courier:style=Bold
/usr/share/fonts/75dpi/timB12.pcf.gz: Times:style=Bold
/usr/share/fonts/TTF/dejavu/DejaVuMathTeXGyre.ttf: DejaVu Math TeX Gyre:style=Regular
/usr/share/fonts/75dpi/luBIS12.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/75dpi/helvR24-ISO8859-1.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/default/ghostscript/hrgrr.pfa: Hershey\-Gothic\-German:style=Regular
/usr/share/fonts/default/Type1/b018015l.pfb: URW Bookman L:style=Demi Bold
/usr/share/fonts/75dpi/luIS12-ISO8859-1.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/default/ghostscript/putb.pfa: Utopia:style=Bold
/usr/share/fonts/75dpi/timBI12-ISO8859-1.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/ttf/decoratives/davis.ttf: Davis:style=Regular
/usr/share/fonts/75dpi/lutBS08.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/75dpi/lutBS10.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/75dpi/courO08.pcf.gz: Courier:style=Oblique
/usr/share/fonts/75dpi/courO10.pcf.gz: Courier:style=Oblique
/usr/share/fonts/75dpi/charBI12.pcf.gz: Charter:style=Bold Italic
/usr/share/fonts/75dpi/ncenB24-ISO8859-1.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/default/Type1/adobestd35/c059033l.pfb: Century Schoolbook L:style=Italic
/usr/share/fonts/75dpi/helvB14.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/ttf/decoratives/bazaroni.ttf: Bazaronite:style=Regular
/usr/share/fonts/Type1/c0649bt_.pfb: Bitstream Charter:style=Italic
/usr/share/fonts/75dpi/lubR18.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/TTF/paratype/PTS56F.ttf: PT Sans:style=Italic
/usr/share/fonts/75dpi/helvO12.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/75dpi/lubBI18-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/misc/8x13O.pcf.gz: Fixed:style=Oblique
/usr/share/fonts/75dpi/lutBS19-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/ttf/western/a_d_mono.ttf: A.D. MONO:style=Regular
/usr/share/fonts/misc/clB8x16.pcf.gz: Clean:style=Bold
/usr/share/fonts/ttf/western/Adventure.ttf: Adventure:style=Normal
/usr/share/fonts/default/Type1/adobestd35/z003034l.pfb: URW Chancery L:style=Medium Italic
/usr/share/fonts/75dpi/lubBI19-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/lutBS18-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/TTF/paratype/PTF76F.ttf: PT Serif:style=Bold Italic
/usr/share/fonts/default/Type1/n021023l.pfb: Nimbus Roman No9 L:style=Regular Italic
/usr/share/fonts/75dpi/luIS14-ISO8859-1.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/75dpi/luIS08-ISO8859-1.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/75dpi/luIS10-ISO8859-1.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/TTF/liberation/LiberationSans-Bold.ttf: Liberation Sans:style=Bold
/usr/share/fonts/75dpi/lubI18-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/default/Type1/n019024l.pfb: Nimbus Sans L:style=Bold Italic
/usr/share/fonts/75dpi/charB14.pcf.gz: Charter:style=Bold
/usr/share/fonts/75dpi/luBIS24-ISO8859-1.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/75dpi/courBO14.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/default/Type1/z003034l.pfb: URW Chancery L:style=Medium Italic
/usr/share/fonts/ttf/decoratives/edgewater.ttf: Edgewater:style=Regular
/usr/share/fonts/ttf/western/babelfish.ttf: Babelfish:style=Regular
/usr/share/fonts/75dpi/lubI19-ISO8859-1.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/helvB24.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/75dpi/timBI14.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/75dpi/lubR08.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/lubR10.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/helvO18-ISO8859-1.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/ttf/decoratives/electroh.ttf: Electroharmonix:style=Regular
/usr/share/fonts/default/Type1/n019004l.pfb: Nimbus Sans L:style=Bold
/usr/share/fonts/misc/18x18ja.pcf.gz: Fixed:style=ja
/usr/share/fonts/TTF/opensans/OpenSans-Bold.ttf: Open Sans:style=Bold
/usr/share/fonts/Type1/cursor.pfa: Cursor:style=Regular
/usr/share/fonts/75dpi/courB14.pcf.gz: Courier:style=Bold
/usr/share/fonts/75dpi/charR14.pcf.gz: Charter:style=Regular
/usr/share/fonts/75dpi/helvB24-ISO8859-1.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/misc/clR5x8.pcf.gz: Clean:style=Regular
/usr/share/fonts/TTF/opensans/OpenSans-CondLight.ttf: Open Sans,Open Sans Condensed Light:style=Condensed Light,Regular
/usr/share/fonts/75dpi/lutBS12-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/default/ghostscript/putr.pfa: Utopia:style=Regular
/usr/share/fonts/75dpi/luRS18-ISO8859-1.pcf.gz: Lucida:style=Sans
/usr/share/fonts/75dpi/courR12.pcf.gz: Courier:style=Regular
/usr/share/fonts/misc/clR6x8.pcf.gz: Clean:style=Regular
/usr/share/fonts/ttf/decoratives/fadgod.ttf: Fadgod:style=Regular
/usr/share/fonts/75dpi/timR24-ISO8859-1.pcf.gz: Times:style=Regular
/usr/share/fonts/75dpi/helvBO08-ISO8859-1.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/helvBO10-ISO8859-1.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/misc/clR7x8.pcf.gz: Clean:style=Regular
/usr/share/fonts/75dpi/helvBO14-ISO8859-1.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/courO24-ISO8859-1.pcf.gz: Courier:style=Oblique
/usr/share/fonts/75dpi/timI18-ISO8859-1.pcf.gz: Times:style=Italic
/usr/share/fonts/75dpi/luRS19-ISO8859-1.pcf.gz: Lucida:style=Sans
/usr/share/fonts/75dpi/ncenI14.pcf.gz: New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/helvB12-ISO8859-1.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/TTF/dejavu/DejaVuSerif-Bold.ttf: DejaVu Serif:style=Bold
/usr/share/fonts/75dpi/lutRS19.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/75dpi/lubB12.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/charR24.pcf.gz: Charter:style=Regular
/usr/share/fonts/ttf/decoratives/actionis.ttf: ActionIs:style=Regular
/usr/share/fonts/TTF/paratype/PTF75F.ttf: PT Serif:style=Bold
/usr/share/fonts/75dpi/ncenB08.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/ncenB10.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/helvBO12-ISO8859-1.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/helvR12-ISO8859-1.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/75dpi/courBO24-ISO8859-1.pcf.gz: Courier:style=Bold Oblique
/usr/share/fonts/75dpi/timI24.pcf.gz: Times:style=Italic
/usr/share/fonts/75dpi/lutBS08-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/75dpi/lutBS10-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/75dpi/lutBS14-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/misc/12x13ja.pcf.gz: Fixed:style=ja
/usr/share/fonts/TTF/paratype/PTM75F.ttf: PT Mono:style=Bold
/usr/share/fonts/75dpi/charI12.pcf.gz: Charter:style=Italic
/usr/share/fonts/75dpi/luRS12-ISO8859-1.pcf.gz: Lucida:style=Sans
/usr/share/fonts/75dpi/timBI18-ISO8859-1.pcf.gz: Times:style=Bold Italic
/usr/share/fonts/ttf/decoratives/indigo.ttf: Indigo Joker:style=Regular
/usr/share/fonts/default/Type1/adobestd35/p052003l.pfb: URW Palladio L:style=Roman
/usr/share/fonts/Type1/c0633bt_.pfb: Bitstream Charter:style=Bold Italic
/usr/share/fonts/misc/clB8x13.pcf.gz: Clean:style=Bold
/usr/share/fonts/ttf/western/Bluehigb.ttf: Blue Highway:style=Bold
/usr/share/fonts/ttf/decoratives/hydrogen.ttf: HydrogenWhiskey:style=Regular
/usr/share/fonts/default/Type1/adobestd35/n019024l.pfb: Nimbus Sans L:style=Bold Italic
/usr/share/fonts/TTF/paratype/PTN77F.ttf: PT Sans Narrow:style=Bold
/usr/share/fonts/default/Type1/adobestd35/n019064l.pfb: Nimbus Sans L Condensed:style=Bold Italic
/usr/share/fonts/75dpi/timI12-ISO8859-1.pcf.gz: Times:style=Italic
/usr/share/fonts/75dpi/helvB08-ISO8859-1.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/75dpi/helvB10-ISO8859-1.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/ttf/decoratives/ikart.ttf: Ikarus Turbulence:style=Regular
/usr/share/fonts/75dpi/helvB14-ISO8859-1.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/75dpi/luBS19.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/75dpi/ncenR18-ISO8859-1.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/misc/6x10.pcf.gz: Fixed:style=Regular
/usr/share/fonts/misc/decsess.pcf.gz: decsess.pcf:style=Regular
/usr/share/fonts/ttf/decoratives/goldengi.ttf: Golden Girdle:style=Normal
/usr/share/fonts/75dpi/ncenB18.pcf.gz: New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/helvR14-ISO8859-1.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/75dpi/luIS12.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/75dpi/helvR08-ISO8859-1.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/75dpi/helvR10-ISO8859-1.pcf.gz: Helvetica:style=Regular
/usr/share/fonts/75dpi/luRS18.pcf.gz: Lucida:style=Sans
/usr/share/fonts/TTF/liberation/LiberationSerif-BoldItalic.ttf: Liberation Serif:style=Bold Italic
/usr/share/fonts/75dpi/ncenBI12.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/TTF/opensans/OpenSans-ExtraBoldItalic.ttf: Open Sans,Open Sans Extrabold:style=Extrabold Italic,Italic
/usr/share/fonts/misc/9x18.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/timI14.pcf.gz: Times:style=Italic
/usr/share/fonts/75dpi/luRS08-ISO8859-1.pcf.gz: Lucida:style=Sans
/usr/share/fonts/75dpi/luRS10-ISO8859-1.pcf.gz: Lucida:style=Sans
/usr/share/fonts/75dpi/luRS14-ISO8859-1.pcf.gz: Lucida:style=Sans
/usr/share/fonts/misc/4x6.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/lubBI19.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/timB18.pcf.gz: Times:style=Bold
/usr/share/fonts/misc/8x13O-ISO8859-1.pcf.gz: Fixed:style=Oblique
/usr/share/fonts/75dpi/helvBO18.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/charB24.pcf.gz: Charter:style=Bold
/usr/share/fonts/ttf/decoratives/fontrstc.ttf: Font in a Red Suit:style=(The Christmas Font)
/usr/share/fonts/75dpi/helvBO18-ISO8859-1.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/ttf/western/Bluehigc.ttf: Blue Highway Condensed:style=Regular
/usr/share/fonts/75dpi/luBIS24.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/75dpi/lubB19.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/TTF/liberation/LiberationSans-Regular.ttf: Liberation Sans:style=Regular
/usr/share/fonts/75dpi/timI14-ISO8859-1.pcf.gz: Times:style=Italic
/usr/share/fonts/misc/6x12.pcf.gz: Fixed:style=SemiCondensed
/usr/share/fonts/75dpi/timI08-ISO8859-1.pcf.gz: Times:style=Italic
/usr/share/fonts/75dpi/timI10-ISO8859-1.pcf.gz: Times:style=Italic
/usr/share/fonts/misc/clR8x8.pcf.gz: Clean:style=Regular
/usr/share/fonts/misc/clR8x12.pcf.gz: Clean:style=Regular
/usr/share/fonts/75dpi/courB24.pcf.gz: Courier:style=Bold
/usr/share/fonts/TTF/dejavu/DejaVuSerif.ttf: DejaVu Serif:style=Book
/usr/share/fonts/75dpi/luRS08.pcf.gz: Lucida:style=Sans
/usr/share/fonts/75dpi/luRS10.pcf.gz: Lucida:style=Sans
/usr/share/fonts/abattis-cantarell-fonts/Cantarell-Regular.otf: Cantarell:style=Regular
/usr/share/fonts/75dpi/lubBI24.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/luIS18-ISO8859-1.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/misc/7x13.pcf.gz: Fixed:style=Regular
/usr/share/fonts/default/Type1/adobestd35/n021004l.pfb: Nimbus Roman No9 L:style=Bold
/usr/share/fonts/75dpi/lubB24.pcf.gz: LucidaBright:style=Regular
/usr/share/fonts/75dpi/ncenR12-ISO8859-1.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/timB08.pcf.gz: Times:style=Bold
/usr/share/fonts/75dpi/timB10.pcf.gz: Times:style=Bold
/usr/share/fonts/75dpi/helvBO08.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/helvBO10.pcf.gz: Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/luBIS14.pcf.gz: Lucida:style=Sans Bold Italic
/usr/share/fonts/75dpi/lubI19.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/75dpi/luIS19-ISO8859-1.pcf.gz: Lucida:style=Sans Italic
/usr/share/fonts/TTF/dejavu/DejaVuSansMono-BoldOblique.ttf: DejaVu Sans Mono:style=Bold Oblique
/usr/share/fonts/75dpi/luBS14.pcf.gz: Lucida:style=Sans Bold
/usr/share/fonts/75dpi/lutRS14-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/misc/6x12-ISO8859-1.pcf.gz: Fixed:style=SemiCondensed
/usr/share/fonts/75dpi/lutRS08-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/75dpi/lutRS10-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/Type1/c0648bt_.pfb: Bitstream Charter:style=Regular
/usr/share/fonts/TTF/dejavu/DejaVuSansCondensed-Oblique.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Oblique,Oblique
/usr/share/fonts/default/Type1/p052003l.pfb: URW Palladio L:style=Roman
/usr/share/fonts/default/Type1/c059036l.pfb: Century Schoolbook L:style=Bold Italic
/usr/share/fonts/default/Type1/adobestd35/n022023l.pfb: Nimbus Mono L:style=Regular Oblique
/usr/share/fonts/75dpi/charBI14.pcf.gz: Charter:style=Bold Italic
/usr/share/fonts/75dpi/lutBS12.pcf.gz: LucidaTypewriter:style=Sans Bold
/usr/share/fonts/75dpi/helvB18-ISO8859-1.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/75dpi/ncenR08-ISO8859-1.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/ncenR10-ISO8859-1.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/ncenR14-ISO8859-1.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/helvB12.pcf.gz: Helvetica:style=Bold
/usr/share/fonts/ttf/decoratives/betsy.ttf: Betsy Flanagan:style=Regular
/usr/share/fonts/default/Type1/adobestd35/n022004l.pfb: Nimbus Mono L:style=Bold
/usr/share/fonts/misc/clI6x12.pcf.gz: Clean:style=Italic
/usr/share/fonts/misc/6x13-ISO8859-1.pcf.gz: Fixed:style=SemiCondensed
/usr/share/fonts/75dpi/helvO08.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/75dpi/helvO10.pcf.gz: Helvetica:style=Oblique
/usr/share/fonts/default/Type1/adobestd35/c059013l.pfb: Century Schoolbook L:style=Roman
/usr/share/fonts/75dpi/lubBI14.pcf.gz: LucidaBright:style=Italic
/usr/share/fonts/misc/clB8x10.pcf.gz: Clean:style=Bold
/usr/share/fonts/75dpi/ncenBI24.pcf.gz: New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/courR24-ISO8859-1.pcf.gz: Courier:style=Regular
/usr/share/fonts/default/ghostscript/hrscc.pfa: Hershey\-Script\-Complex:style=Regular
/usr/share/fonts/75dpi/ncenR18.pcf.gz: New Century Schoolbook:style=Regular
/usr/share/fonts/TTF/dejavu/DejaVuSansMono.ttf: DejaVu Sans Mono:style=Book
/usr/share/fonts/misc/6x9.pcf.gz: Fixed:style=Regular
/usr/share/fonts/75dpi/timR18-ISO8859-1.pcf.gz: Times:style=Regular
/usr/share/fonts/ttf/decoratives/CaptainPodd.ttf: Captain Podd:style=Regular
/usr/share/fonts/75dpi/lutRS12-ISO8859-1.pcf.gz: LucidaTypewriter:style=Sans
/usr/share/fonts/75dpi/charB12.pcf.gz: Charter:style=Bold
/usr/share/fonts/default/ghostscript/bchb.pfa: Bitstream Charter:style=Bold
/usr/share/fonts/75dpi/charB08.pcf.gz
/usr/share/fonts/75dpi/charB10.pcf.gz
/usr/share/fonts/75dpi/charB12.pcf.gz
/usr/share/fonts/75dpi/charB14.pcf.gz
/usr/share/fonts/75dpi/charB18.pcf.gz
/usr/share/fonts/75dpi/charB24.pcf.gz
/usr/share/fonts/75dpi/charBI08.pcf.gz
/usr/share/fonts/75dpi/charBI10.pcf.gz
/usr/share/fonts/75dpi/charBI12.pcf.gz
/usr/share/fonts/75dpi/charBI14.pcf.gz
/usr/share/fonts/75dpi/charBI18.pcf.gz
/usr/share/fonts/75dpi/charBI24.pcf.gz
/usr/share/fonts/75dpi/charI08.pcf.gz
/usr/share/fonts/75dpi/charI10.pcf.gz
/usr/share/fonts/75dpi/charI12.pcf.gz
/usr/share/fonts/75dpi/charI14.pcf.gz
/usr/share/fonts/75dpi/charI18.pcf.gz
/usr/share/fonts/75dpi/charI24.pcf.gz
/usr/share/fonts/75dpi/charR08.pcf.gz
/usr/share/fonts/75dpi/charR10.pcf.gz
/usr/share/fonts/75dpi/charR12.pcf.gz
/usr/share/fonts/75dpi/charR14.pcf.gz
/usr/share/fonts/75dpi/charR18.pcf.gz
/usr/share/fonts/75dpi/charR24.pcf.gz
/usr/share/fonts/75dpi/courB08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courB08.pcf.gz
/usr/share/fonts/75dpi/courB10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courB10.pcf.gz
/usr/share/fonts/75dpi/courB12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courB12.pcf.gz
/usr/share/fonts/75dpi/courB14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courB14.pcf.gz
/usr/share/fonts/75dpi/courB18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courB18.pcf.gz
/usr/share/fonts/75dpi/courB24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courB24.pcf.gz
/usr/share/fonts/75dpi/courBO08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courBO08.pcf.gz
/usr/share/fonts/75dpi/courBO10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courBO10.pcf.gz
/usr/share/fonts/75dpi/courBO12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courBO12.pcf.gz
/usr/share/fonts/75dpi/courBO14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courBO14.pcf.gz
/usr/share/fonts/75dpi/courBO18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courBO18.pcf.gz
/usr/share/fonts/75dpi/courBO24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courBO24.pcf.gz
/usr/share/fonts/75dpi/courO08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courO08.pcf.gz
/usr/share/fonts/75dpi/courO10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courO10.pcf.gz
/usr/share/fonts/75dpi/courO12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courO12.pcf.gz
/usr/share/fonts/75dpi/courO14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courO14.pcf.gz
/usr/share/fonts/75dpi/courO18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courO18.pcf.gz
/usr/share/fonts/75dpi/courO24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courO24.pcf.gz
/usr/share/fonts/75dpi/courR08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courR08.pcf.gz
/usr/share/fonts/75dpi/courR10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courR10.pcf.gz
/usr/share/fonts/75dpi/courR12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courR12.pcf.gz
/usr/share/fonts/75dpi/courR14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courR14.pcf.gz
/usr/share/fonts/75dpi/courR18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courR18.pcf.gz
/usr/share/fonts/75dpi/courR24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/courR24.pcf.gz
/usr/share/fonts/75dpi/helvB08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvB08.pcf.gz
/usr/share/fonts/75dpi/helvB10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvB10.pcf.gz
/usr/share/fonts/75dpi/helvB12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvB12.pcf.gz
/usr/share/fonts/75dpi/helvB14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvB14.pcf.gz
/usr/share/fonts/75dpi/helvB18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvB18.pcf.gz
/usr/share/fonts/75dpi/helvB24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvB24.pcf.gz
/usr/share/fonts/75dpi/helvBO08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvBO08.pcf.gz
/usr/share/fonts/75dpi/helvBO10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvBO10.pcf.gz
/usr/share/fonts/75dpi/helvBO12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvBO12.pcf.gz
/usr/share/fonts/75dpi/helvBO14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvBO14.pcf.gz
/usr/share/fonts/75dpi/helvBO18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvBO18.pcf.gz
/usr/share/fonts/75dpi/helvBO24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvBO24.pcf.gz
/usr/share/fonts/75dpi/helvO08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvO08.pcf.gz
/usr/share/fonts/75dpi/helvO10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvO10.pcf.gz
/usr/share/fonts/75dpi/helvO12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvO12.pcf.gz
/usr/share/fonts/75dpi/helvO14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvO14.pcf.gz
/usr/share/fonts/75dpi/helvO18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvO18.pcf.gz
/usr/share/fonts/75dpi/helvO24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvO24.pcf.gz
/usr/share/fonts/75dpi/helvR08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvR08.pcf.gz
/usr/share/fonts/75dpi/helvR10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvR10.pcf.gz
/usr/share/fonts/75dpi/helvR12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvR12.pcf.gz
/usr/share/fonts/75dpi/helvR14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvR14.pcf.gz
/usr/share/fonts/75dpi/helvR18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvR18.pcf.gz
/usr/share/fonts/75dpi/helvR24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/helvR24.pcf.gz
/usr/share/fonts/75dpi/lubB08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubB08.pcf.gz
/usr/share/fonts/75dpi/lubB10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubB10.pcf.gz
/usr/share/fonts/75dpi/lubB12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubB12.pcf.gz
/usr/share/fonts/75dpi/lubB14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubB14.pcf.gz
/usr/share/fonts/75dpi/lubB18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubB18.pcf.gz
/usr/share/fonts/75dpi/lubB19-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubB19.pcf.gz
/usr/share/fonts/75dpi/lubB24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubB24.pcf.gz
/usr/share/fonts/75dpi/lubBI08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubBI08.pcf.gz
/usr/share/fonts/75dpi/lubBI10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubBI10.pcf.gz
/usr/share/fonts/75dpi/lubBI12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubBI12.pcf.gz
/usr/share/fonts/75dpi/lubBI14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubBI14.pcf.gz
/usr/share/fonts/75dpi/lubBI18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubBI18.pcf.gz
/usr/share/fonts/75dpi/lubBI19-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubBI19.pcf.gz
/usr/share/fonts/75dpi/lubBI24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubBI24.pcf.gz
/usr/share/fonts/75dpi/lubI08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubI08.pcf.gz
/usr/share/fonts/75dpi/lubI10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubI10.pcf.gz
/usr/share/fonts/75dpi/lubI12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubI12.pcf.gz
/usr/share/fonts/75dpi/lubI14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubI14.pcf.gz
/usr/share/fonts/75dpi/lubI18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubI18.pcf.gz
/usr/share/fonts/75dpi/lubI19-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubI19.pcf.gz
/usr/share/fonts/75dpi/lubI24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubI24.pcf.gz
/usr/share/fonts/75dpi/luBIS08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBIS08.pcf.gz
/usr/share/fonts/75dpi/luBIS10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBIS10.pcf.gz
/usr/share/fonts/75dpi/luBIS12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBIS12.pcf.gz
/usr/share/fonts/75dpi/luBIS14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBIS14.pcf.gz
/usr/share/fonts/75dpi/luBIS18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBIS18.pcf.gz
/usr/share/fonts/75dpi/luBIS19-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBIS19.pcf.gz
/usr/share/fonts/75dpi/luBIS24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBIS24.pcf.gz
/usr/share/fonts/75dpi/lubR08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubR08.pcf.gz
/usr/share/fonts/75dpi/lubR10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubR10.pcf.gz
/usr/share/fonts/75dpi/lubR12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubR12.pcf.gz
/usr/share/fonts/75dpi/lubR14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubR14.pcf.gz
/usr/share/fonts/75dpi/lubR18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubR18.pcf.gz
/usr/share/fonts/75dpi/lubR19-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubR19.pcf.gz
/usr/share/fonts/75dpi/lubR24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lubR24.pcf.gz
/usr/share/fonts/75dpi/luBS08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBS08.pcf.gz
/usr/share/fonts/75dpi/luBS10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBS10.pcf.gz
/usr/share/fonts/75dpi/luBS12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBS12.pcf.gz
/usr/share/fonts/75dpi/luBS14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBS14.pcf.gz
/usr/share/fonts/75dpi/luBS18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBS18.pcf.gz
/usr/share/fonts/75dpi/luBS19-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBS19.pcf.gz
/usr/share/fonts/75dpi/luBS24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luBS24.pcf.gz
/usr/share/fonts/75dpi/luIS08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luIS08.pcf.gz
/usr/share/fonts/75dpi/luIS10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luIS10.pcf.gz
/usr/share/fonts/75dpi/luIS12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luIS12.pcf.gz
/usr/share/fonts/75dpi/luIS14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luIS14.pcf.gz
/usr/share/fonts/75dpi/luIS18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luIS18.pcf.gz
/usr/share/fonts/75dpi/luIS19-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luIS19.pcf.gz
/usr/share/fonts/75dpi/luIS24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luIS24.pcf.gz
/usr/share/fonts/75dpi/luRS08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luRS08.pcf.gz
/usr/share/fonts/75dpi/luRS10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luRS10.pcf.gz
/usr/share/fonts/75dpi/luRS12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luRS12.pcf.gz
/usr/share/fonts/75dpi/luRS14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luRS14.pcf.gz
/usr/share/fonts/75dpi/luRS18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luRS18.pcf.gz
/usr/share/fonts/75dpi/luRS19-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luRS19.pcf.gz
/usr/share/fonts/75dpi/luRS24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/luRS24.pcf.gz
/usr/share/fonts/75dpi/lutBS08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutBS08.pcf.gz
/usr/share/fonts/75dpi/lutBS10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutBS10.pcf.gz
/usr/share/fonts/75dpi/lutBS12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutBS12.pcf.gz
/usr/share/fonts/75dpi/lutBS14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutBS14.pcf.gz
/usr/share/fonts/75dpi/lutBS18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutBS18.pcf.gz
/usr/share/fonts/75dpi/lutBS19-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutBS19.pcf.gz
/usr/share/fonts/75dpi/lutBS24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutBS24.pcf.gz
/usr/share/fonts/75dpi/lutRS08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutRS08.pcf.gz
/usr/share/fonts/75dpi/lutRS10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutRS10.pcf.gz
/usr/share/fonts/75dpi/lutRS12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutRS12.pcf.gz
/usr/share/fonts/75dpi/lutRS14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutRS14.pcf.gz
/usr/share/fonts/75dpi/lutRS18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutRS18.pcf.gz
/usr/share/fonts/75dpi/lutRS19-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutRS19.pcf.gz
/usr/share/fonts/75dpi/lutRS24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/lutRS24.pcf.gz
/usr/share/fonts/75dpi/ncenB08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenB08.pcf.gz
/usr/share/fonts/75dpi/ncenB10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenB10.pcf.gz
/usr/share/fonts/75dpi/ncenB12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenB12.pcf.gz
/usr/share/fonts/75dpi/ncenB14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenB14.pcf.gz
/usr/share/fonts/75dpi/ncenB18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenB18.pcf.gz
/usr/share/fonts/75dpi/ncenB24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenB24.pcf.gz
/usr/share/fonts/75dpi/ncenBI08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenBI08.pcf.gz
/usr/share/fonts/75dpi/ncenBI10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenBI10.pcf.gz
/usr/share/fonts/75dpi/ncenBI12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenBI12.pcf.gz
/usr/share/fonts/75dpi/ncenBI14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenBI14.pcf.gz
/usr/share/fonts/75dpi/ncenBI18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenBI18.pcf.gz
/usr/share/fonts/75dpi/ncenBI24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenBI24.pcf.gz
/usr/share/fonts/75dpi/ncenI08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenI08.pcf.gz
/usr/share/fonts/75dpi/ncenI10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenI10.pcf.gz
/usr/share/fonts/75dpi/ncenI12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenI12.pcf.gz
/usr/share/fonts/75dpi/ncenI14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenI14.pcf.gz
/usr/share/fonts/75dpi/ncenI18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenI18.pcf.gz
/usr/share/fonts/75dpi/ncenI24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenI24.pcf.gz
/usr/share/fonts/75dpi/ncenR08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenR08.pcf.gz
/usr/share/fonts/75dpi/ncenR10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenR10.pcf.gz
/usr/share/fonts/75dpi/ncenR12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenR12.pcf.gz
/usr/share/fonts/75dpi/ncenR14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenR14.pcf.gz
/usr/share/fonts/75dpi/ncenR18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenR18.pcf.gz
/usr/share/fonts/75dpi/ncenR24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/ncenR24.pcf.gz
/usr/share/fonts/75dpi/term14.pcf.gz
/usr/share/fonts/75dpi/termB14.pcf.gz
/usr/share/fonts/75dpi/timB08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timB08.pcf.gz
/usr/share/fonts/75dpi/timB10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timB10.pcf.gz
/usr/share/fonts/75dpi/timB12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timB12.pcf.gz
/usr/share/fonts/75dpi/timB14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timB14.pcf.gz
/usr/share/fonts/75dpi/timB18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timB18.pcf.gz
/usr/share/fonts/75dpi/timB24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timB24.pcf.gz
/usr/share/fonts/75dpi/timBI08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timBI08.pcf.gz
/usr/share/fonts/75dpi/timBI10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timBI10.pcf.gz
/usr/share/fonts/75dpi/timBI12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timBI12.pcf.gz
/usr/share/fonts/75dpi/timBI14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timBI14.pcf.gz
/usr/share/fonts/75dpi/timBI18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timBI18.pcf.gz
/usr/share/fonts/75dpi/timBI24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timBI24.pcf.gz
/usr/share/fonts/75dpi/timI08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timI08.pcf.gz
/usr/share/fonts/75dpi/timI10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timI10.pcf.gz
/usr/share/fonts/75dpi/timI12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timI12.pcf.gz
/usr/share/fonts/75dpi/timI14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timI14.pcf.gz
/usr/share/fonts/75dpi/timI18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timI18.pcf.gz
/usr/share/fonts/75dpi/timI24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timI24.pcf.gz
/usr/share/fonts/75dpi/timR08-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timR08.pcf.gz
/usr/share/fonts/75dpi/timR10-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timR10.pcf.gz
/usr/share/fonts/75dpi/timR12-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timR12.pcf.gz
/usr/share/fonts/75dpi/timR14-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timR14.pcf.gz
/usr/share/fonts/75dpi/timR18-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timR18.pcf.gz
/usr/share/fonts/75dpi/timR24-ISO8859-1.pcf.gz
/usr/share/fonts/75dpi/timR24.pcf.gz
/usr/share/fonts/abattis-cantarell-fonts/Cantarell-Bold.otf
/usr/share/fonts/abattis-cantarell-fonts/Cantarell-Regular.otf
/usr/share/fonts/default/ghostscript/bchbi.pfa
/usr/share/fonts/default/ghostscript/bchb.pfa
/usr/share/fonts/default/ghostscript/bchri.pfa
/usr/share/fonts/default/ghostscript/bchr.pfa
/usr/share/fonts/default/ghostscript/hrger.pfa
/usr/share/fonts/default/ghostscript/hrgrr.pfa
/usr/share/fonts/default/ghostscript/hritr.pfa
/usr/share/fonts/default/ghostscript/hrpldi.pfa
/usr/share/fonts/default/ghostscript/hrpld.pfa
/usr/share/fonts/default/ghostscript/hrplti.pfa
/usr/share/fonts/default/ghostscript/hrplt.pfa
/usr/share/fonts/default/ghostscript/hrscc.pfa
/usr/share/fonts/default/ghostscript/hrscs.pfa
/usr/share/fonts/default/ghostscript/putbi.pfa
/usr/share/fonts/default/ghostscript/putb.pfa
/usr/share/fonts/default/ghostscript/putri.pfa
/usr/share/fonts/default/ghostscript/putr.pfa
/usr/share/fonts/default/Type1/a010013l.pfb
/usr/share/fonts/default/Type1/a010015l.pfb
/usr/share/fonts/default/Type1/a010033l.pfb
/usr/share/fonts/default/Type1/a010035l.pfb
/usr/share/fonts/default/Type1/adobestd35/a010013l.pfb
/usr/share/fonts/default/Type1/adobestd35/a010015l.pfb
/usr/share/fonts/default/Type1/adobestd35/a010033l.pfb
/usr/share/fonts/default/Type1/adobestd35/a010035l.pfb
/usr/share/fonts/default/Type1/adobestd35/b018012l.pfb
/usr/share/fonts/default/Type1/adobestd35/b018015l.pfb
/usr/share/fonts/default/Type1/adobestd35/b018032l.pfb
/usr/share/fonts/default/Type1/adobestd35/b018035l.pfb
/usr/share/fonts/default/Type1/adobestd35/c059013l.pfb
/usr/share/fonts/default/Type1/adobestd35/c059016l.pfb
/usr/share/fonts/default/Type1/adobestd35/c059033l.pfb
/usr/share/fonts/default/Type1/adobestd35/c059036l.pfb
/usr/share/fonts/default/Type1/adobestd35/d050000l.pfb
/usr/share/fonts/default/Type1/adobestd35/n019003l.pfb
/usr/share/fonts/default/Type1/adobestd35/n019004l.pfb
/usr/share/fonts/default/Type1/adobestd35/n019023l.pfb
/usr/share/fonts/default/Type1/adobestd35/n019024l.pfb
/usr/share/fonts/default/Type1/adobestd35/n019043l.pfb
/usr/share/fonts/default/Type1/adobestd35/n019044l.pfb
/usr/share/fonts/default/Type1/adobestd35/n019063l.pfb
/usr/share/fonts/default/Type1/adobestd35/n019064l.pfb
/usr/share/fonts/default/Type1/adobestd35/n021003l.pfb
/usr/share/fonts/default/Type1/adobestd35/n021004l.pfb
/usr/share/fonts/default/Type1/adobestd35/n021023l.pfb
/usr/share/fonts/default/Type1/adobestd35/n021024l.pfb
/usr/share/fonts/default/Type1/adobestd35/n022003l.pfb
/usr/share/fonts/default/Type1/adobestd35/n022004l.pfb
/usr/share/fonts/default/Type1/adobestd35/n022023l.pfb
/usr/share/fonts/default/Type1/adobestd35/n022024l.pfb
/usr/share/fonts/default/Type1/adobestd35/p052003l.pfb
/usr/share/fonts/default/Type1/adobestd35/p052004l.pfb
/usr/share/fonts/default/Type1/adobestd35/p052023l.pfb
/usr/share/fonts/default/Type1/adobestd35/p052024l.pfb
/usr/share/fonts/default/Type1/adobestd35/s050000l.pfb
/usr/share/fonts/default/Type1/adobestd35/z003034l.pfb
/usr/share/fonts/default/Type1/b018012l.pfb
/usr/share/fonts/default/Type1/b018015l.pfb
/usr/share/fonts/default/Type1/b018032l.pfb
/usr/share/fonts/default/Type1/b018035l.pfb
/usr/share/fonts/default/Type1/c059013l.pfb
/usr/share/fonts/default/Type1/c059016l.pfb
/usr/share/fonts/default/Type1/c059033l.pfb
/usr/share/fonts/default/Type1/c059036l.pfb
/usr/share/fonts/default/Type1/d050000l.pfb
/usr/share/fonts/default/Type1/n019003l.pfb
/usr/share/fonts/default/Type1/n019004l.pfb
/usr/share/fonts/default/Type1/n019023l.pfb
/usr/share/fonts/default/Type1/n019024l.pfb
/usr/share/fonts/default/Type1/n019043l.pfb
/usr/share/fonts/default/Type1/n019044l.pfb
/usr/share/fonts/default/Type1/n019063l.pfb
/usr/share/fonts/default/Type1/n019064l.pfb
/usr/share/fonts/default/Type1/n021003l.pfb
/usr/share/fonts/default/Type1/n021004l.pfb
/usr/share/fonts/default/Type1/n021023l.pfb
/usr/share/fonts/default/Type1/n021024l.pfb
/usr/share/fonts/default/Type1/n022003l.pfb
/usr/share/fonts/default/Type1/n022004l.pfb
/usr/share/fonts/default/Type1/n022023l.pfb
/usr/share/fonts/default/Type1/n022024l.pfb
/usr/share/fonts/default/Type1/p052003l.pfb
/usr/share/fonts/default/Type1/p052004l.pfb
/usr/share/fonts/default/Type1/p052023l.pfb
/usr/share/fonts/default/Type1/p052024l.pfb
/usr/share/fonts/default/Type1/s050000l.pfb
/usr/share/fonts/default/Type1/z003034l.pfb
/usr/share/fonts/misc/10x20-ISO8859-1.pcf.gz
/usr/share/fonts/misc/10x20.pcf.gz
/usr/share/fonts/misc/12x13ja.pcf.gz
/usr/share/fonts/misc/12x24.pcf.gz
/usr/share/fonts/misc/18x18ja.pcf.gz
/usr/share/fonts/misc/18x18ko.pcf.gz
/usr/share/fonts/misc/4x6-ISO8859-1.pcf.gz
/usr/share/fonts/misc/4x6.pcf.gz
/usr/share/fonts/misc/5x7-ISO8859-1.pcf.gz
/usr/share/fonts/misc/5x7.pcf.gz
/usr/share/fonts/misc/5x8-ISO8859-1.pcf.gz
/usr/share/fonts/misc/5x8.pcf.gz
/usr/share/fonts/misc/6x10-ISO8859-1.pcf.gz
/usr/share/fonts/misc/6x10.pcf.gz
/usr/share/fonts/misc/6x12-ISO8859-1.pcf.gz
/usr/share/fonts/misc/6x12.pcf.gz
/usr/share/fonts/misc/6x13B-ISO8859-1.pcf.gz
/usr/share/fonts/misc/6x13B.pcf.gz
/usr/share/fonts/misc/6x13-ISO8859-1.pcf.gz
/usr/share/fonts/misc/6x13O-ISO8859-1.pcf.gz
/usr/share/fonts/misc/6x13O.pcf.gz
/usr/share/fonts/misc/6x13.pcf.gz
/usr/share/fonts/misc/6x9-ISO8859-1.pcf.gz
/usr/share/fonts/misc/6x9.pcf.gz
/usr/share/fonts/misc/7x13B-ISO8859-1.pcf.gz
/usr/share/fonts/misc/7x13B.pcf.gz
/usr/share/fonts/misc/7x13-ISO8859-1.pcf.gz
/usr/share/fonts/misc/7x13O-ISO8859-1.pcf.gz
/usr/share/fonts/misc/7x13O.pcf.gz
/usr/share/fonts/misc/7x13.pcf.gz
/usr/share/fonts/misc/7x14B-ISO8859-1.pcf.gz
/usr/share/fonts/misc/7x14B.pcf.gz
/usr/share/fonts/misc/7x14-ISO8859-1.pcf.gz
/usr/share/fonts/misc/7x14.pcf.gz
/usr/share/fonts/misc/8x13B-ISO8859-1.pcf.gz
/usr/share/fonts/misc/8x13B.pcf.gz
/usr/share/fonts/misc/8x13-ISO8859-1.pcf.gz
/usr/share/fonts/misc/8x13O-ISO8859-1.pcf.gz
/usr/share/fonts/misc/8x13O.pcf.gz
/usr/share/fonts/misc/8x13.pcf.gz
/usr/share/fonts/misc/8x16.pcf.gz
/usr/share/fonts/misc/9x15B-ISO8859-1.pcf.gz
/usr/share/fonts/misc/9x15B.pcf.gz
/usr/share/fonts/misc/9x15-ISO8859-1.pcf.gz
/usr/share/fonts/misc/9x15.pcf.gz
/usr/share/fonts/misc/9x18B-ISO8859-1.pcf.gz
/usr/share/fonts/misc/9x18B.pcf.gz
/usr/share/fonts/misc/9x18-ISO8859-1.pcf.gz
/usr/share/fonts/misc/9x18.pcf.gz
/usr/share/fonts/misc/arabic24.pcf.gz
/usr/share/fonts/misc/clB6x10.pcf.gz
/usr/share/fonts/misc/clB6x12.pcf.gz
/usr/share/fonts/misc/clB8x10.pcf.gz
/usr/share/fonts/misc/clB8x12.pcf.gz
/usr/share/fonts/misc/clB8x13.pcf.gz
/usr/share/fonts/misc/clB8x14.pcf.gz
/usr/share/fonts/misc/clB8x16.pcf.gz
/usr/share/fonts/misc/clB8x8.pcf.gz
/usr/share/fonts/misc/clB9x15.pcf.gz
/usr/share/fonts/misc/clI6x12.pcf.gz
/usr/share/fonts/misc/clI8x8.pcf.gz
/usr/share/fonts/misc/clR4x6.pcf.gz
/usr/share/fonts/misc/clR5x10.pcf.gz
/usr/share/fonts/misc/clR5x6.pcf.gz
/usr/share/fonts/misc/clR5x8.pcf.gz
/usr/share/fonts/misc/clR6x10.pcf.gz
/usr/share/fonts/misc/clR6x12-ISO8859-1.pcf.gz
/usr/share/fonts/misc/clR6x12.pcf.gz
/usr/share/fonts/misc/clR6x13.pcf.gz
/usr/share/fonts/misc/clR6x6.pcf.gz
/usr/share/fonts/misc/clR6x8.pcf.gz
/usr/share/fonts/misc/clR7x10.pcf.gz
/usr/share/fonts/misc/clR7x12.pcf.gz
/usr/share/fonts/misc/clR7x14.pcf.gz
/usr/share/fonts/misc/clR7x8.pcf.gz
/usr/share/fonts/misc/clR8x10.pcf.gz
/usr/share/fonts/misc/clR8x12.pcf.gz
/usr/share/fonts/misc/clR8x13.pcf.gz
/usr/share/fonts/misc/clR8x14.pcf.gz
/usr/share/fonts/misc/clR8x16.pcf.gz
/usr/share/fonts/misc/clR8x8.pcf.gz
/usr/share/fonts/misc/clR9x15.pcf.gz
/usr/share/fonts/misc/cu12.pcf.gz
/usr/share/fonts/misc/cu-alt12.pcf.gz
/usr/share/fonts/misc/cu-pua12.pcf.gz
/usr/share/fonts/misc/cursor.pcf.gz
/usr/share/fonts/misc/deccurs.pcf.gz
/usr/share/fonts/misc/decsess.pcf.gz
/usr/share/fonts/misc/micro.pcf.gz
/usr/share/fonts/ttf/decoratives/actionis.ttf
/usr/share/fonts/ttf/decoratives/bazaroni.ttf
/usr/share/fonts/ttf/decoratives/betadance.ttf
/usr/share/fonts/ttf/decoratives/betsy.ttf
/usr/share/fonts/ttf/decoratives/binary.ttf
/usr/share/fonts/ttf/decoratives/brandnew.ttf
/usr/share/fonts/ttf/decoratives/CaptainPodd.ttf
/usr/share/fonts/ttf/decoratives/creature.ttf
/usr/share/fonts/ttf/decoratives/davis.ttf
/usr/share/fonts/ttf/decoratives/demon.ttf
/usr/share/fonts/ttf/decoratives/densmore.ttf
/usr/share/fonts/ttf/decoratives/dienasty.ttf
/usr/share/fonts/ttf/decoratives/distortia.ttf
/usr/share/fonts/ttf/decoratives/edgewater.ttf
/usr/share/fonts/ttf/decoratives/electroh.ttf
/usr/share/fonts/ttf/decoratives/eli5.0-.ttf
/usr/share/fonts/ttf/decoratives/embargo2.ttf
/usr/share/fonts/ttf/decoratives/fadgod.ttf
/usr/share/fonts/ttf/decoratives/failed.ttf
/usr/share/fonts/ttf/decoratives/fakerece.ttf
/usr/share/fonts/ttf/decoratives/flubber.ttf
/usr/share/fonts/ttf/decoratives/fontrstc.ttf
/usr/share/fonts/ttf/decoratives/goldengi.ttf
/usr/share/fonts/ttf/decoratives/hydrogen.ttf
/usr/share/fonts/ttf/decoratives/ikarrg.ttf
/usr/share/fonts/ttf/decoratives/ikart.ttf
/usr/share/fonts/ttf/decoratives/ikarv.ttf
/usr/share/fonts/ttf/decoratives/independ.ttf
/usr/share/fonts/ttf/decoratives/indigo.ttf
/usr/share/fonts/TTF/dejavu/DejaVuMathTeXGyre.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSans-BoldOblique.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSans-Bold.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSansCondensed-BoldOblique.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSansCondensed-Bold.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSansCondensed-Oblique.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSansCondensed.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSans-ExtraLight.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSansMono-BoldOblique.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSansMono-Bold.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSansMono-Oblique.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSansMono.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSans-Oblique.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSans.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSerif-BoldItalic.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSerif-Bold.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSerifCondensed-BoldItalic.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSerifCondensed-Bold.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSerifCondensed-Italic.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSerifCondensed.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSerif-Italic.ttf
/usr/share/fonts/TTF/dejavu/DejaVuSerif.ttf
/usr/share/fonts/TTF/droid/DroidSans-Bold.ttf
/usr/share/fonts/TTF/droid/DroidSansFallback.ttf
/usr/share/fonts/TTF/droid/DroidSansMono.ttf
/usr/share/fonts/TTF/droid/DroidSans.ttf
/usr/share/fonts/TTF/droid/DroidSerif-BoldItalic.ttf
/usr/share/fonts/TTF/droid/DroidSerif-Bold.ttf
/usr/share/fonts/TTF/droid/DroidSerif-Italic.ttf
/usr/share/fonts/TTF/droid/DroidSerif-Regular.ttf
/usr/share/fonts/TTF/liberation/LiberationMono-BoldItalic.ttf
/usr/share/fonts/TTF/liberation/LiberationMono-Bold.ttf
/usr/share/fonts/TTF/liberation/LiberationMono-Italic.ttf
/usr/share/fonts/TTF/liberation/LiberationMono-Regular.ttf
/usr/share/fonts/TTF/liberation/LiberationSans-BoldItalic.ttf
/usr/share/fonts/TTF/liberation/LiberationSans-Bold.ttf
/usr/share/fonts/TTF/liberation/LiberationSans-Italic.ttf
/usr/share/fonts/TTF/liberation/LiberationSans-Regular.ttf
/usr/share/fonts/TTF/liberation/LiberationSerif-BoldItalic.ttf
/usr/share/fonts/TTF/liberation/LiberationSerif-Bold.ttf
/usr/share/fonts/TTF/liberation/LiberationSerif-Italic.ttf
/usr/share/fonts/TTF/liberation/LiberationSerif-Regular.ttf
/usr/share/fonts/TTF/opensans/OpenSans-BoldItalic.ttf
/usr/share/fonts/TTF/opensans/OpenSans-Bold.ttf
/usr/share/fonts/TTF/opensans/OpenSans-CondBold.ttf
/usr/share/fonts/TTF/opensans/OpenSans-CondLightItalic.ttf
/usr/share/fonts/TTF/opensans/OpenSans-CondLight.ttf
/usr/share/fonts/TTF/opensans/OpenSans-ExtraBoldItalic.ttf
/usr/share/fonts/TTF/opensans/OpenSans-ExtraBold.ttf
/usr/share/fonts/TTF/opensans/OpenSans-Italic.ttf
/usr/share/fonts/TTF/opensans/OpenSans-LightItalic.ttf
/usr/share/fonts/TTF/opensans/OpenSans-Light.ttf
/usr/share/fonts/TTF/opensans/OpenSans-Regular.ttf
/usr/share/fonts/TTF/opensans/OpenSans-SemiboldItalic.ttf
/usr/share/fonts/TTF/opensans/OpenSans-Semibold.ttf
/usr/share/fonts/TTF/paratype/PTF55F.ttf
/usr/share/fonts/TTF/paratype/PTF56F.ttf
/usr/share/fonts/TTF/paratype/PTF75F.ttf
/usr/share/fonts/TTF/paratype/PTF76F.ttf
/usr/share/fonts/TTF/paratype/PTM55F.ttf
/usr/share/fonts/TTF/paratype/PTM75F.ttf
/usr/share/fonts/TTF/paratype/PTN57F.ttf
/usr/share/fonts/TTF/paratype/PTN77F.ttf
/usr/share/fonts/TTF/paratype/PTS55F.ttf
/usr/share/fonts/TTF/paratype/PTS56F.ttf
/usr/share/fonts/TTF/paratype/PTS75F.ttf
/usr/share/fonts/TTF/paratype/PTS76F.ttf
/usr/share/fonts/ttf/western/a_d_mono.ttf
/usr/share/fonts/ttf/western/Adventure.ttf
/usr/share/fonts/ttf/western/babelfish.ttf
/usr/share/fonts/ttf/western/Bluehigb.ttf
/usr/share/fonts/ttf/western/Bluehigc.ttf
/usr/share/fonts/ttf/western/Bluehigh.ttf
/usr/share/fonts/ttf/western/dirtydoz.ttf
/usr/share/fonts/ttf/western/fudd.ttf
/usr/share/fonts/ttf/western/larabief.ttf
/usr/share/fonts/Type1/c0419bt_.pfb
/usr/share/fonts/Type1/c0582bt_.pfb
/usr/share/fonts/Type1/c0583bt_.pfb
/usr/share/fonts/Type1/c0611bt_.pfb
/usr/share/fonts/Type1/c0632bt_.pfb
/usr/share/fonts/Type1/c0633bt_.pfb
/usr/share/fonts/Type1/c0648bt_.pfb
/usr/share/fonts/Type1/c0649bt_.pfb
/usr/share/fonts/Type1/cursor.pfa
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
M. Eerie
Moderator
Moderator
Posts: 620
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

How fonts work on Porteus and why it matters

Post#7 by M. Eerie » 01 May 2020, 16:11

Nice!

Also, have a look here and see IBM Plex fonts in action... :)

Cheers!
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

How fonts work on Porteus and why it matters

Post#8 by Blaze » 02 May 2020, 05:47

Fonts as fonts. One thing - with 40 for FREETYPE_PROPERTIES it looks some better.

Deffault with 40
Image

OpenSans with 40
Image

Image

IBM with 40
Image
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

donald
Full of knowledge
Full of knowledge
Posts: 2064
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

How fonts work on Porteus and why it matters

Post#9 by donald » 04 Nov 2020, 06:23

Hi guys

Configuring correct DPI settings [Display]
I have seen wrong DPI settings made by the x-server many times.
Example:
1360x768 pixels (359x203 millimeters) 96x96 dots per inch. - this is definitely wrong.

@ncmprhnsbl,Ed_P
AFAIK xdpyinfo | grep dots shows what was selected by the x server, not the optimal value for the screen.

The tool which knows the truth is xrandr
Use xrandr (or a ruler) to get the dimensions of the display.
Example:
xrandr | grep -w connected showed 1360x768 and 410mm x 230mm, this is correct.

Now some mathematics:
1360 pixels divided by 410 millimeters multiplied with 25.4 millimeters per inch = dots per inch (DPI).
768 pixels divided by 230 millimeters multiplied with 25.4 millimeters per inch = dots per inch.
= 84 DPI native.

Correct the x-server:
xrandr --dpi 84

Now the Display has the correct values.Check this with
xdpyinfo | grep -B2 resolution

Once this has been done you can continue with better font (and subpixel) settings.

I don't know why the x server insists on setting 96 DPI, it might be hard-coded.
Having the correct values increases the readability and puts less strain to the eyes.

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

How fonts work on Porteus and why it matters

Post#10 by Ed_P » 04 Nov 2020, 16:08

donald 25.4? The number of millimeters per inch? :%)
Ed

donald
Full of knowledge
Full of knowledge
Posts: 2064
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

How fonts work on Porteus and why it matters

Post#11 by donald » 04 Nov 2020, 16:14


User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

How fonts work on Porteus and why it matters

Post#12 by Ed_P » 04 Nov 2020, 16:20

Thank you.

BTW My screen.

Code: Select all

guest
  dimensions:    1920x1080 pixels (508x285 millimeters)
  resolution:    96x96 dots per inch

eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 290mm x 170mm
Ed

donald
Full of knowledge
Full of knowledge
Posts: 2064
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

How fonts work on Porteus and why it matters

Post#13 by donald » 04 Nov 2020, 16:24

Which one is actually true
508x285 millimeters or 290mm x 170mm

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

How fonts work on Porteus and why it matters

Post#14 by Ed_P » 04 Nov 2020, 16:41

Sure, make me get a ruler. Well I measure 11 5/16" x 6 1/2" for the visual part of the top and 12 1/2" x 8 1/4" for the physical part.
Last edited by Ed_P on 04 Nov 2020, 17:01, edited 1 time in total.
Reason: Fix a typo
Ed

donald
Full of knowledge
Full of knowledge
Posts: 2064
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

How fonts work on Porteus and why it matters

Post#15 by donald » 04 Nov 2020, 16:49

:) 11 5/16" x 6 1/2" for the visual part..in mm please. :)
Set the display to its native resolution and measure only the visual part.

EDIT
google says this would be ~ 287,3 x 165,1 mm - a very small device, could that be?
so this 290mm x 170mm seems to be correct.

DPI setting explained:
https://linuxreviews.org/HOWTO_set_DPI_in_Xorg
Last edited by donald on 04 Nov 2020, 17:25, edited 3 times in total.

Post Reply