Method: TkFont#latin_configure
- Defined in:
- ext/lib/tk/font.rb
#latin_configure(slot, value = None) ⇒ Object Also known as: ascii_configure
1282 1283 1284 1285 1286 1287 1288 1289 |
# File 'ext/lib/tk/font.rb', line 1282 def latin_configure(slot, value=None) if JAPANIZED_TK configure_core(@latinfont, slot, value) else configure(slot, value) end self end |