-
-
Notifications
You must be signed in to change notification settings - Fork 615
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
[JetBrains, IntelliJ] Bold and italic rendering bug #50
Comments
I ran into this issue as well on Windows 7 using TTF version with Java constant names (e.g. NEXT_STATE_KEY), which render in bold italic similar to the image shown above. |
What text editors are you using? |
IntelliJ On Mon, Aug 31, 2015, 12:23 PM Chris Simpkins notifications@github.com
Christopher J Stehno |
There seem to be a number of unusual rendering errors in IntelliJ (and other JetBrains editors). See issues #45 and #42. I will check their issue tracker today to see if any of these issues have previously been reported. If not, will add a new issue and see if we get any feedback. Sorry for the troubles. |
Note that the Idea products (intellij, rubymine etc) are all based on the same runtime so if you manage to find a solution for one it is likely that "it will work for the others as well (tm)" |
having said that, intellij 15 will have "True HiDPI Support for Windows and Linux" which likely impacts font rendering : http://blog.jetbrains.com/idea/2015/06/intellij-idea-15-eap-is-open/ ... so we would need to test it on that version as well. |
Bug #60 is also related to this. Thanks for investigating! |
I can confirm I see this bug in the latest Intellij 15 EAP |
Received report via Twitter that a (possible) workaround on the JetBrains editors is to turn off the bold highlighting. Clearly that may not be of interest to you if you like the bold highlighting, but I link it for any who wants to make this issue go away until it is resolved. Another message that there is a JetBrains bug report dealing with this: https://youtrack.jetbrains.com/issue/IDEA-138241 in which they point the finger at Java: https://bugs.openjdk.java.net/browse/JDK-8078382 More info when available. I will follow these issues. |
@chrissimpkins I am having this issue too, but I am actually wondering if this is a WINDOWS problem or a naming problem. I am only having issues with just Italics. I am on Windows 10 I installed all 4 fonts; however, the fonts at C:\Windows\Fonts\Hack only show 2 fonts for me. Regular and Bold. There are no Italics or Bold Italics that are displayed. First clue! So, I decided to delete the Hack fonts group. C:\Windows\Fonts and look for Hack. It shows its a group of fonts. Good. So I delete the group, and Windows tells me, "Are you sure you want to delete these 2 fonts permanently?" Only 2?? I know I installed all 4. In fact this is my 3rd time installing Hack just to make sure everything I did was right. Clue 2! Click "Yes", and the Hack group is gone. Good. However, suprisingly, "Hack RegularOblique Italic" is now showing! However, I don't see the Bold-Italics...all that is showing is Italics. Clue 3! Lets go check out my IDE, but first restart the IDE to clear any cache of the fonts...this is one of the fonts that was not working correctly. TADA! My italics now works correctly!! However, my regular font and bold font don't work. I did test Bold-Italics and that has issues, too. Clue 4! OK, so now lets delete the Italics at C:\Windows\Fonts. I find it and delete it. I get the message, "Are you sure you want to delete this font permanently?" and it displays the name "Hack-Oblique". Remember the name displayed at C:\Windows\Fonts\ is "Hack RegularOblique Italic". Maybe this is a hint at a naming issue???? Anyways, I click "Yes", and... (Clue 5) ...no surprise. "Hack BoldOblique Bold Italic" is now displayed. I could repeat everything; however, we know what will happen in my IDE. Everything won't work except for Bold-Italics. So, lets delete "Hack BoldOblique Bold Italic", which prompts me and says the name is "Hack-BoldOblique". Click "Yes", and Hack is no longer installed on my machine |
Summary of above:
|
@ciscorucinski incredibly helpful. Let me look at the name tables. |
Another issue report from @TrevorHayes re: the styles issues in Windows:
|
I'm confirming the issue in Windows 10 with NetBeans IDE. The behaviour is exactly as described by @ciscorucinski above. Installing the OTF fonts instead produces exactly the same problem. I'm joining the others: thanks for the font, it's simply great! |
@chrissimpkins OK. ...well we have identified and confirmed an issue here, but we don't know if everyone that is having similar issues is dealing with the issue we just found. Also, I assume this isn't a naming issue that you could identify, right? @coreequip @cjstehno @zlangbert @Estigy Can you all confirm that you have the same issue? @chrissimpkins with all of these issues, did you notice if all of these are only effecting Windows? On issue #60, this issue doesn't seem to be present on Linux. This would imply a possible Windows bug?? |
Will you please give these new builds a try (v2.012)? I've updated the name tables and adjusted the font names based upon what is currently recommended for cross-platform support. Let's see if this addresses this issue. Download Links |
This has fixed the issue for me - Windows recognizes all 4 fonts as belonging to the same family at once and the font now appears correctly in the IntelliJ IDE as well. Thanks! |
Yes, v2.012 does fix this issue. I have not done any extensive checking, but all 4 fonts appear as the same font-family (nothing hidden), and my Android Studio IDE font settings are working as I want them. |
The same here, Win10 recognizes all 4 fonts in the Hack family and NetBeans works with the bold italics font without the above issues. |
@Sustak excellent. Glad to hear that. Thanks for the report and the confirmations of the fix. Will merge to master and release this fix over the weekend |
Fix it.Good job. |
@angrilove Great, thank you! |
Thanks for this issue report and for all of the testing/feedback that all of you provided. This fix is now live in v2.013. @ciscorucinski your comments in this thread led to this fix and it addressed several other issues that were reported. I'd like to add you to the contributors list if you don't mind emailing me your name. Closing this issue as fixed. |
There is a bug under Windows 8.1 (TTFs) rendering the words MEDIA_TYPE in bold, italic. See:
Besides this: Thanks for the font!
The text was updated successfully, but these errors were encountered: