X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec873c943d71f0d5f13e3398557071448cda6c23..a4027e74873007e3430af3bd77019bcab76f6c04:/wxPython/demo/FancyText.py?ds=sidebyside
diff --git a/wxPython/demo/FancyText.py b/wxPython/demo/FancyText.py
deleted file mode 100644
index b7c954c276..0000000000
--- a/wxPython/demo/FancyText.py
+++ /dev/null
@@ -1,82 +0,0 @@
-
-import wx
-import wx.lib.fancytext as fancytext
-
-#----------------------------------------------------------------------
-
-test_str = (''
- 'some |23
This module exports four main methods:: -
- def GetExtent(str, dc=None, enclose=True) - def GetFullExtent(str, dc=None, enclose=True) - def RenderToBitmap(str, background=None, enclose=True) - def RenderToDC(str, dc, x, y, enclose=True) -- -In all cases, 'str' is an XML string. Note that start and end tags -are only required if *enclose* is set to False. In this case the -text should be wrapped in FancyText tags. - -
In addition, the module exports one class:: -
- class StaticFancyText(self, window, id, text, background, ...) --This class works similar to StaticText except it interprets its text -as FancyText. - -
The text can supportsuperscripts and subscripts, text
-in different sizes, colors,
-styles, weights and
-families. It also supports a limited set of symbols,
-currently