From: Takaaki T. <tt...@kt...> - 2001-09-24 14:10:39
|
At Mon, 24 Sep 2001 15:22:55 -0400, Kent Dahl <ke...@st...> wrote: > I want to use Ruby-Fltk as a way of developing Ruby apps for my PDA, an That's great! > I'd like to keep the scripts as portable as possible between the PDA and > host computer. One problem in that respect, is with fontsizes. Is there > any way of setting the default fontsize in Ruby-Fltk? Changing the FLTK > itself isn't really a viable option. FLTK has the fl_font() which is used for setting the font's face and size. Is this what you want? But Ruby-FLTK don't provide it yet. # Thank you for Input_#textsize. I've added it now. -- Takaaki Tateishi <tt...@kt...> |