Klaudit / gdipp

Automatically exported from code.google.com/p/gdipp
0 stars 2 forks source link

Netbeans 6.9.1 on Windows 7 equals sign issue #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Netbeans 6.9.1 on Windows 7 with gdipp 0.9.1 beta x86

What steps will reproduce the problem?
1. Open netbeans 6.9.1
2. Open any file (.php in screenshot)
3. Use font sizes below 18pt, 14pt used in screenshot

What is the expected output? What do you see instead?
  I expected it to render the equals sign as '=' and not the '-' sign

What version of gdipp (including renderer)? On which operating system?
  0.9.1 beta on windows 7 x86

Please provide any additional information below. Screenshots always help.

Original issue reported on code.google.com by i.design...@gmail.com on 20 Oct 2010 at 4:48

Attachments:

GoogleCodeExporter commented 9 years ago
Same problem occurs in Matlab.

Original comment by eharmon on 22 Oct 2010 at 5:16

GoogleCodeExporter commented 9 years ago
Although gdipp has been greatly improved on supporting the Java font painting 
engine, it seems not enough yet. I'll look into this.

For more information, review issue 69.

Original comment by crendk...@gmail.com on 23 Oct 2010 at 12:27

GoogleCodeExporter commented 9 years ago
Same problem in JetBrains - PhpStorm (ver. 2.1.3).

Original comment by michal...@gmail.com on 2 Sep 2011 at 6:49

GoogleCodeExporter commented 9 years ago
Same problem here in JetBrains - IntelliJ IDEA. It's a Java application.
IntelliJ IDEA has a community edition which is open source. You can go into 
it's source code to analyse the bug.

GDIPP version: gdipp 0.9.1 Beta for 32-bit Windows

Thank you for doing this great job! :D

Original comment by adma...@gmail.com on 19 Jan 2012 at 4:07

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
<font name=".*">
   <embolden>7</embolden>
</font>

OR

<font name="Consolas*"">
   <embolden>7</embolden>
</font>

OR

<process name="PhpStorm.*">
   <embolden>7</embolden>
</process>

embolden value = 7 or more..

gdipp_settings.xml ->  <gdimm> *** </gdimm>

Original comment by onurguv...@nitrofis.com on 27 May 2012 at 6:06

GoogleCodeExporter commented 9 years ago
Same issue in Netbeans 8.0. It's a C++ application.

Original comment by kunlei1...@gmail.com on 23 May 2014 at 2:40

GoogleCodeExporter commented 9 years ago
...except it's written in Java.

Original comment by anton.ve...@gmail.com on 9 Mar 2015 at 4:59