Language.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="us-ascii"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset">
  3. <Language id="EnglishLanguage">
  4. <Separators Thousand="," />
  5. <UnicodeFontName>Arial Unicode MS</UnicodeFontName>
  6. <FontInfo>
  7. <!-- Captions over objects like construction percent -->
  8. <FontTitle>DrawableCaptionFont</FontTitle>
  9. <Font Name="RussellSquare" Size="12" />
  10. </FontInfo>
  11. <FontInfo>
  12. <!-- Default font used by windows that don't specify font -->
  13. <FontTitle>DefaultWindowFont</FontTitle>
  14. <Font Name="RussellSquare" Size="14" />
  15. </FontInfo>
  16. <FontInfo>
  17. <!-- Default font used for strings that don't specify font -->
  18. <FontTitle>DefaultDisplayStringFont</FontTitle>
  19. <Font Name="RussellSquare" Size="12" />
  20. </FontInfo>
  21. <FontInfo>
  22. <!-- Mouse Tooltips -->
  23. <FontTitle>TooltipFontName</FontTitle>
  24. <Font Name="RussellSquare" Size="12" />
  25. </FontInfo>
  26. <FontInfo>
  27. <!-- Used to display frame rate and other debug stats -->
  28. <FontTitle>NativeDebugDisplay</FontTitle>
  29. <Font Name="Courier New" Size="14" Bold="true" />
  30. </FontInfo>
  31. </Language>
  32. </AssetDeclaration>