Update the version when private font support was added
It will be 3.1.1 and not 2.9.5 as originally planned.
This commit is contained in:
@@ -689,7 +689,7 @@ public:
|
|||||||
@return @true if the font was added and ActivatePrivatefonts() should
|
@return @true if the font was added and ActivatePrivatefonts() should
|
||||||
be called next or @false if adding it failed.
|
be called next or @false if adding it failed.
|
||||||
|
|
||||||
@since 2.9.5
|
@since 3.1.1
|
||||||
*/
|
*/
|
||||||
static bool AddPrivateFont(const wxString& filename);
|
static bool AddPrivateFont(const wxString& filename);
|
||||||
|
|
||||||
@@ -698,7 +698,7 @@ public:
|
|||||||
|
|
||||||
@return @true if the private fonts can now be used or @false on error.
|
@return @true if the private fonts can now be used or @false on error.
|
||||||
|
|
||||||
@since 2.9.5
|
@since 3.1.1
|
||||||
*/
|
*/
|
||||||
static bool ActivatePrivatefonts();
|
static bool ActivatePrivatefonts();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user