How To Change Font (size/family) In Pyscripter?
I just started taking an online course for computer science learning Python. I use PyScripter, and at the site, the examples are in 'Source Code Pro'. I really like that font, and
Solution 1:
Configuration for this answer: Pyscripter 2.4.3.0 (latest at this time) on Windows XP SP3 with numerous fonts already installed and available in Pyscripter. Python26 and Python27 installed.
Note: The helpfile says "Pyscripter requires the use of monospace or non-proportional fonts."
Procedure:
- Searched for and downloaded Source Code Pro (v1.017)
- Installed it per instructions
- Pyscripter Tools menu > Options > Editor Options
- Display tab > click Font
- Select "Source Code Pro" from list of fonts
- Select Style and Size if desired
- Press OK to accept Font options
- Press OK to accept Edition options and apply settings to current environment
- Source Code Pro is now the default font
Setting the font family, style and size in Pyscripter: http://i.stack.imgur.com/qhppd.png (WTH, Apparently I am too lame to be trusted with embedding images or any hyperlinks... O_o)
Post a Comment for "How To Change Font (size/family) In Pyscripter?"