Font Preferences and Managing Fonts with Scribus - Linux/Unix
Font Preferences and Managing Fonts with Scribus Linux/Unix
Overview
Scribus has a couple of helpful and easy to use panels for managing fonts to use with Scribus, as well as, methods to make your own global font preferences and substitutions for Scribus easy. Within the new font preferences, you can:
- Set additional user defined font paths, which do not need root permissions, nor the need to manually adjust font paths in the Xfree86 or X.org config files.
- Set user preferences for font usage and font embedding within Scribus documents.
- Adjust settings for on the fly substitutions for missing or unavailable fonts.
At first appearance, it might seem a bit confusing as some options are initially grayed out. However, this does have some logic as we will see. One of the main reasons is to not remove fonts which might be used while editing a document. One of the historical challenges in font handling with Xfree86 or X.org is when some applications start adding font paths to the default font path setup by Xfree86 or X.org . The newer fontconfig mechanism and Freetype2 have greatly made brought sanity to one of the long standing end user problems with Linux on the desktop.
Adding additional font paths:
Open Scribus without any documents open. Then Edit > Preferences > Fonts, which will bring up a tabbed panel. Select the Additional Paths tab:
Here you can add font paths, which are not part of the XFree86 or X-org defaults. In the example here, we have added three user defined paths where there are fonts we wish to use within Scribus. The
directory .fonts
is the default directory for use with the new fontconfig mechanism with Xft2 included with newer distributions. After clicking OK, Scribus will add these font paths and any correctly installed fonts will be available immediately to new or existing documents you open.
Font Substitutions
When opening a Scribus document, Scribus runs a check to see if all fonts specified in a document are available. In the case a given font is not available on your workstation, you are given a choice upon opening the doc to make a substitution. You can can further adjust this preference with the Font Substitutions tab. This allows you to change the default substitution pattern. In this example, we are substituting Timmons Bold, included with StarOffice 5.2+, which is a metrically close TrueType replacement of Times New Roman.
Available Fonts
This tab shows available system-wide fonts, including user specified paths. You can also change which fonts are used within Scribus on a font by font basis, as well as which fonts are embedded within PostScript output.
In this example, Nimbus Roman (a Times or Times Roman lookalike) has been disabled, as we find on occasion, it does not display optimally on other platforms, as Acrobat Reader will substitute its own Multi Master fonts.
Other notes about fonts and font management:
- Sub-Setting fonts is including all the glyphs in the font in the PostScript stream or a PDF. This allows smaller PDFs, at the expense of making it difficult to make minor edits in pre-press tools like Pit Stop. Unless you are sending PDF to commercial printer, you can sub-set fonts fairly reliably. This is important when you are trying to keep a downloadable PDF to the smallest size. Some printers will accept files with subset fonts, some will not. This is something which should be asked when submitting files to printers. The safe move is to embed them. As noted below, not all fonts can be embedded and will automatically display them as subset. This will should not affect reliability for printing.
- OpenType Fonts cannot be fully embedded by default. This greatly simplifies handling them in other applications. OpenType Fonts and Unicode TrueType Fonts can be quite large. OpenType Fonts are exported as outlines in PDF. This allows them to be used in PDF, where often other applications cannot use them.
- Converting to outlines. Scribus can optionally convert text to PostScript outlines. This can be a valuable option when your printer might not have a new enough RIP or imagesetter to accept PDF 1.4. This is also sometimes a good option before exporting SVG or EPS files. When you are certain EPS files will be imported into other applications or across platforms this is recommended.
- Scribus does not create so called "faux" bold or italic fonts. These are the bane of pre-press folks and has been known to cause issues when printing commercially and can result in degraded text quality. Thus, Scribus will not create an Italic version of a font if you really do not have an Italic font file for a given font family. Some page layout applications and word processors have chosen to offer this as a "feature". The Scribus development team has made a conscious decision not to enable this.