php - Notepad++ - Is it possible to use custom fonts? -
Since I use different languages (Latin and non-Latin) in my work and some of them (for example Syrilic languages for) are symbols that look similar to Latin people, sometimes I find those stupid mistakes that accidentally occur when I mistakenly use the syrilic symbol in my code instead of Latin. For example, the following variable names (PHP-style) look exactly the same, although the other name contains half of the letters Cyrillic symbols (and thus different codes):
$ Iicuxiphametod vs $ Ñ ?? ??? Formula Line Line Line So I came up with ideas to use for style configurations, whose fonts have different forms of Latin and Cyrillic symbols. I have used several fonts like that - Simons. -Extbie, NSIMSon, Ming Liu-Exbbee - but the problem is that I want to use a font that I have created. Does anyone know what fonts are used in Notepad ++? Whether they are their own fonts or system fonts and whether it is possible to use different (non-system, user-built) fonts in Notepad ++ (Settings-> Style Configurator-> Font Style) or existing One has to edit?
Settings - & gt; Style Configurator ...
Select: Global Styles and Default Style
On the font style, you can select the default font in the system font directory (in windows).
Comments
Post a Comment