Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support added in BBEdit 11 #3

Closed
153957 opened this issue Oct 23, 2014 · 1 comment
Closed

Support added in BBEdit 11 #3

153957 opened this issue Oct 23, 2014 · 1 comment
Assignees

Comments

@153957
Copy link

153957 commented Oct 23, 2014

According to the release notes of BBEdit 11 font ligatures are now supported:

You can now turn on font ligatures with an expert preference. This allows enhanced text rendering behavior in certain fonts, such as the work-in-progress Hasklig font which uses ligatures to enhance the display of compound-character Haskell operators.

Ligatures may be enabled or disabled per font based on the font's display name. So, if you wanted to enable ligatures only for the Hasklig font, you would do it thusly:

defaults write com.barebones.bbedit EnableFontLigatures -bool NO
defaults write com.barebones.bbedit EnableFontLigatures_Hasklig -bool YES

The font's display name is the name as it appears in the "Fonts" panel or in the Font Book application; not the name of the font file on disk.

@i-tu i-tu self-assigned this Oct 24, 2014
@i-tu
Copy link
Owner

i-tu commented Oct 24, 2014

Thanks, that's great news! I added BBEdit 11 to the supported editors in the readme: a571abc

@i-tu i-tu closed this as completed Oct 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants