[go: up one dir, main page]

Menu

[r18]: / gEcrit / bin / Fonts.py  Maximize  Restore  History

Download this file

13 lines (7 with data), 195 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/usr/bin/python
# -*- coding: utf-8 -*-
import wx
def ChangeFont(event, font, IdRange):
print font
for text_id in IdRange:
wx.FindWindowById(text_id).StyleSetFont(0, font)