Custom font in wx.FontDialog

Hello

Is there a way to add a font that is not installed on the system in
wx.FontDialog?

Font data is available as a memory blob.

It would be o.k. if there was no preview for the custom font and only
the font information was returned because font rendering is done with
pangocairo outside the font dialog.

Thanks in advance

Martin

Martin Manns wrote:

Is there a way to add a font that is not installed on the system in
wx.FontDialog?

Font data is available as a memory blob.

It would be o.k. if there was no preview for the custom font and only
the font information was returned because font rendering is done with
pangocairo outside the font dialog.

You can certainly USE a font that is not installed on the system, but if
you want it to be offered as a choice in a standard font dialog, then it
has to be installed as a standard system font.

You could, of course, make your own font selection dialog.

ยทยทยท

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.