home *** CD-ROM | disk | FTP | other *** search
- ; Tools/cdc 2.13 (6 May 1997) (OS2/TOOLS)
- ; CAT Catalog Emitter $Revision: 1.27 $
- ;
- ; Catalog definitions for module "Fonts" (Fonts.Book)
- ;
- ; Original Command Line:
- ;
- ; Z:\SCALA\CURRENT\OS2\TOOLS\BIN\CDC.EXE -t -q -n
- ; C:\MakeTMP\XX200.rel\Fonts.rls\out\Locked\XX200\Names.dat\Fonts -i
- ; C:\MakeTMP\XX200.rel\Fonts.rls\Locked\XX200\Include;Z:\Scala\Locked\XX200\Include
- ; Fonts.cdl -e Catalog -c -o
- ; C:\MakeTMP\XX200.rel\Fonts.rls\obj\Locked\XX200\Catalogs\Fonts.msg -e
- ; Help -c -o
- ; C:\MakeTMP\XX200.rel\Fonts.rls\obj\Locked\XX200\Catalogs\Fonts.hlp -e
- ; AsmMSDOS -o
- ; C:\MakeTMP\XX200.rel\Fonts.rls\obj\Locked\XX200\src\Fonts\_dos.asm -e
- ; AsmWin32 -o
- ; C:\MakeTMP\XX200.rel\Fonts.rls\obj\Locked\XX200\src\Fonts\_win32.asm
- ; -e CModuleCode -o
- ; C:\MakeTMP\XX200.rel\Fonts.rls\obj\Locked\XX200\src\Fonts\book.c
- ;
- ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
- ;
- VERSION 3
- REVISION 2
- LANGUAGE "English"
- NATURALNAME "Fonts"
- ; FONT_Missing_Required_Keys
- ; Error, no font specification keys found (this is a FEATURE_TESTING() error
- ; only). A font engine may return this key if required keys are missing for
- ; font creation. (e.g., an attempt to open a font with no typeface name, or
- ; file name specified). This error could be returned from any method that
- ; opens/creates fonts.
- MSG 0x05f00400 "Error creating the font. Missing the required keys."
- ; FONT_Not_Installed
- ; Font engines return this error if an attempt is made open a font that is not
- ; installed. This error could be returned from any method that opens/creates
- ; fonts.
- MSG 0x05f00802 "The font \"%1 %2\" is not installed."
- ; FONT_Unknown_File_Format
- ; Font engines return this error if an attempt is made to open a font via file
- ; name and the file format is unknown by the font engine. This error could be
- ; returned from any method that opens/creates fonts, but only if an attempt is
- ; made to open/create a font via file name.
- MSG 0x05f01801 "The font file \"%1\" is not a known format."
- ; FONT_Corrupt_File_Format
- ; Font engines return this error if during font file parsing a font engine
- ; determines that the data within the file is corrupt. This means that the
- ; engine understands enough of the file (e.g., header ID, header size, etc.)
- ; that it looks like a valid data file to the engine, but some other data in
- ; the file appears to be corrupt or illegal. This error could be returned from
- ; any method that opens/creates fonts.
- MSG 0x05f01c01 "The font file \"%1\" may be corrupt."
- ; FONT_Fonts_Directory_Failed
- ; Font engines append this scope information for diagnositics if during
- ; initialization the engine is unable to make an assignment. For example, the
- ; built-in bitmap font class assigns the LFS name ":FONTS" to ":SCALA\fonts" if
- ; ":FONTS" has not already been assigned. In this way, the location where
- ; bitmap fonts will be searched for can be reassigned by a higher level, before
- ; the font engine is started. If this error does occur, it is usually quite
- ; serious. It the bitmap font engine cannot be started, the user interface of
- ; the graphical application will not be able to open required fonts.
- MSG 0x05f00c02 "Failed to assign \"%1\" to fonts directory \"%2\"."
- ; FONT_Load_Font_Error
- ; The font registry appends this scope information to suppliment the error
- ; returned from font engines during font creation. For example, the font engine
- ; may fail to open a font due to low memory. The registry will add this
- ; additional scope information indicating the name and size of the font that
- ; the caller was attempting to open.
- MSG 0x05f02002 "There was an error loading the font \"%1 %2\"."
- ; FONT_Load_Unknown_Error
- ; The font registry appends this scope information to suppliment the error
- ; returned from font engines during font creation. In the normal case it will
- ; use information Load_Font_Error, however, if an attempt is made to open a
- ; font and no name is provided on the key list, the registry will suppliment
- ; with this less specific message.
- MSG 0x05f02400 "There was an error loading the font."
- ; FONT_Enumeration_Error
- ; The font typeface class appends this scope information to add supplimental
- ; text if an an error condition occurs during font enumeration.
- MSG 0x05f01400 "Searching for fonts."
- ; FONT_WesternTagName
- ; Tag name for Western (ASCII/Latin1) fonts, though in actual use the Windows
- ; ANSI definition applies. The Windows ANSI (1252) definition is effectively
- ; ASCII/Latin1 (equivalent to Unicode ASCII/Latin1) plus the extra characters
- ; defined for code points 0x80-0x9F that are reserved for C1 control code
- ; compatability in the Unicode definition.
- MSG 0x05f01000 "Western"
- ; FONT_CentralEuropeanTagName
- ; Tag name for Central European (Windows Latin2 1250) fonts.
- MSG 0x05f02800 "Central European"
- ; FONT_HebrewTagName
- ; Tag name for Hebrew (Windows Hebrew 1255) fonts.
- MSG 0x05f02c00 "Hebrew"
- ; FONT_GreekTagName
- ; Tag name for Greek (Windows Greek 1253) fonts.
- MSG 0x05f03000 "Greek"
- ; FONT_TurkishTagName
- ; Tag name for Turkish (Windows Turkish 1254) fonts.
- MSG 0x05f03400 "Turkish"
- ; FONT_CyrillicTagName
- ; Tag name for Cyrillic (Windows Cyrillic 1251) fonts.
- MSG 0x05f03800 "Cyrillic"
- ; FONT_SymbolsTagName
- ; Tag name for Symbol (Windows Symbol) fonts. Note that Windows Symbol fonts
- ; have no specific code page definition. They effectively are just undefined
- ; 8-bit code page mappings.
- MSG 0x05f03c00 "Symbols"
-