Changeset 990 for trunk/gltext.py
- Timestamp:
- Jul 15, 2013 1:47:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gltext.py
r987 r990 147 147 texture. If you see any optimizations that could save time PLEASE CREATE A PATCH!!! 148 148 """ 149 # get a memory dc 149 # get a memory dc and assign a temporary bitmap 150 150 dc = wx.MemoryDC() 151 dc.SelectObject(wx.EmptyBitmap(100, 100)) 151 152 152 153 # set our font
Note: See TracChangeset
for help on using the changeset viewer.