Allow creating wxGraphicsFont without using wxFont.
This is mostly important to allow using wxImage-based wxGraphicsContext without requiring X server connection under Unix: as wxFont can't be used without X server, we needed another way to create wxGraphicsFont in this case. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -474,6 +474,7 @@ All (GUI):
|
||||
- Derive wxAuiNotebook from wxBookCtrlBase (Steven Lamerton).
|
||||
- Fix tooltips in wxSearchCtrl and other composite controls (Catalin Raceanu).
|
||||
- Allow converting to and from wxGraphicsBitmap and wxImage directly.
|
||||
- Allow wxGraphicsFont creation without passing by wxFont.
|
||||
|
||||
OSX:
|
||||
|
||||
|
Reference in New Issue
Block a user