request for input: default for NaviCube font

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
onekk
Veteran
Posts: 6208
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: request for input: default for NaviCube font

Post by onekk »

uwestoehr wrote: Mon Feb 06, 2023 11:36 pm ...
I have set my copy of FreeCAD (arch Linux version compiled by @adrianinsaval ) to start using a custom empty directory with a bash script.

This is my usual way, and it work as I have different FreeCAD user directories for 0.20 and 0.21 based on my needs, usually I have an English and an Italian version with WB and plain ones to make tests.

And I have open Tools > Preferences to make first screenshot.

Then changed simply the language using Edit > Preferences to Italian and clised and restarted FreeCAD.

this has created user.cfg in "custom user directory" with the content shown in second screenshot.

I doubt that adrianinsaval has modified sources to change something regarding this aspect of FreeCAD.

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
User avatar
adrianinsaval
Veteran
Posts: 5551
Joined: Thu Apr 05, 2018 5:15 pm

Re: request for input: default for NaviCube font

Post by adrianinsaval »

could it be a bug like the one about the background colors not being applied until you set the navicube preferences?
I doubt that adrianinsaval has modified sources to change something regarding this aspect of FreeCAD.
Indeed, no patches are currently applied and if applied it would only be to fix a compilation issue but even this is unlikely since if a fix is available it'll probably be submitted and merged upstream and the build pulls latest git sources always
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: request for input: default for NaviCube font

Post by uwestoehr »

adrianinsaval wrote: Tue Feb 07, 2023 11:49 am could it be a bug like the one about the background colors not being applied until you set the navicube preferences?
This was already fixed since a week or so. Furthermore thanks to @wmayer the NaviCube code was refactored and a further issue was fixed.

@onekk I checked using the latest available FC 0.21 Windows snapshot and cannot reproduce the bug. Since you are on Linux, can you please try the latest weekly: https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds and test again?
User avatar
onekk
Veteran
Posts: 6208
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: request for input: default for NaviCube font

Post by onekk »

uwestoehr wrote: Tue Feb 14, 2023 4:50 pm ...
With this version of FreeCAD, updated this morning from @adrianinsaval Arch Linux repository, hoping this is recent enough:

Code: Select all

OS: Artix Linux (openbox)
Word size of FreeCAD: 64-bit
Version: 0.21.0.31873 (Git)
Build type: None
Branch: master
Hash: f31e5066ea16addb7c0e36539a24f160462dbe3f
Python 3.10.9, Qt 5.15.8, Coin 4.0.1, Vtk 9.1.0, OCC 7.6.3
Locale: Italian/Italy (it_IT)

Launched FreeCAD as above using an empty directory:

Navicube is showing correctly and tools >> prefrences are empty:

navicube_pref_at_start.png
navicube_pref_at_start.png (54.86 KiB) Viewed 861 times

After a simple language change from Italian (autodetected as System Language) to English:

Navicube text is blank:

navicube_blank_after_language_change.png
navicube_blank_after_language_change.png (97.82 KiB) Viewed 861 times

And these are the preferences:

navicube_pref_after_lang_change.png
navicube_pref_after_lang_change.png (67.14 KiB) Viewed 861 times

Hope it helps, I could post if necessary user.cfg file.

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: request for input: default for NaviCube font

Post by uwestoehr »

onekk wrote: Tue Feb 14, 2023 5:03 pm Launched FreeCAD as above using an empty directory:
Navicube is showing correctly and tools >> prefrences are empty:
...
Hmm, I cannot reproduce. I tried these two ways:

1.
- open FreeCAD
- go to the parameter editor and delete there all NaviCube parameters ans save this to disk
- then open preferences, set language from English to Italian
- make a new document
-> NaviCube looks fine. Opening the parameters dialog gives me this:
FreeCAD_RTGK8fhAyQ.png
FreeCAD_RTGK8fhAyQ.png (6.65 KiB) Viewed 827 times
2.
- open FreeCAD
- go to the parameter editor and delete there all NaviCube parameters ans save this to disk
- then open preferences, set language from English to Italian
- close FreeCAD
- restart FreeCAD and create a new document
-> NaviCube looks fine. Opening the parameters dialog gives me this:
FreeCAD_RTGK8fhAyQ.png
FreeCAD_RTGK8fhAyQ.png (6.65 KiB) Viewed 827 times
So everything as it should be.

Since you are on Linux, you should not see Bahnschrift, because it is not available on Linux. On Linux there should not be a change at all because the checking for the font was not changed. At first it is checked for the font that matches the font "Helvetica". This is different on every system. it seems that your your system the font "Adobe Courier".
This is weird, since Adobe usually doesn't support Linux well but more important, Courier is a typewriter font while Helvetica supports character kerning (width of characters depend on the surrounding characters). So Courier is definitely not a Helvetica-like font.
@adrianinsaval do you know more?
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: request for input: default for NaviCube font

Post by uwestoehr »

For information, what happens if you use the Adobe Courier font and increase the font size drastically (Factor10 etc.)?
User avatar
onekk
Veteran
Posts: 6208
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: request for input: default for NaviCube font

Post by onekk »

uwestoehr wrote: Tue Feb 14, 2023 5:29 pm For information, what happens if you use the Adobe Courier font and increase the font size drastically (Factor10 etc.)?
Modified "FontSize" to 1000.


From What I know this is what fontconfig says on my system as user:

Code: Select all

fc-match --verbose Helvetica
Pattern has 41 elts (size 48)
	family: "Nimbus Sans"(s)
	familylang: "en"(s)
	style: "Regular"(s)
	stylelang: "en"(s)
	fullname: "NimbusSans-Regular"(w) "Nimbus Sans"(w)
	fullnamelang: "en"(s) "en"(w)
	slant: 0(i)(s)
	weight: 80(f)(s)
	width: 100(f)(s)
	size: 12(f)(s)
	pixelsize: 12,5(f)(s)
	foundry: "UKWN"(s)
	antialias: True(w)
	hintstyle: 1(i)(w)
	hinting: True(w)
	verticallayout: False(s)
	autohint: False(w)
	globaladvance: True(s)
	file: "/usr/share/fonts/gsfonts/NimbusSans-Regular.otf"(s)
	index: 0(i)(w)
	outline: True(s)
	scalable: True(s)
	dpi: 102(f)(w)
	rgba: 5(i)(w)
	scale: 1(f)(s)
	charset: 
	0000: 00000000 ffffffff ffffffff 7fffffff 00000000 ffffffff ffffffff ffffffff
	0001: ffffffff ffffffff ffffffff ffffffff 00040000 00000000 00000000 fc000000
	0002: 0f000000 00000000 00000000 00000000 00000000 00000000 3f0002c0 00000000
	0003: 00000000 00000000 00000000 00000000 ffffd7f0 fffffffb 00627fff 00000000
	0004: ffffffff ffffffff ffffffff 003c000c 3fcf0000 0fcfcc0f 03009801 0000c30c
	001e: 00000000 00000000 00000000 00000000 0000003f 00000000 00000000 000c0000
	0020: 7fb80004 560d0047 00000010 83f10000 00000000 00009098 20000000 00000000
	0021: 514e8020 00e0e145 78000000 00000000 03ff0000 00200100 003f0050 00000000
	0022: e6aeabed 00b04fa9 00000120 00000c37 03e000fc 0800003c 00000000 00000000
	0023: 00010004 00000603 00000000 00000000 00000000 00000000 00000000 00000000
	0025: 11111005 10101010 ffff0000 0001ffff 000f1111 96241c03 03008cd8 00000040
	0026: 00000000 1c000000 00000005 00000c69 00000000 00000000 00000000 00000000
	0030: 0c000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
	00ef: 00000000 00000000 00000000 00000000 00000000 80000000 ffffffff fc001fff
	00fb: 0000001f 00000000 00000000 00000000 00000000 00000000 00000000 00000000
(s)
	lang: aa|af|av|ay|ba|be|bg|bi|br|bs|bua|ca|ce|ch|co|cs|cy|da|de|el|en|eo|es|et|eu|fi|fj|fo|fr|fur|fy|gd|gl|gv|ho|hr|hu|ia|id|ie|ik|io|is|it|kaa|ki|kk|kl|kum|ky|la|lb|lez|lt|lv|mg|mh|mk|mo|mt|nb|nds|nl|nn|no|nr|nso|ny|oc|om|os|pl|pt|rm|ro|ru|se|sel|sh|sk|sl|sma|smj|smn|so|sq|sr|ss|st|sv|sw|tg|tk|tl|tn|tr|ts|tt|tyv|uk|uz|vo|vot|wa|wen|wo|xh|yap|zu|an|crh|csb|fil|hsb|ht|jv|kj|ku-tr|kwm|lg|li|mn-mn|ms|na|ng|pap-an|pap-aw|rn|rw|sc|sg|sn|su|za(s)
	fontversion: 65536(i)(s)
	capability: "otlayout:DFLT otlayout:cyrl otlayout:grek otlayout:latn"(w)
	fontformat: "CFF"(s)
	embeddedbitmap: True(s)
	decorative: False(s)
	lcdfilter: 0(i)(w)
	namelang: "it"(s)
	prgname: "fc-match"(s)
	postscriptname: "NimbusSans-Regular"(s)
	color: False(s)
	symbol: False(s)
	variable: False(s)
	fonthashint: False(s)
	order: 0(i)(s)


and

Code: Select all

fc-match --verbose Adobe
Pattern has 41 elts (size 48)
	family: "DejaVu Sans"(w)
	familylang: "en"(s)
	style: "Book"(s)
	stylelang: "en"(s)
	fullname: "DejaVu Sans"(w)
	fullnamelang: "en"(s)
	slant: 0(i)(s)
	weight: 80(f)(s)
	width: 100(f)(s)
	size: 12(f)(s)
	pixelsize: 12,5(f)(s)
	foundry: "PfEd"(s)
	antialias: True(w)
	hintstyle: 1(i)(w)
	hinting: True(w)
	verticallayout: False(s)
	autohint: False(w)
	globaladvance: True(s)
	file: "/usr/share/fonts/TTF/DejaVuSans.ttf"(s)
	index: 0(i)(w)
	outline: True(s)
	scalable: True(s)
	dpi: 102(f)(w)
	rgba: 5(i)(w)
	scale: 1(f)(s)
	charset: 
	0000: 00000000 ffffffff ffffffff 7fffffff 00000000 ffffffff ffffffff ffffffff
	0001: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
	0002: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff 008873ff
	0003: ffffffff ffffffff f58effff fcff0007 ffffd7f0 fffffffb ffffffff ffffffff
	0004: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
	0005: ffffffff fffe003f fe7fffff fffffffe 000006ff ffff0000 ffff00cf 001f07ff
	0006: 882016c0 07fffffe 04bfffff fe11ffff ffffffff ffffffff 002159c0 03ff0000
	0007: 00000000 00000000 00000000 00000000 00000000 00000000 ffffffff 073ff8ff
	000e: 00000000 80000000 00000000 00000000 fef02596 3bffecae 33ff3f5f 00000000
	0010: 00000000 00000000 00000000 00000000 00000000 ffffffff ffff003f 1fffffff
	0014: effffefe ffbfffff fff7f7ff ffffffff ffffffff 3fffffff ffffffff fffff7ff
	0015: ffff00ff 7fffffff fffdffff fff007ff 007ffc3f 0000ffff 40000000 00000002
	0016: 00000000 00000000 000000c0 007fc000 1fffffff 00000000 00000000 00000000
	001d: ffdfffff ffff7fcf efffffff 298007ff f8000020 ffffffff 000003f0 00000000
	001e: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff 0fffffff
	001f: 3f3fffff ffffffff aaff3f3f 3fffffff ffffffff ffdfffff efcfffdf 7fdcffff
	0020: ffffffff ffffffff ffffffff fff3fc1f 1fff7fff 273fffff 18c30000 00000002
	0021: fffffbff ffffffff ffff4bff ffffffff ffff023f ffffffff ffffffff ffffffff
	0022: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
	0023: f303ffff 000019f3 00000000 24380000 f8100080 00007fff 0000c000 00000128
	0024: 00000000 0000000c 00000000 000003ff 00000000 00000000 00000000 00000000
	0025: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
	0026: ffffffff ffffffff ffffffff ffffffff dfffffff 01ffffff 0000000f 00000004
	0027: fffff3de fffffeff 7f47afff fffffffe ff1fffff 7ffeffff 00000060 ffff0fc1
	0028: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff
	0029: 00000cc0 00000000 00000003 00000000 00000018 00000000 003fc000 0c000800
	002a: 1ffff007 00008000 00000000 e0000c00 ffffffff 07ffc001 00000000 06000000
	002b: 87ffffff 0000001f 00180000 00000000 00000000 00000000 00000000 00000000
	002c: 00000000 00000000 00000000 feffffff 00000000 00000000 00000000 00000000
	002d: ffffffff ffff003f ffffffff 0000803f 00000000 00000000 00000000 00000000
	002e: 81000000 0000403c 00000000 00000000 00000000 00000000 00000000 00000000
	004d: 00000000 00000000 00000000 00000000 00000000 00000000 ffffffff ffffffff
	00a4: 00000000 00000000 00000000 00000000 00000000 00000000 ffff0000 ffffffff
	00a6: 00000000 00000000 00f330f0 00007ffc 03303c00 00000000 00000000 00000000
	00a7: f87fff00 ffff0ffc 00cfcfc3 000000f0 00037e0f 000007ff 00000000 ff000000
	00ef: 03ffffff 00000000 00000000 00000000 00000000 00000000 00000000 00000000
	00f0: 0000000f 00000000 00000000 00000000 00000000 00000000 00000000 00000000
	00f4: ffffffff ffffff7f 00000003 00000000 00000000 00000000 00000000 00000000
	00f6: 00000000 00000000 00000000 00000000 00000000 00000000 00000020 00000000
	00fb: e0f8007f 5f7fffff fffcffdb ffffffff ffffffff 00003c0f dff80000 f00003f0
	00fe: 0000ffff 0000000f 00000000 ffdf0000 ffffffff ffffffff ffffffff 9fffffff
	00ff: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 3e000000
	0103: 7fffffff 0000000f 00000000 00000000 00000000 00000000 00000000 00000000
	01d3: ffffffff ffffffff 007fffff 00000000 00000000 00000000 00000000 00000000
	01d5: 00000000 7b000000 fffdfc5f 00000fff 00000000 ffffffff 000fffff 00000000
	01d7: 00000000 00000000 00000000 00000000 00000000 00000000 ff000000 00000fff
	01ee: ffffffef 0af7fe96 00000000 5ef7f796 00000000 00000000 00000000 00000000
	01f0: 00000000 ffff0000 ffffffff ffffffff 000fffff 7ffe7fff fffefffe 00000000
	01f3: 01fe0000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
	01f4: 00000000 00226000 00000000 00000000 00000000 00000000 00000000 00000000
	01f6: ffffffff ffffefef 00000009 00000000 00000000 00000000 00000000 00000000
(s)
	lang: aa|ab|af|ar|ast|av|ay|az-az|az-ir|ba|bm|be|bg|bi|bin|br|bs|bua|ca|ce|ch|chm|co|cs|cu|cv|cy|da|de|el|en|eo|es|et|eu|fa|fi|fj|fo|fr|ff|fur|fy|ga|gd|gl|gn|gv|ha|haw|he|ho|hr|hu|hy|ia|ig|id|ie|ik|io|is|it|iu|ka|kaa|ki|kk|kl|ku-am|ku-ir|kum|kv|kw|ky|la|lb|lez|ln|lo|lt|lv|mg|mh|mi|mk|mo|mt|nb|nds|nl|nn|no|nr|nso|ny|oc|om|os|pl|pt|rm|ro|ru|sah|sco|se|sel|sh|shs|sk|sl|sm|sma|smj|smn|sms|so|sq|sr|ss|st|sv|sw|tg|tk|tl|tn|to|tr|ts|tt|tw|tyv|ug|uk|uz|ve|vi|vo|vot|wa|wen|wo|xh|yap|yi|yo|zu|ak|an|ber-dz|ber-ma|crh|csb|ee|fat|fil|hsb|ht|hz|jv|kab|kj|kr|ku-iq|ku-tr|kwm|lg|li|mn-mn|ms|na|ng|nv|ota|pap-an|pap-aw|qu|quz|rn|rw|sc|sd|sg|sn|su|ty|za(s)
	fontversion: 155320(i)(s)
	capability: "otlayout:DFLT otlayout:arab otlayout:armn otlayout:brai otlayout:cans otlayout:cher otlayout:cyrl otlayout:geor otlayout:grek otlayout:hani otlayout:hebr otlayout:kana otlayout:lao  otlayout:latn otlayout:math otlayout:nko  otlayout:ogam otlayout:runr otlayout:tfng otlayout:thai"(w)
	fontformat: "TrueType"(s)
	embeddedbitmap: True(s)
	decorative: False(s)
	lcdfilter: 0(i)(w)
	namelang: "it"(s)
	prgname: "fc-match"(s)
	postscriptname: "DejaVuSans"(s)
	color: False(s)
	symbol: False(s)
	variable: False(s)
	fonthashint: True(s)
	order: 0(i)(s)

Same as root.

Very I have not Adobe fonts installed on my system maybe something on my Tex or Ghostscript install, but they are totally isolated from the system.

setting "FontString" in NaviCube to "Nimbus Sans"

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: request for input: default for NaviCube font

Post by uwestoehr »

onekk wrote: Tue Feb 14, 2023 6:18 pm Modified "FontSize" to 1000.
What happened? Can you then see the font?
onekk wrote: Tue Feb 14, 2023 6:18 pm From What I know this is what fontconfig says on my system as user:
fc-match --verbose Helvetica
family: "Nimbus Sans"(s)
...
Using this font does this work, and if so, in what size?
onekk wrote: Tue Feb 14, 2023 6:18 pm Very I have not Adobe fonts installed on my system maybe something on my Tex or Ghostscript install, but they are totally isolated from the system.
The fact is that this code in FreeCAD finds Adobe Courier:

Code: Select all

QFont NaviCube::getDefaultSansserifFont()
{
    QFont font(QString::fromLatin1("Helvetica"));
    if (font.styleHint() & QFont::SansSerif)
        return font;
    // on Windows 10 or newer there is no Helvetica font
    // therefore if we didn't find a Helvetica font check
    // for the Bahnschrift font (in all Windows since 2017)
    // if this too is unavailable (on Win 7), we check for the
    // DejaVu Sans fonts
    font.setFamily(QString::fromLatin1("Bahnschrift"));
    // on Windows 11 sansserif fonts like Bahnschrift do not have the
    // styleHint QFont::SansSerif but QFont::AnyStyle
    // however, in future they might have, thus allow both
    if (font.styleHint() == QFont::SansSerif || font.styleHint() == QFont::AnyStyle)
        return font;
    font.setFamily(QString::fromLatin1("DejaVu Sans"));
    if (font.styleHint() == QFont::SansSerif || font.styleHint() == QFont::AnyStyle)
        return font;
    return font; // We failed, but return whatever we have anyway
}
( https://github.com/FreeCAD/FreeCAD/blob ... e.cpp#L297)

According to your font specs, the Helvetica fonts don't have the QFont::SansSerif. @adrianinsaval and @wandererfan, could you find out what style Hint the Nimbus font has?

The reason why you get the Adobe font because as last resort, the "DejaVu Sans" font is used and your Adobe font is registered to that font.

So I have to remove the check for the font.styleHint(). I think this will fix it because before my change we had simply this:

Code: Select all

QFont sansFont(str("Helvetica"), 0.18 * texSize);
(https://github.com/FreeCAD/FreeCAD/pull ... 26c221L396)

So it was never checked for the styleHint. I followed the Qt docs that stated this check as safe guard. However, on Windows this fails because there the hint of all fonts is "AnyStyle". However, clear, I mean i made the change because the Qt font checking fails on Win 11, so no wonder that it has issues on other OSes as well.

-> I will make a PR
User avatar
onekk
Veteran
Posts: 6208
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: request for input: default for NaviCube font

Post by onekk »

OK sorry:

no change even if I modify FontSize to 1000, as the font is not found I think the setting is doing nothing.

Simply changing FontString will visualize a font, leaving the 100 as in default settings.

Problems with fonts, is as usual that every distribution has his own fontconfig default settings.

Probably using some metric compatibel font on Linux like, as example as said in Arch Linux Wiki, here:

https://wiki.archlinux.org/title/Fonts
Liberation Sans (ttf-liberation) – Metric-compatible with Helvetica but visually distinct, see #Families

I issue this command and the Adobe fonts are installed by not taken in account as they are the "fixed fallabck fonts, for XOrg" so they are bitmap fonts.

Code: Select all

[carlo-arch@artix64 ~]$ fc-list | grep "Adobe"
/usr/share/fonts/100dpi/courB18.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/helvBO18.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/UTRG__12.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/100dpi/timB12-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/courBO14.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/75dpi/timB18-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/100dpi/ncenR08.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/ncenR10.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/timR18-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/ncenB12-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/100dpi/ncenBI18-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/100dpi/timI12.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/courBO12.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/75dpi/timR08.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/timR10.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/helvBO18-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/ncenB14-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/ncenB08-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/ncenB10-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/UTI___24.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/100dpi/UTBI__18-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/timB14-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/100dpi/helvR14.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/timB08-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/100dpi/timB10-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/100dpi/helvO18-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/100dpi/UTI___18-ISO8859-1.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/ncenR08-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/ncenR10-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/ncenR14-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/ncenB12-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/courBO24.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/timBI18-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/timR18.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/ncenR18.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/UTBI__18.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/75dpi/courR24.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/UTI___14.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/ncenR12-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/helvBO18.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/courR12.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/UTI___10-ISO8859-1.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/UTI___14-ISO8859-1.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/100dpi/helvR24-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/UTB___12.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/100dpi/UTI___18.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/100dpi/ncenR08-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/ncenR10-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/ncenR14-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/courO12.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/ncenB14.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/ncenI24-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/ncenR08.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/ncenR10.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/UTBI__10.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/UTI___12-ISO8859-1.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/ncenB18-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/100dpi/ncenBI08.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/100dpi/ncenBI10.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/helvBO08.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/helvBO10.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/timBI18-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/UTI___12-ISO8859-1.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/courO14-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/75dpi/courO08-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/75dpi/courO10-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/UTI___10.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/100dpi/ncenR12-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/UTBI__10.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/timB18-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/helvR24-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/UTI___14-ISO8859-1.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/100dpi/UTI___10-ISO8859-1.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/100dpi/timR12-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/timR18.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/helvB18.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/ncenI24-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/ncenB18-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/100dpi/timBI12.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/100dpi/ncenBI18.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/ncenB08.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/ncenB10.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/courB24-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/75dpi/UTI___18-ISO8859-1.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/timI08.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/75dpi/timI10.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/75dpi/courO12-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/ncenR18-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/courR24.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/100dpi/UTB___24.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/75dpi/UTBI__18-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/75dpi/UTBI__18.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/75dpi/helvR14.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/timI12-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/helvR24.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/courO18.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/courR24-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/courB24.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/timR08-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/timR10-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/timR14-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/courBO24-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/timR08.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/timR10.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/helvO12.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/100dpi/helvB08.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/helvB10.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/75dpi/courR14.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/helvBO24-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/timI14-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/timI08-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/timI10-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/75dpi/courR14-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/courR08-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/courR10-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/timBI08-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/timBI10-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/timBI14-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/timI18.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/75dpi/ncenB18.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/100dpi/helvO12.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/courO18-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/UTRG__24-ISO8859-1.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/timB18.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/UTB___10.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/75dpi/ncenBI14.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/courR12-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/ncenR18-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/courBO18-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/courO08.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/courO10.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/ncenB24.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/courB14.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/UTRG__10.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/100dpi/timBI08-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/100dpi/timBI10-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/100dpi/timBI14-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/timBI18.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/UTBI__12-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/ncenR12.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/timBI12-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/100dpi/timI14.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/courBO08.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/courBO10.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/timBI12-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/timB08.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/timB10.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/UTBI__14-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/75dpi/UTBI__10-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/75dpi/helvR12-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/UTB___18.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/75dpi/helvB24-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/75dpi/ncenBI24.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/100dpi/timB08.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/100dpi/timB10.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/UTRG__18.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/100dpi/UTRG__18.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/ncenB24-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/timBI08.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/timBI10.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/courO18.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/ncenI14.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/courB08-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/courB10-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/courB14-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/helvB12-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/courO24-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/timI18-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/timI24.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/courBO18.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/75dpi/UTI___12.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/helvR24.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/helvR14-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/helvR08-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/helvR10-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/courR14.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/helvB12-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/helvB24-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/helvB08-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/helvB10-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/helvB14-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/UTB___14.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/100dpi/timB18.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/UTRG__10.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/100dpi/ncenB24-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/courBO12-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/helvR12-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/courO08.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/75dpi/courO10.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/75dpi/ncenI14.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/ncenB12.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/100dpi/courB12-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/ncenI24.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/ncenR12.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/UTBI__12.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/helvR14-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/helvR08-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/helvR10-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/helvB14.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/75dpi/helvBO12.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/helvB08-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/75dpi/helvB10-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/75dpi/helvB14-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/timR18-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/UTI___12.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/ncenI24.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/courBO14-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/75dpi/courBO08-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/75dpi/courBO10-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/75dpi/courR18-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/100dpi/courB24.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/timBI14.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/100dpi/UTBI__24-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/UTRG__18-ISO8859-1.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/timI12.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/75dpi/helvB24.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/courBO08-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/courBO10-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/courBO14-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/timBI24-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/100dpi/helvBO14.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/courB14.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/courBO12-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/75dpi/helvO08.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/helvO10.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/100dpi/timBI24.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/courBO18.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/helvR18-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/helvB18-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/helvO08.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/100dpi/helvO10.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/100dpi/courB18-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/UTI___24.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/timBI24-ISO8859-1.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/ncenBI24-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/courB12.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/75dpi/helvO24-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/helvO18.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/courBO08.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/75dpi/courBO10.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/UTB___24-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/100dpi/ncenR14.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/timB24-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/helvR18-ISO8859-1.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/helvO18.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/timR14.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/helvB18-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/75dpi/timB12.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/100dpi/timB12.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/100dpi/helvR08.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/helvR10.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/ncenR24.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/timBI12.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/100dpi/ncenI12.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/UTRG__12-ISO8859-1.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/UTBI__24-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/ncenR24-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/timR24-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/helvBO18-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/UTI___10.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/courBO18-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/helvBO24.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/UTRG__12.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/100dpi/helvR18.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/courO24-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/75dpi/ncenI12.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/ncenB08.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/100dpi/ncenB10.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/100dpi/UTRG__10-ISO8859-1.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/100dpi/UTRG__14-ISO8859-1.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/ncenR24-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/ncenR14.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/helvBO12-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/UTBI__14.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/ncenBI14.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/UTI___18.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/helvB12.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/75dpi/UTRG__14-ISO8859-1.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/helvBO14.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/UTRG__10-ISO8859-1.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/UTRG__24-ISO8859-1.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/timI12-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/75dpi/UTBI__14.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/UTI___14.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/75dpi/timR24-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/ncenB18.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/UTRG__12-ISO8859-1.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/timR24.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/courR18.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/100dpi/helvBO14-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/helvBO08-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/helvBO10-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/ncenR24.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/75dpi/helvBO24.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/UTBI__24.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/UTI___24-ISO8859-1.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/100dpi/helvO24-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/ncenB14.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/timI14.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/75dpi/timI08-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/75dpi/timI10-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/timI24-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/75dpi/timI14-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/courB24-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/75dpi/timI24-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/75dpi/ncenBI18.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/ncenBI18-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/helvR08.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/helvR10.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/UTB___24.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/100dpi/helvBO12.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/courB12.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/UTB___18-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/100dpi/timR14.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/helvB14.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/75dpi/courR08.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/courR10.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/100dpi/timI18.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/courR14-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/100dpi/courR08-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/100dpi/courR10-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/UTB___14.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/75dpi/helvR18.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/ncenBI08.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/ncenBI10.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/100dpi/courO14-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/timR24.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/100dpi/courO08-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/courO10-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/helvB24.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/courO14.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/UTRG__14.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/courB08.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/75dpi/courB10.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/75dpi/helvO12-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/courBO12.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/ncenBI24.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/100dpi/ncenI18.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/helvBO24-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/UTB___10-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/75dpi/UTB___14-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/100dpi/courO12-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/timI08.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/timI10.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/courBO14.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/75dpi/timR12.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/courR24-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/UTB___24-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/75dpi/helvO14-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/100dpi/courR12-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/helvO08-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/helvO10-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/100dpi/ncenI14-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/timB14.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/100dpi/ncenI08-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/ncenI10-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/UTBI__24.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/ncenBI12-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/100dpi/courR18.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/100dpi/UTB___18.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/75dpi/UTB___12-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/100dpi/timB14.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/100dpi/courO24.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/100dpi/helvR12.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/75dpi/courB18.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/75dpi/timB12-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/100dpi/ncenI12-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/ncenI18.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/timBI14.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/UTI___24-ISO8859-1.pcf.gz: Adobe Utopia:style=Italic
/usr/share/fonts/100dpi/ncenI08.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/ncenI10.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/UTRG__18-ISO8859-1.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/ncenB24.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/100dpi/helvO12-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/timI24.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/courR18-ISO8859-1.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/75dpi/timB08-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/timB10-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/timB14-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/timB24-ISO8859-1.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/100dpi/courR08.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/100dpi/courR10.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/100dpi/ncenBI14-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/100dpi/ncenBI08-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/100dpi/ncenBI10-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/timB24.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/helvB18.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/ncenBI24-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/100dpi/UTB___10.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/75dpi/ncenI14-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/ncenI08-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/ncenI10-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/UTB___12-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/75dpi/UTRG__14.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/ncenI08.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/ncenI10.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/75dpi/courO14.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/75dpi/timBI24.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/100dpi/helvO14-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/100dpi/helvO08-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/100dpi/helvO10-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/timI18-ISO8859-1.pcf.gz: Adobe Times:style=Italic
/usr/share/fonts/100dpi/timBI18.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/helvO18-ISO8859-1.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/100dpi/ncenBI12.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/helvB08.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/75dpi/helvB10.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/100dpi/courBO24-ISO8859-1.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/75dpi/ncenBI08-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/ncenBI10-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/ncenBI14-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/75dpi/ncenI12-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/UTRG__24.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/100dpi/UTB___14-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/100dpi/UTB___10-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/75dpi/UTBI__12.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/75dpi/timR12-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/UTRG__24.pcf.gz: Adobe Utopia:style=Regular
/usr/share/fonts/75dpi/courO24.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/75dpi/courB08-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/75dpi/courB10-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/75dpi/courB14-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/75dpi/ncenBI12-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/100dpi/courBO24.pcf.gz: Adobe Courier:style=Bold Oblique
/usr/share/fonts/100dpi/timBI08.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/100dpi/timBI10.pcf.gz: Adobe Times:style=Bold Italic
/usr/share/fonts/75dpi/timR14-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/helvO24.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/timR08-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/timR10-ISO8859-1.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/courB12-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/helvO24.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/ncenB12.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/75dpi/ncenI18-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/courO18-ISO8859-1.pcf.gz: Adobe Courier:style=Oblique
/usr/share/fonts/75dpi/helvBO08-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/helvBO10-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/helvBO14-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/timB24.pcf.gz: Adobe Times:style=Bold
/usr/share/fonts/75dpi/helvR12.pcf.gz: Adobe Helvetica:style=Regular
/usr/share/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/UTBI__14-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/100dpi/helvBO08.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/helvBO10.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/100dpi/courB08.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/courB10.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/timR12.pcf.gz: Adobe Times:style=Regular
/usr/share/fonts/75dpi/UTB___18-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/100dpi/helvB12.pcf.gz: Adobe Helvetica:style=Bold
/usr/share/fonts/75dpi/helvO14.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/helvBO12-ISO8859-1.pcf.gz: Adobe Helvetica:style=Bold Oblique
/usr/share/fonts/75dpi/courR12.pcf.gz: Adobe Courier:style=Regular
/usr/share/fonts/100dpi/ncenR18.pcf.gz: Adobe New Century Schoolbook:style=Regular
/usr/share/fonts/100dpi/ncenI18-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Italic
/usr/share/fonts/100dpi/ncenB14-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/100dpi/ncenB08-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/100dpi/ncenB10-ISO8859-1.pcf.gz: Adobe New Century Schoolbook:style=Bold
/usr/share/fonts/100dpi/helvO14.pcf.gz: Adobe Helvetica:style=Oblique
/usr/share/fonts/75dpi/UTB___12.pcf.gz: Adobe Utopia:style=Bold
/usr/share/fonts/75dpi/ncenBI12.pcf.gz: Adobe New Century Schoolbook:style=Bold Italic
/usr/share/fonts/100dpi/UTBI__12-ISO8859-1.pcf.gz: Adobe Utopia:style=Bold Italic
/usr/share/fonts/75dpi/courB18-ISO8859-1.pcf.gz: Adobe Courier:style=Bold
/usr/share/fonts/100dpi/courO12.pcf.gz: Adobe Courier:style=Oblique
Some other data if interesting:

Monospace default font:

Code: Select all

fc-match --verbose monospace
Pattern has 42 elts (size 48)
	family: "DejaVu Sans Mono"(w)

Serif default font:

Code: Select all

 fc-match --verbose serif
Pattern has 41 elts (size 48)
	family: "DejaVu Serif"(w)
Sans Serif default font:

Code: Select all

fc-match --verbose sans
Pattern has 41 elts (size 48)
	family: "DejaVu Sans"(w)
I found no authoritative answer on internet but having read some posts around it seems that:

DejaVu or maybe Liberation could be a common installed fonts on most distributions, some says that in Debian the default is dejavu, I have installed it on my Arch Linux (ArtixLinux) installation.

On Ubuntu, probably Ubuntu. font is used as default.

Helvetica probably is the worst name as on some system it will default to the fixed bitmap supplied with XOrg.

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
User avatar
Roy_043
Veteran
Posts: 8552
Joined: Thu Dec 27, 2018 12:28 pm

Re: request for input: default for NaviCube font

Post by Roy_043 »

I get the idea that the StyleHint is not used properly in the code.

Code: Select all

>>> import FreeCAD
>>> import PySide.QtGui as QtGui
>>> font = QtGui.QFont("Helvetica")
>>> font.styleHint()
PySide2.QtGui.QFont.StyleHint.AnyStyle
>>> font = QtGui.QFont("Courier")
>>> font.styleHint()
PySide2.QtGui.QFont.StyleHint.AnyStyle
https://doc.qt.io/qtforpython-5/PySide2/QtGui/QFont.html#detailed-description wrote:If the requested font family is unavailable you can influence the font matching algorithm by choosing a particular StyleHint and StyleStrategy with setStyleHint(). The default family (corresponding to the current style hint) is returned by defaultFamily().

Code: Select all

>>> font = QtGui.QFont("Helvetica")
>>> font.setStyleHint(QtGui.QFont.StyleHint.SansSerif)
>>> font.defaultFamily()
'Arial'
>>> font.setStyleHint(QtGui.QFont.StyleHint.Serif)
>>> font.defaultFamily()
'Times New Roman'
Post Reply