Fonts.axaml 824 B

123456789101112131415161718192021222324
  1. <ResourceDictionary xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:system="clr-namespace:System;assembly=System.Runtime">
  4. <system:Double x:Key="PrsFontSizeExtraLarge">20</system:Double>
  5. <system:Double x:Key="PrsFontSizeLarge">16</system:Double>
  6. <system:Double x:Key="PrsFontSizeNormal">14</system:Double>
  7. <system:Double x:Key="PrsFontSizeSmall">12</system:Double>
  8. <system:Double x:Key="PrsFontSizeExtraSmall">10</system:Double>
  9. <FontWeight x:Key="PrsFontWeightBold">DemiBold</FontWeight>
  10. <FontWeight x:Key="PrsFontWeightNormal">Normal</FontWeight>
  11. <FontStyle x:Key="PrsFontStyleNormal">Normal</FontStyle>
  12. <FontStyle x:Key="PrsFontStylItalic">Italic</FontStyle>
  13. </ResourceDictionary>