; ------------------------------------------------------------------------- ; File: $UNIQUE_HOME\setup\uqsystem.ini ; ; Purpose: Unique CONCEPT default system initialisation file. ; ; Note: DO NOT CHANGE THIS FILE! ; ; Define a paralell version of this file for system specific ; definitions. You can define new styles, colours, fonts or ; change the definition of default styles. ; ; A system dependant version of this file can reside under ; a source-path or an application-path. The two versions of the ; file will be merged at startup. ; ------------------------------------------------------------------------- [SETTINGS] line-gap=0 line-gaps-per-line=13 [FORMULAR] ;name=CellHeight,CellWidth,Horizontal text spacing,Precision ; CellHeigth and CellWidth given in POINTS with 3 decimals (aPOINT is 1/72 inch) ; Horizontal text spacing is used to get a bit of space between the frame ; and the text in output (including multiline), input and label fields. ; The spacing in pixelse is calculated as CellWidth converted to pixels ; on the requested device and divided by the number given here. Lower ; numbers represent a broader spacing. Value 0 will mean no spacing (as ; in earlier versions),a large value will ensure that at least one pixel ; is used. Horizontal text spacing can be given with up to 3 decimals. ; Precision is either HIGH or PIXEL OnlineDefault=11,6,20,pixel ;OnlineDefault=10,4.5,20,pixel XtraDefault=12,6,10,high UqEditor=11.25,5.5,0,pixel [COLOURS] ; Colour definitions for backward compatability black = RGB(0,0,0) blue = RGB(0,0,128) green = RGB(0,128,0) cyan = RGB(0,128,128) red = RGB(128,0,0) magenta = RGB(128,0,128) brown = RGB(128,128,0) grey = RGB(128,128,128) white = RGB(255,255,255) yellow = RGB(255,255,0) light blue = RGB(0,0,255) light green = RGB(0,255,0) light cyan = RGB(0,255,255) light red = RGB(255,0,0) light magenta = RGB(255,0,255) light brown = RGB(255,255,0) light grey = RGB(192,192,192) light black = grey light white = white [Applications] ; Names of applications to use instead of certain system applications AskStream= [Images] ; Aliases for image definitions ; Used in the image pick lists of the Forms Painter properties dialogue ; The alias name must not contain the characters "@" and ".". Unique Concept Bitmap=@UQ!UQLOGO,format(BITMAP) Unique Logo Icon=@UQ!UQICON,format(ICON) Windows Stop Icon=@WIN!32513,format(ICON) Windows Question Icon=@WIN!32514,format(ICON) Windows Exclamation Icon=@WIN!32515,format(ICON) Windows Information Icon=@WIN!32516,format(ICON) Windows Logo Icon=@WIN!32517,format(ICON) [STYLES] ; Default styles for elements used in ONLINE applications OL-INPUT = @WINDOWTEXT, colour(@WINDOW), uqSystem402, none OL-OUTPUT = @WINDOWTEXT, colour(@WINDOW), uqSystem402, none OL-PUSH-BUTTON = @BTNTEXT, colour(@BTNFACE), uqSystem402, embossed OL-DEFAULT-BUTTON = @BTNTEXT, colour(@BTNFACE), uqSystem402, embossed OL-RADIO-BUTTON = @BTNTEXT, transparent, uqSystem402, engraved OL-CHECK-BOX = @BTNTEXT, transparent, uqSystem402, engraved OL-MENU-ENTRY = @BTNTEXT, colour(@BTNFACE), uqSystem402, embossed OL-COMBO-BOX = @WINDOWTEXT, colour(@WINDOW), uqSystem402, line OL-DROP-DOWN-COMBO-BOX = @WINDOWTEXT, colour(@WINDOW), uqSystem402, line OL-LIST-BOX = @WINDOWTEXT, colour(@WINDOW), uqSystem402, line OL-DROP-DOWN-LIST-BOX = @WINDOWTEXT, colour(@WINDOW), uqSystem402, line OL-IMAGE = @WINDOWTEXT, colour(@WINDOW), uqSystem402, line OL-STREAM = @WINDOWTEXT, colour(@BTNFACE), uqSystem402, sizeable OL-FORM = @WINDOWTEXT, colour(@BTNFACE), uqSystem402, none OL-TEXT = @WINDOWTEXT, transparent, uqSystem402, none OL-VERTICAL-SCROLL-BAR = @WINDOWTEXT, colour(@SCROLLBAR), uqSystem402, none OL-HORIZONTAL-SCROLL-BAR = @WINDOWTEXT, colour(@SCROLLBAR), uqSystem402, none OL-WINDOW = white, colour(black), uqSystem402, line OL-LINE = black, transparent, uqSystem402, line ; Default styles for elements used in XTRA applications XT-OUTPUT = @WINDOWTEXT, transparent, uqXtraFont, none XT-IMAGE = @WINDOWTEXT, transparent, uqXtraFont, line XT-STREAM = @WINDOWTEXT, colour(white), uqXtraFont, none XT-FORM = @WINDOWTEXT, transparent, uqXtraFont, none XT-TEXT = @WINDOWTEXT, transparent, uqXtraFont, none XT-LINE = black, transparent, uqSystem, line ; Default styles for elements used in XTRA applications, not to be used! XT-INPUT = @WINDOWTEXT, transparent, uqXtraFont, ENGRAVED XT-PUSH-BUTTON = @WINDOWTEXT, colour(@BTNFACE), uqXtraFont, EMBOSSED XT-DEFAULT-BUTTON = @WINDOWTEXT, colour(@BTNFACE), uqXtraFont, EMBOSSED XT-MENU-ENTRY = @WINDOWTEXT, colour(@BTNFACE), uqXtraFont, EMBOSSED XT-RADIO-BUTTON = @WINDOWTEXT, transparent, uqXtraFont, ENGRAVED XT-CHECK-BOX = @WINDOWTEXT, transparent, uqXtraFont, ENGRAVED XT-LIST-BOX = @WINDOWTEXT, colour(@WINDOW), uqXtraFont, ENGRAVED XT-DROP-DOWN-LIST-BOX = @WINDOWTEXT, colour(@WINDOW), uqXtraFont, ENGRAVED XT-COMBO-BOX = @WINDOWTEXT, colour(@WINDOW), uqXtraFont, LINE XT-DROP-DOWN-COMBO-BOX = @WINDOWTEXT, colour(@WINDOW), uqXtraFont, LINE XT-IMAGE = @WINDOWTEXT, colour(@WINDOW), uqXtraFont, LINE XT-VERTICAL-SCROLL-BAR = @WINDOWTEXT, colour(@SCROLLBAR), uqSystem, none XT-HORIZONTAL-SCROLL-BAR = @WINDOWTEXT, colour(@SCROLLBAR), uqSystem, none ; Element styles used by Unique a.s. in system applications. DO NOT CHANGE! UQ-STREAM = @WINDOWTEXT, colour(@BTNFACE), uqSystem, SIZEABLE UQ-FORM = @WINDOWTEXT, colour(@BTNFACE), uqSystem, NONE UQ-TEXT = @WINDOWTEXT, transparent, uqSystem, NONE UQ-INPUT = @WINDOWTEXT, colour(@WINDOW), uqSystem, ENGRAVED UQ-OUTPUT = @WINDOWTEXT, colour(@WINDOW), uqSystem, ENGRAVED UQ-PUSH-BUTTON = @WINDOWTEXT, colour(@BTNFACE), uqSystem, EMBOSSED UQ-DEFAULT-BUTTON = @WINDOWTEXT, colour(@BTNFACE), uqSystem, EMBOSSED UQ-MENU-ENTRY = @WINDOWTEXT, colour(@BTNFACE), uqSystem, EMBOSSED UQ-RADIO-BUTTON = @WINDOWTEXT, transparent, uqSystem, ENGRAVED UQ-CHECK-BOX = @WINDOWTEXT, transparent, uqSystem, ENGRAVED UQ-LIST-BOX = @WINDOWTEXT, colour(@WINDOW), uqSystem, ENGRAVED UQ-DROP-DOWN-LIST-BOX = @WINDOWTEXT, colour(@WINDOW), uqSystem, ENGRAVED UQ-COMBO-BOX = @WINDOWTEXT, colour(@WINDOW), uqSystem, ENGRAVED UQ-DROP-DOWN-COMBO-BOX = @WINDOWTEXT, colour(@WINDOW), uqSystem, ENGRAVED UQ-IMAGE = @WINDOWTEXT, colour(@WINDOW), uqSystem, LINE UQ-LABEL = @WINDOWTEXT, transparent, uqSystem, NONE UQ-LISTENTRY = @WINDOWTEXT, colour(@WINDOW), uqSystem, NONE UQ-DIASTREAM = @WINDOWTEXT, colour(@BTNFACE), uqSystem, DIALOGUE UQ-BORDERSTREAM = @WINDOWTEXT, colour(@BTNFACE), uqSystem, BORDER UQ-SUBFORM = @WINDOWTEXT, colour(@BTNFACE), uqSystem, LINE-ENGRAVED UQ-INFOFORM = @WINDOWTEXT, colour(@BTNFACE), uqInfotext, LINE-ENGRAVED UQ-EDITOR = @WINDOWTEXT, colour(@WINDOW), uqEditor, SIZEABLE UQ-EDITOR-TEXT = @WINDOWTEXT, colour(@WINDOW), uqEditor, NONE UQ-EDITOR-HIGHLIGHT = @WINDOWTEXT, colour(@BTNFACE), uqEditor, NONE UQ-EDITOR-MESSAGE = @WINDOWTEXT, colour(YELLOW), uqEditor, NONE UQ-MESSAGE-LINE = @WINDOWTEXT, colour(@BTNFACE), uqSystem, EMBOSSED UQ-MESSAGE-TEXT = @WINDOWTEXT, colour(@BTNFACE), uqSystem, NONE UQ-SYSINFO-TEXT = @WINDOWTEXT, colour(@BTNFACE), uqSystem, LIGHT-ENGRAVED UQ-DEBUG-TEXT = @WINDOWTEXT, colour(@WINDOW), uqFixed, NONE UQ-FEDWIN = @WINDOWTEXT, colour(@WINDOW), uqSystem, NONE UQ-FORM-DIVIDER = white, colour(grey) , uqSystem, NONE UQ-VERTICAL-SCROLL-BAR = @WINDOWTEXT, colour(@SCROLLBAR), uqSystem, NONE UQ-HORIZONTAL-SCROLL-BAR = @WINDOWTEXT, colour(@SCROLLBAR), uqSystem, NONE UQ-LINE = black, transparent, uqSystem, LINE UQ-INPUT-LOCKED = @WINDOWTEXT, colour(@BTNFACE), uqSystem, ENGRAVED UQ-DROP-DOWN-LOCKED = @WINDOWTEXT, colour(@BTNFACE), uqSystem, ENGRAVED UQ-SLOGIN-IMAGE = @WINDOWTEXT, "image(@UQ!UQICON,format(ICON))", uqSystem, NONE uqCmdArea = @WINDOWTEXT, colour(@BACKGROUND), 0, none uqDialog = @WINDOWTEXT, colour(@BTNFACE), uqSystem, dialogue uqSubForm = @WINDOWTEXT, colour(@BTNFACE), uqSystem, line-engraved uqWorkArea = @WINDOWTEXT, colour(@BACKGROUND), uqSystem, off uqInput = @WINDOWTEXT, colour(@WINDOW), uqSystem, engraved uqOutput = @WINDOWTEXT, colour(@BACKGROUND), uqSystem, engraved ixBoldLabel = @WINDOWTEXT, transparent, uqXtraBold, none ixStyleNormal = @WINDOWTEXT, COLOUR(@BTNFACE), uqSystem, embossed ixStyleDummy = LIGHT WHITE, COLOUR(@BTNFACE), uqSystem, embossed ixStyleGroup = @WINDOWTEXT, COLOUR(@BTNFACE), uqSystem, embossed ixStyleJoin = @WINDOWTEXT, transparent, uqSystem, none ixStyleMember = @WINDOWTEXT, transparent, uqSystem, none [SCREEN-FONTS] ; The char-width-factor is used when variable pitch fonts are in use. ; Windows provides an average and a maximum character width for such fonts. ; Since the width of any element (including streams and forms etc.) is calculated ; based on the width of a character using the average would cause widths to be ; too narrow whereas using the maximum would cause them to be too wide. ; ; Unique CONCEPT uses the following formula for calculating a suitable character ; width : ; ; character width = Average width + (maximum width - average width)/char-width-factor; ; ; The recomended value is 4, which seems to be suitable in most circumstances. ; For compatability to version 4.10 set the factor to 1 (unless your system heavily ; depends on the SYSTEM font (old font 0) in which case it should be set to a large ; number (E.g 20). ; If the char-width-factor is less than 1 the recommended value 4 is used. ; ; The char-width factor is the last parameter in a font definition char-width-factor=4 ; Unique CONCEPT SYSTEM FONTS, DO NOT REMOVE SYSTEM FONTS. ; -------------------------------------------------------- uqInfotext402 = FixesSys , -8,0,0,0,100,0,0,0,0,1,2,0,34 uqInfotext = MS Sans Serif , -7,0,0,0,100,0,0,0,0,1,2,0,34 uqSystem = MS Sans Serif , -8,0,0,0,100,0,0,0,0,1,2,0,34 uqSystem402 = FixedSys , -10,0,0,0,100,0,0,0,0,1,2,0,34 uqXtraFont = Courier New ,-10,0,0,0,400,0,0,0,0,1,2,2,49 uqXtraBold = Courier New ,-10,0,0,0,700,0,0,0,0,1,2,2,49 uqFixed = Courier New , -9,0,0,0,400,0,0,0,0,1,2,2,49 default = MS Sans Serif , -9,0,0,0,400,0,0,0,0,1,2,2,34 ixChosen = MS Sans Serif , -9,0,0,0,700,0,0,0,0,1,2,2,34 ixFixedChosen = Courier New , -9,0,0,0,700,0,0,0,0,1,2,2,49 ; The uqEditor formular must also be changed when this font is changed uqEditor = Courier New , -9,0,0,0,400,0,0,0,0,1,2,2,49 ; Font definitions needed for backward compatability 0=Fixedsys ,-10,0,0,0,400,0,0,0,0,1,2,0, 1 1=Fixedsys ,-10,0,0,0,400,0,0,0,0,1,2,1, 1 2=Fixedsys ,-10,0,0,0,100,0,0,0,0,1,2,0, 1 4=Fixedsys , -8,0,0,0,400,0,0,0,0,1,2,0, 1 5=Fixedsys ,-10,0,0,0,700,0,0,0,0,1,2,0, 1 6=Fixedsys ,-10,0,0,0,400,1,0,0,0,1,2,0, 1 10=Arial , -7,0,0,0,400,0,0,0,0,1,2,2,34 11=Arial , -8,0,0,0,400,0,0,0,0,1,2,2,34 12=Arial , -9,0,0,0,400,0,0,0,0,1,2,2,34 13=Arial ,-10,0,0,0,400,0,0,0,0,1,2,2,34 14=Arial ,-11,0,0,0,400,0,0,0,0,1,2,2,34 15=Arial ,-12,0,0,0,400,0,0,0,0,1,2,2,34 16=Arial ,-16,0,0,0,400,0,0,0,0,1,2,2,34 17=Arial ,-20,0,0,0,400,0,0,0,0,1,2,2,34 18=Arial ,-24,0,0,0,400,0,0,0,0,1,2,2,34 19=Arial ,-36,0,0,0,400,0,0,0,0,1,2,2,34 20=Times New Roman, -7,0,0,0,400,0,0,0,0,1,2,2,18 21=Times New Roman, -8,0,0,0,400,0,0,0,0,1,2,2,18 22=Times New Roman, -9,0,0,0,400,0,0,0,0,1,2,2,18 23=Times New Roman,-10,0,0,0,400,0,0,0,0,1,2,2,18 24=Times New Roman,-11,0,0,0,400,0,0,0,0,1,2,2,18 25=Times New Roman,-12,0,0,0,400,0,0,0,0,1,2,2,18 26=Times New Roman,-16,0,0,0,400,0,0,0,0,1,2,2,18 27=Times New Roman,-20,0,0,0,400,0,0,0,0,1,2,2,18 28=Times New Roman,-24,0,0,0,400,0,0,0,0,1,2,2,18 29=Times New Roman,-36,0,0,0,400,0,0,0,0,1,2,2,18 30=MS Sans Serif , -7,0,0,0,400,0,0,0,0,1,2,2,34 31=MS Sans Serif , -8,0,0,0,400,0,0,0,0,1,2,2,34 32=MS Sans Serif , -9,0,0,0,400,0,0,0,0,1,2,2,34 33=MS Sans Serif ,-10,0,0,0,400,0,0,0,0,1,2,2,34 34=MS Sans Serif ,-11,0,0,0,400,0,0,0,0,1,2,2,34 35=MS Sans Serif ,-12,0,0,0,400,0,0,0,0,1,2,2,34 36=MS Sans Serif ,-16,0,0,0,400,0,0,0,0,1,2,2,34 37=MS Sans Serif ,-20,0,0,0,400,0,0,0,0,1,2,2,34 38=MS Sans Serif ,-24,0,0,0,400,0,0,0,0,1,2,2,34 39=MS Sans Serif ,-36,0,0,0,400,0,0,0,0,1,2,2,34 40=Courier New , -7,0,0,0,400,0,0,0,0,1,2,2,49 41=Courier New , -8,0,0,0,400,0,0,0,0,1,2,2,49 42=Courier New , -9,0,0,0,400,0,0,0,0,1,2,2,49 43=Courier New ,-10,0,0,0,400,0,0,0,0,1,2,2,49 44=Courier New ,-11,0,0,0,400,0,0,0,0,1,2,2,49 45=Courier New ,-12,0,0,0,400,0,0,0,0,1,2,2,49 46=Courier New ,-16,0,0,0,400,0,0,0,0,1,2,2,49 47=Courier New ,-20,0,0,0,400,0,0,0,0,1,2,2,49 48=Courier New ,-24,0,0,0,400,0,0,0,0,1,2,2,49 49=Courier New ,-36,0,0,0,400,0,0,0,0,1,2,2,49 [PRINTER-FONTS] ; ; Printer font definitions ; ; System fonts uqInfotext =MS Sans Serif ,-7,0,0,0,100,0,0,0,0,1,2,0, 34 uqSystem =MS Sans Serif ,-8,0,0,0,100,0,0,0,0,1,2,0, 34 uqXtraFont =Courier New ,-10,0,0,0,400,0,0,0,0,1,2,1,53 uqXtraBold =Courier New ,-10,0,0,0,700,0,0,0,0,1,2,2,49 uqFixed =Courier New , -9,0,0,0,400,0,0,0,0,1,2,2,53 ; Font definitions needed for backward compatability 0=Courier New ,-10,0,0,0,400,0,0,0,0,1,2,0,53 1=Courier New ,-10,0,0,0,400,0,0,0,0,1,2,1,53 2=Courier New ,-10,0,0,0,400,0,0,0,0,1,2,1,53 4=Courier New , -8,0,0,0,400,0,0,0,0,1,2,0,53 5=Courier New ,-10,0,0,0,700,0,0,0,0,1,2,0,53 6=Courier New ,-10,0,0,0,400,1,0,0,0,1,2,0,53 10=Arial , -7,0,0,0,400,0,0,0,0,1,2,2,38 11=Arial , -8,0,0,0,400,0,0,0,0,1,2,2,38 12=Arial , -9,0,0,0,400,0,0,0,0,1,2,2,38 13=Arial ,-10,0,0,0,400,0,0,0,0,1,2,2,38 14=Arial ,-11,0,0,0,400,0,0,0,0,1,2,2,38 15=Arial ,-12,0,0,0,400,0,0,0,0,1,2,2,38 16=Arial ,-16,0,0,0,400,0,0,0,0,1,2,2,38 17=Arial ,-20,0,0,0,400,0,0,0,0,1,2,2,38 18=Arial ,-24,0,0,0,400,0,0,0,0,1,2,2,38 19=Arial ,-36,0,0,0,400,0,0,0,0,1,2,2,38 20=Times New Roman, -7,0,0,0,400,0,0,0,0,1,2,2,22 21=Times New Roman, -8,0,0,0,400,0,0,0,0,1,2,2,22 22=Times New Roman, -9,0,0,0,400,0,0,0,0,1,2,2,22 23=Times New Roman,-10,0,0,0,400,0,0,0,0,1,2,2,22 24=Times New Roman,-11,0,0,0,400,0,0,0,0,1,2,2,22 25=Times New Roman,-12,0,0,0,400,0,0,0,0,1,2,2,22 26=Times New Roman,-16,0,0,0,400,0,0,0,0,1,2,2,22 27=Times New Roman,-20,0,0,0,400,0,0,0,0,1,2,2,22 28=Times New Roman,-24,0,0,0,400,0,0,0,0,1,2,2,22 29=Times New Roman,-36,0,0,0,400,0,0,0,0,1,2,2,22 30=MS Sans Serif , -7,0,0,0,400,0,0,0,0,1,2,2,38 31=MS Sans Serif , -8,0,0,0,400,0,0,0,0,1,2,2,38 32=MS Sans Serif , -9,0,0,0,400,0,0,0,0,1,2,2,38 33=MS Sans Serif ,-10,0,0,0,400,0,0,0,0,1,2,2,38 34=MS Sans Serif ,-11,0,0,0,400,0,0,0,0,1,2,2,38 35=MS Sans Serif ,-12,0,0,0,400,0,0,0,0,1,2,2,38 36=MS Sans Serif ,-16,0,0,0,400,0,0,0,0,1,2,2,38 37=MS Sans Serif ,-20,0,0,0,400,0,0,0,0,1,2,2,38 38=MS Sans Serif ,-24,0,0,0,400,0,0,0,0,1,2,2,38 39=MS Sans Serif ,-36,0,0,0,400,0,0,0,0,1,2,2,38 40=Courier New , -7,0,0,0,400,0,0,0,0,1,2,2,53 41=Courier New , -8,0,0,0,400,0,0,0,0,1,2,2,53 42=Courier New , -9,0,0,0,400,0,0,0,0,1,2,2,53 43=Courier New ,-10,0,0,0,400,0,0,0,0,1,2,2,53 44=Courier New ,-11,0,0,0,400,0,0,0,0,1,2,2,53 45=Courier New ,-12,0,0,0,400,0,0,0,0,1,2,2,53 46=Courier New ,-16,0,0,0,400,0,0,0,0,1,2,2,53 47=Courier New ,-20,0,0,0,400,0,0,0,0,1,2,2,53 48=Courier New ,-24,0,0,0,400,0,0,0,0,1,2,2,53 49=Courier New ,-36,0,0,0,400,0,0,0,0,1,2,2,53 [RTF] ; ; Configuration parameters for the RTF file format interface. See also ; the section [MS-WORD] in uqdio.ini for more settings. ; ; end-header-on-info = on | off (default = off) ; ; If 'on' then the RTF header file is read up to and including the info block. ; This was the default value in Unique up to and including v5.12.02. ; ; If 'off' (the default) then the RTF header file is read up to and including ; the 'endnhere' command. ; This ensures that the page height and width commands are also read and copied ; to the destination file. ; ; end-header-on-info=off ; ; set-margins = on | off (default = off) ; ; If 'on' margins will be added to the result file. Left and right margins ; will be set to the approriate value according to the values of LB() and ; OB() in the report that generates the RTF file. Both top and bottom margin ; will be set to 0 (since page-heading and page-tail are written as a part of ; the document) ; 'off' is the default because of backward compatability. ; [RTF-FONTS] ; ; Font definitions for the RTF file format interface ; ; Describes a mapping between Unique fonts and ; RTF font attributes. The syntax is one font definition per ; line, using the syntax: ; ; =,,,, ; ; See the sample fonts 50 - 57 below. ; ; System fonts uqInfotext=MS Sans Serif, 7,0,0,0 uqSystem =MS Sans Serif, 8,0,0,0 uqXtraFont=Courier New ,10,0,0,0 uqXtraBold=Courier New ,10,1,0,0 default=MS Sans Serif , 9,0,0,0 ; Font definitions for backward compatibility (0 - 49) 0=Courier New,10,0,0,0 4=Courier New, 8,0,0,0 5=Courier New,10,1,0,0 6=Courier New,10,0,1,0 10=Arial , 7,0,0,0 11=Arial , 8,0,0,0 12=Arial , 9,0,0,0 13=Arial ,10,0,0,0 14=Arial ,11,0,0,0 15=Arial ,12,0,0,0 16=Arial ,16,0,0,0 17=Arial ,20,0,0,0 18=Arial ,24,0,0,0 19=Arial ,36,0,0,0 20=Times New Roman, 7,0,0,0 21=Times New Roman, 8,0,0,0 22=Times New Roman, 9,0,0,0 23=Times New Roman,10,0,0,0 24=Times New Roman,11,0,0,0 25=Times New Roman,12,0,0,0 26=Times New Roman,16,0,0,0 27=Times New Roman,20,0,0,0 28=Times New Roman,24,0,0,0 29=Times New Roman,36,0,0,0 30=MS Sans Serif , 7,0,0,0 31=MS Sans Serif , 8,0,0,0 32=MS Sans Serif , 9,0,0,0 33=MS Sans Serif ,10,0,0,0 34=MS Sans Serif ,11,0,0,0 35=MS Sans Serif ,12,0,0,0 36=MS Sans Serif ,16,0,0,0 37=MS Sans Serif ,20,0,0,0 38=MS Sans Serif ,24,0,0,0 39=MS Sans Serif ,36,0,0,0 40=Courier New , 7,0,0,0 41=Courier New , 8,0,0,0 42=Courier New , 9,0,0,0 43=Courier New ,10,0,0,0 44=Courier New ,11,0,0,0 45=Courier New ,12,0,0,0 46=Courier New ,16,0,0,0 47=Courier New ,20,0,0,0 48=Courier New ,24,0,0,0 49=Courier New ,36,0,0,0 ; Example font definitions using all attribute combinations (50 - 57) ; B I U 50=Courier New,10,0,0,0 * normal 51=Courier New,10,0,0,1 * underline 52=Courier New,10,1,0,0 * bold 53=Courier New,10,1,0,1 * bold underline 54=Courier New,10,0,1,0 * italic 55=Courier New,10,0,1,1 * italic underline 56=Courier New,10,1,1,0 * italic bold 57=Courier New,10,1,1,1 * italic bold underline [WP-FONTS] ; ; Font aliases for the WP6 file format interface ; ; Describes a mapping between Unique fonts and ; WordPerfect font attributes. The syntax is one font definition per ; line, using the syntax: ; ; =,, ; ; := number (where number is one of): ; ; 1=Courier Normal * 2=Helvetica Normal * ; 3=Avant Garde Gothic * 4=BookMan * ; 5=Zapf Chancery * 6=Zapf DingBats * ; 7=New Century Schoolbook * 8=Patantino Normal * ; 9=Symbol Normal * 10=Times Normal * ; 11=Helvetica Narrow Normal * 12=Algerian Normal ; 13=Arial Normal 14=Arrus ; 15=Book Antigua Normal 16=Braggadocio Normal ; 17=Brittanic Bold 18=Century Gothic Normal ; 19=Colonna MT Normal 20=Draft 12cpi ; 21=Engravers Gothic Normal 22=Impact Normal ; 23=Matura MT script 24=Modern Normal ; 25=Prestige 12cpi Normal 26=Swis721 ; 27=Wide Latin Normal ; ; NOTE: Fonts marked * are compatible with the fonts available ; in the WordPerfect version 5 interface ; ; := points (1 point=1/72") (0 means "default size") ; Note: The size is to be understood as the height of a character. ; ; := number: ; ; 0 = normal (0) ; 1 = bold (2) ; 4 = italic (4) ; 8 = underline (1) ; n = (3) ; ; NOTE: the attribute numbers for previous versions of Unique ; are shown in brackets. ; ; Font definitions for backward compatibility (0 - 49) 0=1,10,0 4=1, 8,0 5=1,10,1 6=1,10,4 10=13, 7,0 11=13, 8,0 12=13, 9,0 13=13,10,0 14=13,11,0 15=13,12,0 16=13,16,0 17=13,20,0 18=13,24,0 19=13,36,0 20=10, 7,0 21=10, 8,0 22=10, 9,0 23=10,10,0 24=10,11,0 25=10,12,0 26=10,16,0 27=10,20,0 28=10,24,0 29=10,36,0 30=13, 7,0 31=13, 8,0 32=13, 9,0 33=13,10,0 34=13,11,0 35=13,12,0 36=13,16,0 37=13,20,0 38=13,24,0 39=13,36,0 40=1, 7,0 41=1, 8,0 42=1, 9,0 43=1,10,0 44=1,11,0 45=1,12,0 46=1,16,0 47=1,20,0 48=1,24,0 49=1,36,0 ; Example font definitions using all attribute combinations (50 - 57) 50=10,10,0 * normal 51=10,10,8 * underline 52=10,10,1 * bold 53=10,10,9 * bold underline 54=10,10,4 * italic 55=10,10,12 * italic underline 56=10,10,5 * italic bold 57=10,10,13 * italic bold underline