프로젝트

일반

사용자정보

개정판 4fcb686a

ID4fcb686a2d4740f5eee8d44f69429ab17bd7489f
상위 a7bee7cf
하위 5ba8f2d5

김태성이(가) 2년 이상 전에 추가함

issue #000 font가 적용 되지 않아 box size가 작게 출력되는 문제

Change-Id: Ie07531db96d56e8d5c2bbdbf0786d053ad39747c

차이점 보기:

KCOM/Resources/DecodeImageTemplate.xaml
1
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3
                    xmlns:local="clr-namespace:KCOM.Controls">
4
    <Style  TargetType="local:ScaleDecodeImage">
1
<ResourceDictionary
2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
    xmlns:local="clr-namespace:KCOM.Controls">
5
    <Style TargetType="local:ScaleDecodeImage">
5 6
        <Setter Property="Template">
6 7
            <Setter.Value>
7 8
                <ControlTemplate TargetType="local:ScaleDecodeImage">
8
                    <Image x:Name="PART_IMAGE" Stretch="Fill" Source="{TemplateBinding ViewSource}" RenderOptions.BitmapScalingMode="HighQuality"  RenderOptions.EdgeMode="Unspecified" RenderOptions.ClearTypeHint="Enabled"/>
9
                    <Image
10
                        x:Name="PART_IMAGE"
11
                        RenderOptions.BitmapScalingMode="HighQuality"
12
                        RenderOptions.ClearTypeHint="Enabled"
13
                        RenderOptions.EdgeMode="Unspecified"
14
                        Source="{TemplateBinding ViewSource}"
15
                        Stretch="Fill" />
9 16
                </ControlTemplate>
10 17
            </Setter.Value>
11 18
        </Setter>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)