Skip to content

Commit 288ac11

Browse files
Ian TuomiIan Tuomi
authored andcommitted
Implement code ligatures :)
ligatures for: <-, ->, =>, >>, <<, >>=, =<<, .., …, ::, -<, >-, -<<, >>-, ++, /= and ==
1 parent 94e8f99 commit 288ac11

31 files changed

+31051
-29603
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ Roman/Regular/SourceCodePro-Regular.otf
1313
Roman/Regular/SourceCodePro-Regular.ttf
1414
Roman/Semibold/SourceCodePro-Semibold.otf
1515
Roman/Semibold/SourceCodePro-Semibold.ttf
16+
17+
*.vfbak
18+
19+
*.tmp

FontMenuNameDB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# [PostScriptName]# f=FamilyName# s=StyleName# l=Windows_Compatible_MenuName# m=1,Macintosh_Compatible_MenuName[SourceCodePro-ExtraLight] f=Source Code Pro s=ExtraLight l=Source Code Pro ExtraLight m=1,Source Code Pro ExtraLight[SourceCodePro-Light] f=Source Code Pro s=Light l=Source Code Pro Light m=1,Source Code Pro Light[SourceCodePro-Regular] f=Source Code Pro s=Regular l=Source Code Pro m=1,Source Code Pro[SourceCodePro-Medium] f=Source Code Pro s=Medium l=Source Code Pro Medium m=1,Source Code Pro Medium[SourceCodePro-Semibold] f=Source Code Pro s=Semibold l=Source Code Pro Semibold m=1,Source Code Pro Semibold[SourceCodePro-Bold] f=Source Code Pro s=Bold l=Source Code Pro m=1,Source Code Pro Bold [SourceCodePro-Black] f=Source Code Pro s=Black l=Source Code Pro Black m=1,Source Code Pro Black
1+
# [PostScriptName]# f=FamilyName# s=StyleName# l=Windows_Compatible_MenuName# m=1,Macintosh_Compatible_MenuName[SourceCodeProL-ExtraLight] f=Source Code Pro L s=ExtraLight l=Source Code Pro L ExtraLight m=1,Source Code Pro L ExtraLight[SourceCodeProL-Light] f=Source Code Pro L s=Light l=Source Code Pro L Light m=1,Source Code Pro L Light[SourceCodeProL-Regular] f=Source Code Pro L s=Regular l=Source Code Pro L m=1,Source Code Pro L[SourceCodeProL-Medium] f=Source Code Pro L s=Medium l=Source Code Pro L Medium m=1,Source Code Pro L Medium[SourceCodeProL-Semibold] f=Source Code Pro L s=Semibold l=Source Code Pro L Semibold m=1,Source Code Pro L Semibold[SourceCodeProL-Bold] f=Source Code Pro L s=Bold l=Source Code Pro L m=1,Source Code Pro L Bold [SourceCodeProL-Black] f=Source Code Pro L s=Black l=Source Code Pro L Black m=1,Source Code Pro L Black

GlyphOrderAndAliasDB

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,3 +961,20 @@ uni259C upleftuprightdnrightquadrant
961961
uni259D uprightquadrant
962962
uni259E uprightdnleftquadrant
963963
uni259F uprightdnleftdnrightquadrant
964+
hyphen_greater hyphen_greater
965+
less_hyphen less_hyphen
966+
equal_greater equal_greater
967+
hyphen_less hyphen_less
968+
hyphen_less_less hyphen_less_less
969+
less_less less_less
970+
greater_greater greater_greater
971+
greater_greater_equal greater_greater_equal
972+
period_period period_period
973+
equal_less_less equal_less_less
974+
plus_plus plus_plus
975+
slash_equal slash_equal
976+
greater_greater_hyphen greater_greater_hyphen
977+
greater_hyphen greater_hyphen
978+
equal_equal equal_equal
979+
colon_colon colon_colon
980+
period_period_period period_period_period

Roman/Black/font.pfa

Lines changed: 4504 additions & 4443 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Roman/Black/font.ttf

-90.5 KB
Binary file not shown.

Roman/Bold/font.pfa

Lines changed: 4546 additions & 4486 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Roman/Bold/font.ttf

-90.6 KB
Binary file not shown.

Roman/ExtraLight/font.pfa

Lines changed: 4089 additions & 4030 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Roman/ExtraLight/font.ttf

-91.6 KB
Binary file not shown.

Roman/Light/font.pfa

Lines changed: 4102 additions & 4045 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)