Small company logo:
   History
 
Advertising banner:
 
 L80
Home • .OnlineHelp • en • Client Help 7100 • L80
 
If you are using FirstClass on Linux, you can use a text editor to update files in the firstclass directory to:
•       tell FirstClass how to handle files created in other applications
•       tell FirstClass what fonts to use when you view objects formatted with fonts that you do not have.
Running external applications
FirstClass knows how to handle several non-FirstClass file types, such as certain picture formats. If you have a file type that FirstClass cannot handle, and the application for that file type is installed on your computer, you can tell FirstClass which application to use with that file type.
The fcapps file tells FirstClass how to handle files created in other applications. This file ships with a default set of commands that handle some common file types. You will have to update this file in the following circumstances:
•       your Linux version stores an application in a different location than that specified in fcapps
•       you want to use a different application than one specified in fcapps
•       you add an application.
The syntax for each command is
.ext,.ext...=[path/]application flags %f
where
.ext is the extension of the file type you want FirstClass to handle (you can list variants of the extension, separated by commas)
path/ is the full path to the directory containing the application that handles this file type (you do not need to specify this if the application is in your predefined Linux path)
application is the application's name
flags are any flags you want used with this command
%f will be replaced with the name of a specific file of this type.
Examples
.PDF,.pdf=/usr/local/Acrobat3/bin/acroread %f
.WAV,.wav,.snd,.au,.audio=kmedia %f
Substituting fonts
You can tell FirstClass what font to use when you are viewing objects that were formatted with a font that you do not have. You do this by mapping the object's original font to one of your own fonts.
Assuming you know the general characteristics of the original font, you normally try to map to a font that is similar in appearance. For example, if the original font is a standard sans serif body font, you would map to a standard sans serif body font that you have.
The fcfonts file contains a few default font mappings. You can change these mappings and add your own.
The syntax for the font mapping command is
"original font" = "your font"
Examples
"Verdana" = "Avantgarde"
"Courier New" = "Courier [Adobe]"