You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m guessing it’s accidental (probably caused by hitting the wrong hotkey combo at some point), but the other possibility is that it could be a brilliant weird hack that makes the code ligatures work in Netbeans, which I am currently having issues with in my own project.
If you have any insight into this, I would really appreciate it! Or, if it’s an accident, no worries.
The text was updated successfully, but these errors were encountered:
Hi @arrowtype . Sorry to disappoint, this is just a mistake. Thanks for pointing it out. Will correct it in next update.
Maybe that will help you. It seems like you exporting fonts from Robofont. Both JetBrains Mono & Fira Code mastered/exported from Glyphs app. So it may be a good idea to export Recursive from Glyphs too (free trial?) & compare the end results.
Sorry again & good luck with finding a solution.
Major changes
— Added Greek alphabet #58
— Reworked diacritics #228
— Removed x-height increasing from hinting. Affects non Retina screens. #286#265#272#262#275
— A lot of tiding up of contours to meet Google Fonts criteria
Other updated and fixes
— Ligature for 0x (hexadecimal) prefix #98
— Lowered horizontal bar in Florin to make it more distinguishable form italic f #129
— Changes the 8 construction to make it more distinguishable from B and 0 #188
— Added Changelog #263
— Variable font correctly grouped in one family with Italics #270
— Reverted to previous construction of f #273
— Corrected OneNote line height #278
— Removed kerning pair #297
— Add Overline #298
— Increased difference between hyphen, en-dash, and em-dash #318
— Removed the "tail" in the italic a
(Just posting for future reference in case someone else comes across this: the issue in Recursive was that these glyphs overflowed to the right, rather than the left. I had to basically move all points to the left in these glyphs, and shuffle around the placeholder in my OpenType feature. arrowtype/recursive#369 (comment))
I’ve noticed that the
hyphen_bar.liga
&less_asterisk.liga
have a kern of-1
in the Regular weight. Is this intentional or accidental?https://github.com/JetBrains/JetBrainsMono/blob/09d45c95de9a6cdd8949892129cb76161b958d3e/source/UFO/Normal/JetBrains%20Mono-Regular.ufo/kerning.plist
I’m guessing it’s accidental (probably caused by hitting the wrong hotkey combo at some point), but the other possibility is that it could be a brilliant weird hack that makes the code ligatures work in Netbeans, which I am currently having issues with in my own project.
If you have any insight into this, I would really appreciate it! Or, if it’s an accident, no worries.
The text was updated successfully, but these errors were encountered: