From dcf5ba78885fe096736697388dea0b69187aebd2 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 24 Jul 2021 15:17:33 -0700 Subject: [PATCH] Switch overview text to plain text --- demo/AddPrivateFont.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/demo/AddPrivateFont.py b/demo/AddPrivateFont.py index 776c1fc1..3d077568 100644 --- a/demo/AddPrivateFont.py +++ b/demo/AddPrivateFont.py @@ -72,12 +72,7 @@ def runTest(frame, nb, log): -overview = """ -https://wxpython.org/Phoenix/docs/html/wx.Font.html#wx.Font.AddPrivateFont - -Specify the name of a file containing a TrueType font to be made available to -the current application. - +overview = """ This method can be used to allow this application to use the font from the given file even if it is not globally installed on the system. @@ -105,7 +100,6 @@ Returns: True if the font was added and can now be used. New in version wxWidgets 3.1.1. - """