Method: TkFont::DescendantFont#font

Defined in:
lib/tk/font.rb

#fontObject Also known as: font_id, name, to_s



173
174
175
# File 'lib/tk/font.rb', line 173

def font
  @compound.__send__(@type + '_font_id')
end