Specifications
250 Appendix C— Initialization File Format (for Windows)
This specifies the folder/directory that will contain the libraries specified in
following LIBRARY statements. This statement can be omitted if the
libraries are located in the same directory as the LogicWorks executable, or
if you prefer to specify a complete library path in each Library statement.
Single Library
LIBRARY = library_path
This specifies a single library to open. The library_path can be simply the
name of the library if the library is in the current directory, or a relative
path to the library, or a fully specified path from the root. For example:
LIBRARY = lib1.clf
LIBRARY = lib\74LS00.clf
LIBRARY = \mylibs\blocks\controls.clf
All Libraries in a Folder
LIBRARYFOLDER = directory_path
This names a folder/directory to be searched for libraries. All libraries in
this folder will be opened. Folders nested inside this folder are not checked.
The format of the folder name is the same as that for the FOLDER keyword
above.
Section [DevEditor]
This section contains items affecting the device symbol editor tool.
Default Font
Font = "font_name" font_size [BOLD ITALIC]
This statement specifies the default font for text items appearing in a device
symbol editor document. “font_name” is the name of a TrueType font,
only TrueType fonts are supported. “font_size” is the point size to use.
LW Reference.bk Page 250 Monday, December 15, 2003 5:59 PM