Differences between version 22 and revision by previous author of FontNotes.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 22 | Last edited on Monday, October 2, 2006 12:38:58 pm | by IanMcDonald | Revert |
Older page: | version 21 | Last edited on Sunday, July 30, 2006 3:39:28 am | by PaulDexter | Revert |
@@ -37,8 +37,12 @@
</fontconfig>
</verbatim>
Thanks to [GNOME Hacks | http://gnome-hacks.jodrell.net/hacks.html?id=67].
+
+!!! [KDE] fonts
+
+With [Debian] (possibly others) fonts can work fine on [GNOME] but not [KDE]. Install the xfstt package ([X] font server for TrueType) and it will then use TrueType fonts.
!!! Miscellaneous Technical Notes:
In the <tt>fonts.dir</tt> file, you can point different encodings (charsets) to the same physical file, __BUT ONLY FOR SCALABLE FONTS__. I spent quite a while trying to determine why my characters were wrong when I tried to do this for a bitmap font (eg a 75dpi one). It is the scalable font backends that do the magic here, not X itself.
@@ -47,12 +51,13 @@
* Using AntiAliasedFonts in graphical applications. Laptop users might also be interested in SubPixelAntiAliasing.
* See UnicodeNotes for hints about font support for unicode applications.
* OpenOfficeFonts to install new fonts under OpenOffice
+* MacromediaFlash on fonts for flash. This also has general purpose fonts notes
* [Font HOWTO | http://www.tldp.org/HOWTO/Font-HOWTO/] gives lots of background and overview about the different kinds of fonts ([Type1], TrueType), faces (<tt>serif</tt>, <tt>sans-serif</tt>), and basically everything you ever wanted to know.
* [TrueType Fonts with XFree86 4.x mini-HOWTO | http://www.tldp.org/HOWTO/TT-XFree86.html] describes setting up your [XServer] to use true type fonts, such as those used by MicrosoftWindows.
* [TrueType Fonts in Debian mini-HOWTO | http://www.tldp.org/HOWTO/TT-Debian.html] describes true type fonts for [Debian] users, including viewing on screen via applications such as X, groff(1) and tex, as well as printing via GhostScript.
* The [XFree86 Font De-uglification HOWTO | http://feenix.burgiss.net/ldp/fdu/] is probably the most up-to-date/relevant infomation for setting up fonts under recent ([XFree86] 4) distributions.
* [Introduction to Fonts in Linux | http://www.newsforge.com/article.pl?sid=04/10/08/1916222] - overview of font systems
----
[CategoryXFree86Notes]