########################################################################
#
# "font_conf" : Tvi, $B%U%)%s%H$N=i4|@_Dj(B
#
# Copyright (c) 1999  Motomu Nakashima
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option) 
# any later version.
#
# This program is distributed in the hope that it will be useful, 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
# GNU General Public License for more details.
#
########################################################################

# Tk4.2jp $BMQ(B
if {$tk_version=="4.2"} {
    option add *Font      [lindex $defaultfont 0]
    option add *KanjiFont [lindex $defaultfont 1]
} else {
# $B$=$l0J30$O(B 8.0 $B0J>e$H$_$J$9(B
    font delete medium
    font create medium -compound $defaultfont
}
