프로젝트

일반

사용자정보

개정판 24c5e56c

ID24c5e56cba9a265a53397a5ffe348514c5f100b8
상위 c206d293
하위 ef22793a

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

- final pdf Font 추가
- Markus navi 속도 최적화 Key input 최적화

Change-Id: I7f2cf1933e86017d7b1df9ef4bd3048a8e80a653

차이점 보기:

KCOM/Views/TopMenu.xaml
3 3
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:common="clr-namespace:KCOM.Common"
4 4
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
5 5
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
6
             xmlns:fonts="clr-namespace:Markus.Fonts;assembly=Markus.Fonts"
6 7
             xmlns:local="clr-namespace:KCOM.Views"
7 8
             mc:Ignorable="d" 
8 9
             d:DesignHeight="250" d:DesignWidth="1600">
......
494 495
                        <StackPanel Orientation="Horizontal">
495 496
                            <telerik:RadRibbonComboBox Width="60" Name="comboFontFamily" SelectedIndex="0" telerik:ScreenTip.Title="Font" 
496 497
                                                       telerik:ScreenTip.Description="Change the font face."
497
                                                       IsEditable="False"/>
498
                                                       IsEditable="False">
499
                                <telerik:RadRibbonComboBox.ItemTemplate>
500
                                    <DataTemplate>
501
                                        <Grid>
502
                                            <TextBlock Text="{Binding FamilyNames[0]}" FontSize="14" FontFamily="{Binding FontFamily}"/>
503
                                        </Grid>
504
                                    </DataTemplate>
505
                                </telerik:RadRibbonComboBox.ItemTemplate>
506
                            </telerik:RadRibbonComboBox>
498 507
                            <telerik:RadNumericUpDown x:Name="comboFontSize"
499
                                                      Width="35"
508
                                                      MinWidth="35" MaxWidth="35"
500 509
                                                      HorizontalContentAlignment="Center"
501 510
                                                      Maximum="999"
502 511
                                                      Minimum="1"

내보내기 Unified diff