| 123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="us-ascii"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset">
- <!-- Default settings for fonts used in game
-
- The "FontDefaultSettings" tag is followed by the name of the font for
- which it specifies settings and an optional setting indicating a point size.
- If the point size is omitted, then the settings apply to all sizes of the
- specified font.
-
- The available settings are:
- "Antialiased": Indicates that the game should specifically antialias the
- specified font.
- -->
-
- <FontDefaultSetting Name="SachaWynter" id="SachaWynter">
- <Settings AntiAliased="true" />
- </FontDefaultSetting>
- <FontDefaultSetting Name="FixedSys" id="FixedSys">
- <Settings AntiAliased="false" />
- </FontDefaultSetting>
- <FontDefaultSetting Name="Courier New" id="CourierNew">
- <Settings AntiAliased="false" />
- </FontDefaultSetting>
-
- </AssetDeclaration>
|