On Wed, 14 Oct 2015, Moviga Technologies wrote: > > > I can only find FontChooser.SelectedFont which returns a comma separated > string. > > Are there really no way for a Font object and the FontChooser to > "communicate", either by the FontChooser returning a Font object, or by > the Font object receiving a comma separated string? I see that it works > the other way, with Font.ToString...
Do you mean the array accessors of Font? hFont = Font[myFontChooser.SelectedFont] Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
