# File tk/lib/tk/tagfont.rb, line 8 def font_configinfo @parent.tagfont_configinfo(@id) end
alias font #font_configinfo
# File tk/lib/tk/tagfont.rb, line 13 def font_configure(slot) @parent.tagfont_configure(@id, slot) self end
# File tk/lib/tk/tagfont.rb, line 29 def font_copy(win, wintag=nil) @parent.tagfont_copy(@id, win, wintag) self end
# File tk/lib/tk/tagfont.rb, line 24 def kanjifont_configure(knj, keys=nil) @parent.kanjitagfont_configure(@id, ltn, keys) self end
# File tk/lib/tk/tagfont.rb, line 40 def kanjifont_copy(win, wintag=nil) @parent.kanjitagfont_copy(@id, win, wintag) self end
# File tk/lib/tk/tagfont.rb, line 18 def latinfont_configure(ltn, keys=nil) @parent.latintagfont_configure(@id, ltn, keys) self end
# File tk/lib/tk/tagfont.rb, line 34 def latinfont_copy(win, wintag=nil) @parent.latintagfont_copy(@id, win, wintag) self end
Commenting is here to help enhance the documentation. For example, code samples, 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.
If you want to help improve the Ruby documentation, please visit Documenting-ruby.org.