in reply to Re: Questions about Win32::GUI::RichEdit
in thread Questions about Win32::GUI::RichEdit

Alright! Thanks! But, care to explain the:
-height => $self->rhConfig()->{podFontSize}, -name => $self->rhConfig()->{podFontName},
part?

Replies are listed 'Best First'.
Re^3: Questions about Win32::GUI::RichEdit
by jplindstrom (Monsignor) on Jul 07, 2005 at 07:33 UTC
    I copied my example from an actual program.

    That's for setting the size and face of the font to values from a config file.

    /J