# # $Header: uifont.ali@@/main/2 \ # Checked in on Sun Feb 22 17:41:15 PST 1998 by hwang \ # Copyright (c) 1997, 1998 by Oracle Corporation. All Rights Reserved. \ # $ Copyr (c) 1995 Oracle # # Copyright (c) Oracle Corporation 1995, 1997, 1998. # All Rights Reserved. /* See readme.ali for usage instructions. */ /* MS Windows uifont.ali */ [ Global ] "Terwinal 993"..... = "Terwinal 993".....we8iso8859p1 /* Convert JEUC to SJIS for all fonts */ .....jeuc = .....sjis /* Mac Fonts */ "Avant Garde" = Arial "New Century Schlbk" = "Times New Roman" "New York" = "Times New Roman" Bookman = "Times New Roman" /* Motif fonts */ lucidatypewriter = "Courier New" lucidabright = "Times New Roman" fixed = "Courier New" /* Cue card fonts */ cuecard = Arial.8.Plain.Medium.Normal cuecardFixed = "Courier New"..Plain.Medium.Normal [ Printer ] Arial = "arial.ttf" Arial..italic... = "ariali.ttf" Arial...Bold.. = "arialbd.ttf" Arial..italic.Bold.. = "arialbi.ttf" "Andale Duospace WT J" = "Aduoj.ttf" "Albany WT J"="AlbanWTJ.ttf" "Arabic Transparent"="artro.ttf" [ Display ] # Oracle Report PDF sections # Three new sections have been added: # [ PDF ] - Used for font aliasing and Multibyte language support # [ PDF:Embed ] - Used for Type 1 font embedding # [ PDF:Subset ] - Used for True Type Font subsetting [ PDF ] # This example shows how to rename Arial font to Courier font # Arial = Courier # You can Alias specific styles of font as below # Arial.12..Bold.. = Courier.14.... # "Times New Roman".12..Bold = "Sans Serif" # # Support for Far Eastern Languages: # ---------------------------------- # PDF section can be additionally used to enable Multibyte language support # built into Reports. To use this feature with Adobe (r) Acrobat (c), you # need to install the Asian font pack available online at the Adobe web site. # By specifying the below aliasing, a Japanese report run with Shift-JIS # characterset is replaced to HeiseiKakuGo-W5-Acro CID font. # .....SJIS = "HeiseiKakuGo-W5-Acro" [ PDF:Embed ] # This example shows how to embed Type 1 Arial font into the PDF file: # Arial = "Arial.pfm Arial.pfb" # You need to specify the .pfm file before the .pfb file. # The font files must exist in one of the folders specified in REPORTS_PATH. [ pdf:Subset ] Arial = "arial.ttf" Arial..italic... = "ariali.ttf" Arial...Bold.. = "arialbd.ttf" Arial..italic.Bold.. = "arialbi.ttf" "Andale Duospace WT J" = "Aduoj.ttf" "Albany WT J"="AlbanWTJ.ttf" "Arabic Transparent"="artro.ttf" [rwbuilder] .....AR8MSWIN1256="Courier New" .....CL8MSWIN1251="Courier New" .....EE8MSWIN1250="Courier New" .....EL8MSWIN1253="Courier New" .....IW8MSWIN1255="Courier New" .....JA16SJIS="MS Gothic" .....TH8TISASCII="Andale Duospace WT" .....TR8MSWIN1254="Courier New"