개정판 3593d746
issue #923 폰트 목록을 system font로 변경
Change-Id: I135c837f9af50d72b22ddd6fc378e2263e91fb6a
KCOM/Views/TopMenu.xaml | ||
---|---|---|
492 | 492 |
<telerik:RadOrderedWrapPanel> |
493 | 493 |
<StackPanel Orientation="Horizontal"> |
494 | 494 |
<!--강인구 추가--> |
495 |
<telerik:RadRibbonComboBox Width="60" Name="comboFontFamily" SelectedIndex="0" telerik:ScreenTip.Title="Font" telerik:ScreenTip.Description="Change the font face." SelectionChanged="RadRibbonComboBox_SelectionChanged"> |
|
496 |
<telerik:RadRibbonComboBoxItem Content="Arial"/> |
|
495 |
<telerik:RadRibbonComboBox Width="60" Name="comboFontFamily" SelectedIndex="0" telerik:ScreenTip.Title="Font" telerik:ScreenTip.Description="Change the font face." |
|
496 |
SelectionChanged="RadRibbonComboBox_SelectionChanged" ItemsSource="{Binding Source={x:Static Fonts.SystemFontFamilies}}"/> |
|
497 |
<!-- <telerik:RadRibbonComboBoxItem Content="Arial"/> |
|
497 | 498 |
<telerik:RadRibbonComboBoxItem Content="Calibri (Body)" /> |
498 | 499 |
<telerik:RadRibbonComboBoxItem Content="Tahoma" /> |
499 | 500 |
<telerik:RadRibbonComboBoxItem Content="Verdana" /> |
500 | 501 |
<telerik:RadRibbonComboBoxItem Content="Times New Roman" /> |
501 | 502 |
<telerik:RadRibbonComboBoxItem Content="Cambria" /> |
502 |
</telerik:RadRibbonComboBox> |
|
503 |
</telerik:RadRibbonComboBox>-->
|
|
503 | 504 |
<!--강인구 추가(이벤트)--> |
504 | 505 |
<!--<telerik:RadRibbonComboBox Name="comboFontSize" Width="45" SelectedIndex="0" telerik:ScreenTip.Title="Font Size" telerik:ScreenTip.Description="Change the font size." SelectionChanged="comboFontSize_SelectionChanged"> |
505 | 506 |
<telerik:RadRibbonComboBoxItem Content="8" /> |
내보내기 Unified diff