HyperHCl / gdipp

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

Rendering destroys the font in Last.FM app #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Install registry setting
2.Restart computer with last.fm already installed
3.

What is the expected output? What do you see instead?
Fonts render ok, but the font has completely dissapeared

What version of gdipp are you using? On what operating system (with
bitness)?
0.7.2 Windows 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by jwhite1...@gmail.com on 5 Apr 2010 at 11:31

Attachments:

GoogleCodeExporter commented 8 years ago
Can you try to set "zero_alpha" to 1 for the program exe? I think it is under 
the Qt
framework from its ClearBook theme. See 
http://code.google.com/p/gdipp/wiki/KnownIssues

Original comment by crendk...@gmail.com on 5 Apr 2010 at 12:41

GoogleCodeExporter commented 8 years ago
I have no idea how to do that

Original comment by jwhite1...@gmail.com on 5 Apr 2010 at 12:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Change the existing

<process name="sample\.exe">
  <gamma>
    <gray>1.2</gray>
    <red>1.2</red>
    <green>1.1</green>
  </gamma>
</process>

to

<process name="LastFM\.exe">
  <zero_alpha>1</zero_alpha>
</process>

Original comment by crendk...@gmail.com on 5 Apr 2010 at 4:10

GoogleCodeExporter commented 8 years ago
Ok but how do i get in the lastfm exe?

Original comment by jwhite1...@gmail.com on 5 Apr 2010 at 4:36

GoogleCodeExporter commented 8 years ago
Go to the gdipp directory (by default it is C:\Program Files\gdipp), open and 
edit
the setting.xml file.

Original comment by crendk...@gmail.com on 5 Apr 2010 at 5:02

GoogleCodeExporter commented 8 years ago
Thanks that worked, everytime you release a new version will i have to do this 
everytime? .. also your new updates do i have to uninstall a previous version 
firsT?

Original comment by jwhite1...@gmail.com on 5 Apr 2010 at 5:23

GoogleCodeExporter commented 8 years ago
Necessary only if I change the setting.xml in the new versions. I will indicate 
such
versions in the ChangeLog. In that case, I highly recommend you uninstall the
previous version and install the new one. The old setting.xml will not be 
removed.
You can transfer your custom settings to the new setting.xml.

If the new version uses the same setting.xml, you can just extract the new 
files and
overwrite the old ones.

Original comment by crendk...@gmail.com on 6 Apr 2010 at 7:44