0ad/binaries/data/mods/public/gui/loading/styles.xml
sanderd17 cde72788a2 * Add support for fallback fonts in the font builder.
* Replace DejaVu with Biolinium for the existign sans-styles.
* Add additional sans-styles using Biolinum.
* Update the GUI style definitions to use the sans-styles instead of
serif styles.
(Wait with updating custom defined fonts in strings, as it will cause a
mess with the internationalisation that's about to be included)
* Add fonts from the quite complete FreeFont family as fallback fonts.
* Render all glyphs supported by the different fonts to support as many
scripts as possible.
* Fixes #2457.
(Now hope I included all needed files)

This was SVN commit r14853.
2014-03-17 10:13:49 +00:00

55 lines
990 B
XML

<?xml version="1.0" encoding="utf-8"?>
<styles>
<style name="LoadingPageTitleText"
font="sans-bold-18"
textcolor="white"
text_align="center"
text_valign="center"
/>
<style name="LoadingBarText"
font="sans-bold-stroke-14"
textcolor="white"
text_align="center"
text_valign="center"
/>
<style name="LoadingTitleText"
font="sans-bold-18"
textcolor="white"
text_align="left"
text_valign="top"
/>
<style name="LoadingText"
font="sans-bold-stroke-14"
textcolor="white"
text_align="left"
text_valign="top"
/>
<style name="LoadingTipTitleText"
font="sans-bold-16"
textcolor="black"
text_align="left"
text_valign="top"
/>
<style name="LoadingTipText"
font="sans-bold-14"
textcolor="black"
text_align="left"
text_valign="top"
/>
<style name="LoadingProgressbar"
sprite_bar="LoadingProgressBarMiddle"
ghost="true"
tooltip_style="snToolTip"
tooltip="(TBA)"
/>
</styles>