tweaked font sizes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fd921f3560
commit
329a56f7ff
@ -213,9 +213,9 @@ def runTest(frame, nb, log):
|
|||||||
# make some styles
|
# make some styles
|
||||||
ed.StyleSetSpec(stc.STC_STYLE_DEFAULT, "size:%d,face:%s" % (pb, face3))
|
ed.StyleSetSpec(stc.STC_STYLE_DEFAULT, "size:%d,face:%s" % (pb, face3))
|
||||||
ed.StyleClearAll()
|
ed.StyleClearAll()
|
||||||
ed.StyleSetSpec(1, "size:%d,bold,face:%s,fore:#0000FF" % (pb+2, face1))
|
ed.StyleSetSpec(1, "size:%d,bold,face:%s,fore:#0000FF" % (pb, face1))
|
||||||
ed.StyleSetSpec(2, "face:%s,italic,fore:#FF0000,size:%d" % (face2, pb))
|
ed.StyleSetSpec(2, "face:%s,italic,fore:#FF0000,size:%d" % (face2, pb))
|
||||||
ed.StyleSetSpec(3, "face:%s,bold,size:%d" % (face2, pb+2))
|
ed.StyleSetSpec(3, "face:%s,bold,size:%d" % (face2, pb))
|
||||||
ed.StyleSetSpec(4, "face:%s,size:%d" % (face1, pb-1))
|
ed.StyleSetSpec(4, "face:%s,size:%d" % (face1, pb-1))
|
||||||
|
|
||||||
# Now set some text to those styles... Normally this would be
|
# Now set some text to those styles... Normally this would be
|
||||||
@ -235,7 +235,7 @@ def runTest(frame, nb, log):
|
|||||||
# line numbers in the margin
|
# line numbers in the margin
|
||||||
ed.SetMarginType(0, stc.STC_MARGIN_NUMBER)
|
ed.SetMarginType(0, stc.STC_MARGIN_NUMBER)
|
||||||
ed.SetMarginWidth(0, 22)
|
ed.SetMarginWidth(0, 22)
|
||||||
ed.StyleSetSpec(stc.STC_STYLE_LINENUMBER, "size:%d,face:%s" % (pb, face1))
|
ed.StyleSetSpec(stc.STC_STYLE_LINENUMBER, "size:%d,face:%s" % (pb-2, face1))
|
||||||
|
|
||||||
# setup some markers
|
# setup some markers
|
||||||
ed.SetMarginType(1, stc.STC_MARGIN_SYMBOL)
|
ed.SetMarginType(1, stc.STC_MARGIN_SYMBOL)
|
||||||
|
Loading…
Reference in New Issue
Block a user