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...