# File tk/lib/tk/tagfont.rb, line 7 def font_configinfo @parent.tagfont_configinfo(@id) end
alias font #font_configinfo
# File tk/lib/tk/tagfont.rb, line 12 def font_configure(slot) @parent.tagfont_configure(@id, slot) self end
# File tk/lib/tk/tagfont.rb, line 28 def font_copy(win, wintag=nil) @parent.tagfont_copy(@id, win, wintag) self end
# File tk/lib/tk/tagfont.rb, line 23 def kanjifont_configure(knj, keys=nil) @parent.kanjitagfont_configure(@id, ltn, keys) self end
# File tk/lib/tk/tagfont.rb, line 39 def kanjifont_copy(win, wintag=nil) @parent.kanjitagfont_copy(@id, win, wintag) self end
# File tk/lib/tk/tagfont.rb, line 17 def latinfont_configure(ltn, keys=nil) @parent.latintagfont_configure(@id, ltn, keys) self end
# File tk/lib/tk/tagfont.rb, line 33 def latinfont_copy(win, wintag=nil) @parent.latintagfont_copy(@id, win, wintag) self end
Commenting is here to help enhance the documentation. For example, sample code, or clarification of the documentation.
If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.
If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.