개정판 24c5e56c
- 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