DPCustomMono2
From DPCanadaWiki
In order to help proofers detect OCR errors, DP user Big Bill developed a custom font called DPCustomMono2.
Contents |
Comparisons to other fonts
DPCustomMono is not very æsthetically pleasing. Its main value comes from the stark distinction between characters that may look alike in other fonts – such as 1 ("one"), l ("ell") and I ("eye").
A sample of the font has been prepared as well as comparisons to other fonts.
- DPCustomMono sample
- Compared to
Download
You can download the font file to your computer by right-clicking here and choosing "Save Target As...".
Installation
There are two easy steps to getting DPCustomMono2 running in the Proofing Interface:
- Configuring your operating system (OS)
- Configuring your proofing environment on the DP site.
OS Setup
Windows 98, 2000, XP
- Select Start->Settings->Control Panel
- Double-click Fonts
- A new window will appear
- In the File menu, select Install New Font.
- In the Drives drop-down box, select the drive you want.
- In the Folders list, double-click the folder that contains the downloaded DPCustomMono2.ttf file.
- In the list of fonts, click DPCustomMono2.ttf, and then click OK.
Windows XP alternative: Simply download the font and put it in the folder C:\WINDOWS\fonts.
Windows Vista
- Open Fonts by clicking the Start button, clicking Control Panel, clicking Appearance and Personalization, and then clicking Fonts.
- Click File, and then click Install New Font. If you don’t see the File menu, press ALT.
- In the Add Fonts dialog box, under Drives, click the drive where the font that you want to install is located.
- Under Folders, double-click the folder containing the fonts that you want to add.
- Under List of fonts, click the font that you want to add, and then click Install.
Macintosh OS 9
- This truetype windows font file will need to be processed before it can be installed on a Mac. You can use the TTConverter utility linked to from the upper right of this page to prepare it for Macintosh installation.
- (What do you do after you convert it?)
Mac OS X, 10.3 or later
- Copy the DPCustomMono2.ttf file into one of the following folders, depending on who needs access to the font.
- All users: /Library/Fonts
- Single user: <username>/Library/Fonts
- After installing the font, try logging out of your Mac and back in for the font installation to take effect.
- If the file downloads with a .txt file extension added, simply click on the file name and remove the .txt from it (a message will pop up asking if you're certain that you want to change the file extension).
Linux
With a modern XFree86, all you need to do is:
- If you don't have one already, make a local .fonts directory
-
mkdir ~/.fonts
-
- Copy the DPCustomMono2.ttf file to the new directory
-
cp DPCustomMono2.ttf .fonts
-
- Tell fontconfig about the new font
-
fc-cache
-
To get this font to work with an arbitrary X application, you want the font to show up in the output of the "xlsfonts" command. There are two indices needed besides the fonts.cache-1 created by fc-cache. They are fonts.dir and fonts.scale. These are built with the "mkfontdir" and "mkfontscale" commands. Here's what I did to make this font visible to everyone on my SuSE box:
$ cd /usr/X11R6/lib/X11/fonts/truetype $ sudo cp ~/.fonts/DPCustomMono2.ttf . $ sudo mkfontdir . $ sudo mkfontscale . $ sudo fc-cache .
You probably need to restart your X server or X font server (xfs) after generating these files.
The following sentence seems outdated, recent builds seem to work OK; probably to remove...
Mozilla Linux users: DPCustomMono2 will not work in binaries from Mozilla.org as they are compiled without xft support. This is so they can be used with older versions of X. You could compile your own: download the source from Mozilla.org and follow the build instructions. Building Mozilla will probably take several hours.
Added help: this howto is a long but comprehensive review of integrating fonts with Linux applications.
Proofing Interface Config
- Go to your Preferences page.
- Select DPCustomMono2 as the FontFace from the dropdown list of Fonts.
- Save your preferences!
