Skip to content

Text drawn blurry #92

@Mizutama

Description

@Mizutama

I found text was not drawn as same as on browsers.
Some fonts cause drawing blurry.

Attatched PNG is taken from screen-shot of my test WPF app.
ws000000

`XAML

    <StackPanel DockPanel.Dock="Top" Margin="8">
        <TextBlock FontFamily="Meiryo" FontSize="12pt">あいうえお</TextBlock>
        <TextBlock FontFamily="Meiryo UI" FontSize="12pt">あいうえお</TextBlock>
    </StackPanel>
    
    <app:HtmlPanel x:Name="WebPage" Text="{Binding Text}"
                   UseLayoutRounding="True"
                   SnapsToDevicePixels="True"
                   />

`

Test HTML

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions