I've been coding a text editor, and it has the function to change the default font displayed in the wx.stc.SyledTextCtrl
.
I would like to be able to save the font as a user preference, and I have so far been unable to save it.
The exact object type is <class 'wx._core.Font'>
.
Would anyone know how to pickle/save this?