Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change QM-Editor font temporarily using shortcut
#2
-> View
should be
-> Editor Options.

Font maybe can be temporarily changed with Scintilla API, but it is too dirty and not easy. Better automate changing font through Options dialog.

Macro Macro2792
Code:
Copy      Help
str fontName="Courier New"
str fontSize=15

act _hwndqm
key AF12 C{TTT} T D V Ca (fontName) T Ca (fontSize) Y Y


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)