; This is the default FONTMAP file
;
;  02/28/94 LLB    Added DPW sample mappings
;  02/17/94 LLB    Munged into default fontmap
;  02/04/94 greggy created sample
;
; Comments are denoted by using ";" or "--" to start the line

; The format for Font Mapping is:
; Platform:FontName => Platform:FontName [MAP (NONE | ALL)] [OLDSIZE => NEWSIZE]

-- The format for specific Character Mapping is
-- Platform: => Platform:  OLDCHAR => NEWCHAR ...

;
; Here are sample mappings for the stock Mac fonts
;
Mac:Chicago       => Win:System
Mac:Courier       => Win:"Courier New"
Mac:Geneva        => Win:"MS Sans Serif"
Mac:Helvetica     => Win:Arial
Mac:Monaco        => Win:Terminal
Mac:"New York"    => Win:"MS Serif" Map None
Mac:Symbol        => Win:Symbol
Mac:Times         => Win:"Times New Roman" 14=>12 18=>14 24=>18 30=>24

;
; Here are sample mappings for the stock Windows fonts
;
Win:Arial             => Mac:Helvetica
Win:"Courier"         => Mac:Courier
Win:"Courier New"     => Mac:Courier
Win:"MS Serif"        => Mac:"New York" Map None
Win:"MS Sans Serif"   => Mac:Geneva
Win:Symbol            => Mac:Symbol
Win:System            => Mac:Chicago
Win:Terminal          => Mac:Monaco
Win:"Times New Roman" => Mac:"Times" 12=>14 14=>18 18=>24 24=>30

;
; Note: From Windows to Mac, Courier and Courier New map onto Courier,
;         when coming back to Windows only Courier New will be used.

; Here are some sample character mappings

;            Florin   Ellipsis Dagger   Upper OE left '   right '
Mac: => Win: 196=>131 201=>133 160=>134 206=>140 212=>145 213=>146

;             Left "   Right "  Bullet   short -  long -   tm       lower oe
Mac: => Win: 210=>147 211=>148 165=>149 208=>150 209=>151 170=>153 207=>156


;            Florin   Ellipsis Dagger   Upper OE left '   right '
Win: => Mac: 131=>196 133=>201 134=>160 140=>206 145=>212 146=>213

;            Left "   Right "  Bullet   short -  long -   tm       lower oe
Win: => Mac: 147=>210 148=>211 149=>165 150=>208 151=>209 153=>170 156=>207

