| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="us-ascii"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset">
- <Language id="EnglishLanguage">
- <Separators Thousand="," />
- <UnicodeFontName>Arial Unicode MS</UnicodeFontName>
- <FontInfo>
- <!-- Captions over objects like construction percent -->
- <FontTitle>DrawableCaptionFont</FontTitle>
- <Font Name="RussellSquare" Size="12" />
- </FontInfo>
- <FontInfo>
- <!-- Default font used by windows that don't specify font -->
- <FontTitle>DefaultWindowFont</FontTitle>
- <Font Name="RussellSquare" Size="14" />
- </FontInfo>
- <FontInfo>
- <!-- Default font used for strings that don't specify font -->
- <FontTitle>DefaultDisplayStringFont</FontTitle>
- <Font Name="RussellSquare" Size="12" />
- </FontInfo>
- <FontInfo>
- <!-- Mouse Tooltips -->
- <FontTitle>TooltipFontName</FontTitle>
- <Font Name="RussellSquare" Size="12" />
- </FontInfo>
- <FontInfo>
- <!-- Used to display frame rate and other debug stats -->
- <FontTitle>NativeDebugDisplay</FontTitle>
- <Font Name="Courier New" Size="14" Bold="true" />
- </FontInfo>
- </Language>
- </AssetDeclaration>
|