Difference between revisions of "Fonts"
(→Programmers' fonts) |
(→Old school "8-bit" fonts: Removing dead link) |
||
(22 intermediate revisions by 14 users not shown) | |||
Line 3: | Line 3: | ||
===Programmers' fonts=== | ===Programmers' fonts=== | ||
''Fonts expressely conceived for programming'' | ''Fonts expressely conceived for programming'' | ||
− | |||
*[http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ Bitstream Vera Sans Mono] (TrueType, fixed width, '''free''') | *[http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ Bitstream Vera Sans Mono] (TrueType, fixed width, '''free''') | ||
*[http://dejavu.sourceforge.net/wiki/index.php/Main_Page DejaVu Sans Mono] (TrueType, fixed width, '''free''') | *[http://dejavu.sourceforge.net/wiki/index.php/Main_Page DejaVu Sans Mono] (TrueType, fixed width, '''free''') | ||
Line 11: | Line 10: | ||
*[http://www.microsoft.com/downloads/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&displaylang=en Consolas] (TrueType, fixed width, '''commercial, free for Licensed users of Microsoft Visual Studio 2005''') | *[http://www.microsoft.com/downloads/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&displaylang=en Consolas] (TrueType, fixed width, '''commercial, free for Licensed users of Microsoft Visual Studio 2005''') | ||
*[http://www.fontmenu.com/site/_program.html Oloron Program] (TrueType, fixed width, '''commercial''') | *[http://www.fontmenu.com/site/_program.html Oloron Program] (TrueType, fixed width, '''commercial''') | ||
+ | *[http://www.donationcoder.com/Software/Jibz/Dina/ Dina] (Bitmap, fixed width, '''free''') | ||
===Old school "8-bit" fonts=== | ===Old school "8-bit" fonts=== | ||
− | ''Fonts from computer systems and videogames of the '80s, for | + | ''Fonts from computer systems and videogames of the '80s, for nostalgics and retrocoders'' |
*[http://simplythebest.net/fonts/fonts/commodore_64.html Commodore 64 Font] (TrueType, fixed width, '''free''') | *[http://simplythebest.net/fonts/fonts/commodore_64.html Commodore 64 Font] (TrueType, fixed width, '''free''') | ||
− | |||
*[http://www.zone38.net/font/ Font Stuff from codeman38 (several fonts)] (TrueType, fixed width, '''free''') | *[http://www.zone38.net/font/ Font Stuff from codeman38 (several fonts)] (TrueType, fixed width, '''free''') | ||
− | + | ==How to change fonts used by EditPlus== | |
− | ==How to change fonts== | + | |
Go to Tools / Preferences... / General / Fonts | Go to Tools / Preferences... / General / Fonts | ||
==How to install new fonts in Windows== | ==How to install new fonts in Windows== | ||
Copy & Paste (or Drag & Drop) the file of the font you want to install into the Windows Font system folder (normally C:\WINDOWS\Fonts ). | Copy & Paste (or Drag & Drop) the file of the font you want to install into the Windows Font system folder (normally C:\WINDOWS\Fonts ). | ||
+ | |||
+ | ==Displaying Korean-encoded files== | ||
+ | To display Korean-encoded text in EditPlus on an English version of Windows with Korean fonts installed: | ||
+ | |||
+ | 1. Select the Fonts category of the Preferences dialog box (Tools menu, Preferences... item). Select a Korean font such as Gulim in the Font list. Choose Hangul in the Language dropdown list. | ||
+ | |||
+ | 2. Use the Open... item in the File menu to display the Open dialog box. If Korean 949 is in the Encoding dropdown list, select it and open your file. If Korean 949 is not in the list, click the "..." button next to the list to display the Configure Encodings dialog box. Select Korean 949 in the System code pages list and copy it to the Encoding list with the left arrow button. Click the OK button to close the dialog box, and Korean 949 will appear in the Encoding dropdown list. Select it and open your file. | ||
+ | |||
+ | ==See also== | ||
+ | *[[Lorem ipsum]] |
Latest revision as of 01:34, 17 December 2013
Contents
List of fonts for coders
Programmers' fonts
Fonts expressely conceived for programming
- Bitstream Vera Sans Mono (TrueType, fixed width, free)
- DejaVu Sans Mono (TrueType, fixed width, free)
- Andale Mono (TrueType, fixed width, free, old Microsoft web core font)
- Anonymous (TrueType, fixed width, free)
- ProFont (Bitmap, fixed width, free)
- Consolas (TrueType, fixed width, commercial, free for Licensed users of Microsoft Visual Studio 2005)
- Oloron Program (TrueType, fixed width, commercial)
- Dina (Bitmap, fixed width, free)
Old school "8-bit" fonts
Fonts from computer systems and videogames of the '80s, for nostalgics and retrocoders
- Commodore 64 Font (TrueType, fixed width, free)
- Font Stuff from codeman38 (several fonts) (TrueType, fixed width, free)
How to change fonts used by EditPlus
Go to Tools / Preferences... / General / Fonts
How to install new fonts in Windows
Copy & Paste (or Drag & Drop) the file of the font you want to install into the Windows Font system folder (normally C:\WINDOWS\Fonts ).
Displaying Korean-encoded files
To display Korean-encoded text in EditPlus on an English version of Windows with Korean fonts installed:
1. Select the Fonts category of the Preferences dialog box (Tools menu, Preferences... item). Select a Korean font such as Gulim in the Font list. Choose Hangul in the Language dropdown list.
2. Use the Open... item in the File menu to display the Open dialog box. If Korean 949 is in the Encoding dropdown list, select it and open your file. If Korean 949 is not in the list, click the "..." button next to the list to display the Configure Encodings dialog box. Select Korean 949 in the System code pages list and copy it to the Encoding list with the left arrow button. Click the OK button to close the dialog box, and Korean 949 will appear in the Encoding dropdown list. Select it and open your file.