Fuzziness in lower resolutions when using absolute metrics
Posted: Thu Aug 12, 2004 23:10
I'm using absolute metrics in a window of mine, but the controls (especially fonts) are noticeably 'fuzzier' at lower resolutions, even though the controls are supposedly the exact same pixel size.
Simple example:
If you run that layout at 1152x864, it looks nice and crisp, but at 1024x768 and 800x600 it gets noticeably fuzzier. Any idea why?
Simple example:
Code: Select all
<Window Type="DefaultGUISheet" Name="root">
<Window Type="DefaultGUISheet" Name="Terrain">
<Property Name="RelativeMaxSize" Value="w:1 h:1" />
<Property Name="Size" Value="w:1 h:1" />
<Window Type="Taharez Frame Window" Name="Terrain/Window">
<Property Name="MetricsMode" Value="Absolute"/>
<Property Name="SizingEnabled" Value="False"/>
<Property Name="Position" Value="x:0 y:0" />
<Property Name="Size" Value="w:250 h:550" />
<Property Name="Text" Value="Settings" />
</Window>
</Window>
</Window>
</GUILayout>
If you run that layout at 1152x864, it looks nice and crisp, but at 1024x768 and 800x600 it gets noticeably fuzzier. Any idea why?