kl709 / gdipp

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

gdipp not affecting Windows Explorer #135

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which program triggers the problem? Specify the filename if possible.
-

What steps will reproduce the problem?
1. Launch My Computer or Control Panel or anything that's built into windows.
2. Observe the difference in font rendering between the text in the window and 
the text in the right-click context menu

What is the expected output? What do you see instead?
Different font rendering

What version of gdipp (including renderer)? On which operating system?
0.9.1, Windows 7, 64 bit

Please provide any additional information below. Screenshots always help.

Here's my current settings in the gdipp_setting.xml file:

<?xml version="1.0" encoding="UTF-8" ?>
<gdipp>
    <version>0.8.1</version>

    <gdimm>
        <process name="chrome\.exe">
            <renderer>10</renderer>
        </process>

        <process name=".+\.exe">
            <freetype>
                <cache_max_faces>8</cache_max_faces>
                <cache_max_sizes>16</cache_max_sizes>
                <cache_max_bytes>8388608</cache_max_bytes>
                <lcd_filter>1</lcd_filter>
            </freetype>
        </process>

        <font name=".+">
            <auto_hinting>1</auto_hinting>
            <embedded_bitmap>0</embedded_bitmap>
            <embolden>0</embolden>
            <gamma>
                <red>1.0</red>
                <green>1.0</green>
                <blue>1.0</blue>
            </gamma>
            <hinting>1</hinting>
            <kerning>0</kerning>
            <max_height>72</max_height>
            <render_mode>
                <mono>0</mono>
                <gray>1</gray>
                <subpixel>1</subpixel>
                <pixel_geometry>0</pixel_geometry>
                <aliased_text>0</aliased_text>
            </render_mode>
            <renderer>10</renderer>
            <shadow>
                <offset_x>1</offset_x>
                <offset_y>1</offset_y>
                <alpha>0</alpha>
            </shadow>
        </font>
    </gdimm>

    <demo>
        <count>5000</count>
        <font>Arial</font>
        <font>Consolas</font>
        <font>Segoe UI</font>
        <font>Tahoma</font>
        <font>Verdana</font>
        <random_text>0</random_text>
    </demo>

    <exclude>
        <process>dwm\.exe</process>
        <process>logonui\.exe</process>
        <process>rundll32\.exe</process>
        <process>service\.exe</process>
        <process>spoolsv\.exe</process>
        <process>svchost\.exe</process>
        <process>taskhost\.exe</process>
        <process>userinit\.exe</process>
        <process>werfault\.exe</process>
        <process>wininit\.exe</process>
        <process>winlogon\.exe</process>

        <process>photoshop\.exe</process>
    </exclude>
</gdipp>

Original issue reported on code.google.com by samcheng...@gmail.com on 18 Oct 2010 at 6:48

Attachments:

GoogleCodeExporter commented 8 years ago
What I see is, the font in "Computer" is Segoe UI, while the font in the 
context menu is Arial. Everything seems is rendered correctly. Do you mean the 
font in the context menu should be Segoe UI also? Do you have the same 
screenshot without gdipp?

Original comment by crendk...@gmail.com on 19 Oct 2010 at 2:31

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks, I think it wasn't an issue at all. I changed the fonts in the 
Personalization option and now they look the same.

Thanks!

Original comment by samcheng...@gmail.com on 19 Oct 2010 at 2:51

GoogleCodeExporter commented 8 years ago

Original comment by crendk...@gmail.com on 19 Oct 2010 at 4:52