Skip to content

Makes Windows PowerShell ISE editor fonts smooth and glossy. Works best with Consolas, Lucida Console and IBM Plex Mono fonts.

License

Notifications You must be signed in to change notification settings

0xfeeddeadbeef/ISEFontSmoothing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell ISE Font Smoothing Addon

PowerShell Gallery Version

For all the perfectionists out there:

Before After
before after

If you noticed the difference, — this addon is for you.

Installation

  1. Install the module from PowerShell Gallery:
Install-Module ISEFontSmoothing
  1. Add module import to your ISE profile:
'Import-Module ISEFontSmoothing' |
    Add-Content -Path "$env:UserProfile\Documents\WindowsPowerShell\Microsoft.PowerShellISE_profile.ps1"
  1. Relaunch the ISE.

Known Issues

Because profiles get loaded after entire Host UI has already been initialized, font smoothing machinery provided by this addon does not come into effect until you open new editor tab (Ctrl+N) or new PowerShell tab (Ctrl+T). This behavior is by design (of ISE, not this addon).

About

Makes Windows PowerShell ISE editor fonts smooth and glossy. Works best with Consolas, Lucida Console and IBM Plex Mono fonts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published