Font-FAQ

From Apache OpenOffice Wiki
Revision as of 01:45, 30 January 2006 by Cloph (Talk | contribs)

Jump to: navigation, search

This is the place where the work on the Font-FAQ for OOo 2.x (*nix) will happen... Feel free to fill out missing items, suggest new ones or correct mistakes and fix typos!

If you have other suggestions, feel free to use the discussion-page.

Contents

Adding Fonts

How do I add fonts to OpenOffice.org 2 exclusively

There are two choices: Either for all users of OOo or only for one single user. If you intend to add the fonts...

  • for all users of OOo (but only within OOo, put the fonts into the directory
/opt/openoffice.org2.0/share/fonts/truetype/
  • only for one single user of OOo, put the fonts into the directory
~/.openoffice.org2/user/fonts/

Instead of moving around the fonts manually, you can as well use the Printer Administration tool "spadmin" to install the fonts. If you cannot find a "OpenOffice.org Printer Administration" launcher in your desktop's menu, you can lauch it manually by executing

/opt/openoffice.org2.0/program/spadmin

How do I add fonts to one user's desktop exclusively

When using fontconfig (which is the case for virtually every modern/current distribution out there), it is sufficient to place the fonts in the directory

~/.fonts/

If it doesn't exist already, create it. After adding or removing fonts, you should regererate the font-cache of that directory by running

fc-cache ~/.fonts/

How do I add fonts system wide

To make the fonts available system-wide, you have to add the fonts to a directory that is included in the global configuration file(s). Usually, you can find that file (fonts.conf) here:

/etc/fonts/fonts.conf

As stated in the file itself, you should not modify that file. Instead, modify the file local.conf instead (create it in the same directory if it doesn't exist already). But have a look at the default one for the syntax, etc. If you don't want to add your font to one of the already listed directories, then just create the directory and add that one to

/etc/fonts/local.conf

Let's say you decided to copy your fonts to the directory "/usr/local/share/myfonts", then you would add

<dir>/usr/local/share/myfonts</dir>

to "/etc/fonts/local.conf"

As when adding the fonts for a single user only, you should create the font-cache to speed up font-lookup. Keeping with the example, you would run

fc-cache /usr/local/share/myfonts/

and you're done.

Where can I find fonts for OpenOffice.org 2

You can install a bunch of fonts using the wizard "File|Wizards → Install Fonts from the Web". This includes the "Core Fonts" from Microsoft (can be obtained from http://corefonts.sourceforge.net/) and many others.

If you're looking for fonts that cover a special language, I'm sure you'll find these links useful:

SIL has a couple of high-quality fonts as well, some of them are worth mentioning individually:

Font Fallback

What is this Font Fallback in OpenOffice.org 2

How does Font Fallback work

Where is the VCL.xcu in OpenOffice.org 2

How does the VCL.xcu work

How can I configure OpenOffice.org 2 to perform a specific font substitution

My document using TNR looks different than on Windows

My document using TNR looks awful

How can I find out what font OpenOffice.org 2 really uses

Glyph Fallback

What is this sophisticated "Glyph Fallback"

My extended latin characters look different than the rest of my text

I see "square boxes" instead of regular characters

How can I find out if Glyph Fallback works in my OpenOffice.org 2

Freetype

What is freetype2

Is freetype2 supported in OpenOffice.org 2

What does freetype2 provide

Isn't Xorg rendering my fonts

What types of fonts are supported in OpenOffice.org 2

Are OTF fonts supported in OpenOffice.org 2

Are none-Unicode fonts supported in OpenOffice.org 2

AntiAliasing

What is AntiAliasing

Is AntiAliasing supported in OpenOffice.org 2

What are the minimum system requirements to make AntiAliasing work

Where can I configure AntiAliasing in OpenOffice.org 2

What are embedded bitmaps in fonts

How can I tweak OpenOffice.org 2 to ignore embedded bitmaps

Fontconfig

What is Fontconfig

Is Fontconfig supported in OpenOffice.org 2

What are the limitations in OpenOffice.org 2's Fontconfig support

What font is OpenOffice.org 2 using for the user interface

How can I change OpenOffice.org 2's user interface font

If I don't use Gnome 2.6, how can change the user interface font though

What is font aliasing

A few number of my fonts isn't antialiased, why

Which fonts on my desktop are provided by Fontconfig

Misc

Where are all the fonts installed on my system

How do I find out what fonts are installed on my system

What is a scalable font

What is a bitmap font

What is a proportional font

What is a fixed-width font

What are these long font names

Scrolling the font combo-box freezes OpenOffice.org 2

What can I do if scrolling the font combo-box crashes OpenOffice.org 2

Personal tools