@Satori said in How to Set a Larger than 28 Default Font Size OR Set a Default Zoom Size:
Other Options?:
If anyone knows of other ways that might get to this result, I’d love to hear them!
The dropdown only goes to font size 28. However, if you set a bigger value in the right config file, it will default to larger than that.
See OnlineUser Manual: Config Files: Editing Config Files for general hints about editing Config Files, but for you, the following should work:
Close Notepad++ Open %AppData%\Notepad++\stylers.xml E:\Notepad++\stylers.xml [note1] [note2] in either Notepad++ or in another editor Change the line <WidgetStyle name="Default Style"... to set fontSize="64" or whatever huge font you want Save stylers.xml and exit the editor Launch Notepad++; the new, bigger font size should be in effect. Please note that Style Configurator > Default Style > Font Size will show up as blank now, because it’s not in the list of available dropdown sizes.----
notes note 1: for a normal installation, it would be in %AppData%\Notepad++\stylers.xml, but I saw your Debug Info (thanks!) showed you were using local config mode, so I adapted my answer; this note is primarily for future users who don’t have NPP on the E: drive. note 2: if you have a theme selected, it will be E:\Notepad++\themes\<themename>.xml or %AppData%\Notepad++\themes\<themename>.xml instead