Add wxUSE_PRIVATE_FONTS and drop wxHAS_PRIVATE_FONTS
Handle this feature as all the other ones and provide a configure switch and a setup.h option to disable it if necessary, as it may be desirable to do it, especially under Linux, to avoid extra dependency on pangoft2 if this functionality is unnecessary.
This commit is contained in:
@@ -468,6 +468,8 @@
|
||||
|
||||
#define wxUSE_PREFERENCES_EDITOR 0
|
||||
|
||||
#define wxUSE_PRIVATE_FONTS 0
|
||||
|
||||
#define wxUSE_RICHTOOLTIP 0
|
||||
|
||||
#define wxUSE_SASH 0
|
||||
@@ -833,10 +835,6 @@
|
||||
*/
|
||||
#define wxUSE_PLUGINS 0
|
||||
|
||||
/*
|
||||
* Use FontConfig library for private fonts support in wxFont.
|
||||
*/
|
||||
#undef wxHAVE_FONTCONFIG_2_8_0
|
||||
/*
|
||||
* Use GTK print for printing under GTK+ 2.10+
|
||||
*/
|
||||
|
Reference in New Issue
Block a user