ChineseChess/ChineseChess.GUI/Styles/_FontSizes.xaml
2021-05-30 22:57:53 +08:00

15 lines
459 B
XML

<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=System.Runtime">
<sys:Double x:Key="SmallFontSize">12</sys:Double>
<sys:Double x:Key="MediumFontSize">14</sys:Double>
<sys:Double x:Key="LargeFontSize">18</sys:Double>
<sys:Double x:Key="XLargeFontSize">22</sys:Double>
</ResourceDictionary>