1
0
forked from 0ad/0ad

* 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.
This commit is contained in:
sanderd17 2014-03-17 10:13:49 +00:00
parent c1b839c21b
commit cde72788a2
111 changed files with 208513 additions and 15127 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-12.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-13.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-14.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-16.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-9.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-bold-12.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-bold-13.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-bold-14.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-bold-16.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-bold-18.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-bold-20.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-bold-22.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-bold-24.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-bold-stroke-12.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-bold-stroke-13.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-bold-stroke-14.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-stroke-12.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-stroke-13.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-stroke-14.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
binaries/data/mods/public/fonts/sans-stroke-16.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -11,98 +11,98 @@
--> -->
<style name="CenteredButtonText" <style name="CenteredButtonText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="LeftButtonText" <style name="LeftButtonText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="top" text_valign="top"
/> />
<style name="RightButtonText" <style name="RightButtonText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="right" text_align="right"
text_valign="top" text_valign="top"
/> />
<style name="LeftLabelText" <style name="LeftLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="gold" textcolor="gold"
text_align="left" text_align="left"
text_valign="center" text_valign="center"
/> />
<style name="RightLabelText" <style name="RightLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="gold" textcolor="gold"
text_align="right" text_align="right"
text_valign="center" text_valign="center"
/> />
<style name="CenteredLabelText" <style name="CenteredLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="gold" textcolor="gold"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="LeftTabLabelText" <style name="LeftTabLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="gold" textcolor="gold"
text_align="left" text_align="left"
text_valign="top" text_valign="top"
/> />
<style name="RightTabLabelText" <style name="RightTabLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="gold" textcolor="gold"
text_align="right" text_align="right"
text_valign="top" text_valign="top"
/> />
<style name="CenteredTabLabelText" <style name="CenteredTabLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="gold" textcolor="gold"
text_align="center" text_align="center"
text_valign="top" text_valign="top"
/> />
<style name="SmallLeftLabelText" <style name="SmallLeftLabelText"
font="serif-12" font="sans-12"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="top" text_valign="top"
/> />
<style name="TitleText" <style name="TitleText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="LargeTitleText" <style name="LargeTitleText"
font="serif-bold-24" font="sans-bold-24"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="MediumTitleText" <style name="MediumTitleText"
font="serif-bold-12" font="sans-bold-12"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="ChatText" <style name="ChatText"
font="serif-9" font="sans-9"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="top" text_valign="top"
@ -127,7 +127,7 @@
<style name="TranslucentPanel" <style name="TranslucentPanel"
sprite="BackgroundTranslucent" sprite="BackgroundTranslucent"
buffer_zone="10" buffer_zone="10"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="top" text_valign="top"
@ -136,7 +136,7 @@
<style name="TranslucentPanelThinBorder" <style name="TranslucentPanelThinBorder"
sprite="TranslucentPanelThinBorder" sprite="TranslucentPanelThinBorder"
buffer_zone="10" buffer_zone="10"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="top" text_valign="top"
@ -208,7 +208,7 @@
sprite_disabled="StoneButtonDisabled" sprite_disabled="StoneButtonDisabled"
sprite_over="StoneButtonFancyOver" sprite_over="StoneButtonFancyOver"
sprite_pressed="StoneButtonFancyGlow" sprite_pressed="StoneButtonFancyGlow"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
@ -220,7 +220,7 @@
sprite_disabled="StoneButtonDisabled" sprite_disabled="StoneButtonDisabled"
sprite_over="StoneButtonOver" sprite_over="StoneButtonOver"
sprite_pressed="StoneButtonGlow" sprite_pressed="StoneButtonGlow"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
@ -228,7 +228,7 @@
/> />
<style name="StoneCrossBox" <style name="StoneCrossBox"
font="serif-14" font="sans-14"
sprite="StoneCheckBoxOpen" sprite="StoneCheckBoxOpen"
sprite2="StoneCheckBoxCross" sprite2="StoneCheckBoxCross"
square_side="16" square_side="16"
@ -254,7 +254,7 @@
<style name="StoneDropDown" <style name="StoneDropDown"
dropdown_buffer="1" dropdown_buffer="1"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="center" text_valign="center"
@ -283,7 +283,7 @@
<style name="StoneList" <style name="StoneList"
buffer_zone="5" buffer_zone="5"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
scrollbar="true" scrollbar="true"
scrollbar_style="wheatScrollBar" scrollbar_style="wheatScrollBar"
sprite="BackgroundIndentFillDark" sprite="BackgroundIndentFillDark"

View File

@ -21,7 +21,7 @@
/> />
<style name = "ModernList" <style name = "ModernList"
buffer_zone = "5" buffer_zone = "5"
font = "serif-bold-stroke-14" font = "sans-bold-stroke-14"
scrollbar = "true" scrollbar = "true"
scrollbar_style = "ModernScrollBar" scrollbar_style = "ModernScrollBar"
sprite = "ModernDarkBoxGoldNoTop" sprite = "ModernDarkBoxGoldNoTop"
@ -35,7 +35,7 @@
/> />
<style name="ModernDropDown" <style name="ModernDropDown"
dropdown_buffer="1" dropdown_buffer="1"
font="serif-bold-14" font="sans-bold-14"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="center" text_valign="center"
@ -59,43 +59,43 @@
sound_selected="audio/interface/ui/ui_button_click.ogg" sound_selected="audio/interface/ui/ui_button_click.ogg"
/> />
<style name="ModernLabelText" <style name="ModernLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="ModernRightLabelText" <style name="ModernRightLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="right" text_align="right"
text_valign="center" text_valign="center"
/> />
<style name="ModernLeftLabelText" <style name="ModernLeftLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="center" text_valign="center"
/> />
<style name="ModernTabLabelText" <style name="ModernTabLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="top" text_valign="top"
/> />
<style name="ModernRightTabLabelText" <style name="ModernRightTabLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="right" text_align="right"
text_valign="top" text_valign="top"
/> />
<style name="ModernLeftTabLabelText" <style name="ModernLeftTabLabelText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="top" text_valign="top"
/> />
<style name="ModernText" <style name="ModernText"
font="serif-14" font="sans-14"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="top" text_valign="top"

View File

@ -16,7 +16,7 @@
size="0 0 100% 100%" size="0 0 100% 100%"
z="0" z="0"
font="serif-14" font="sans-14"
buffer_zone="5" buffer_zone="5"
multiline="false" multiline="false"
/> />
@ -50,7 +50,7 @@
<style name="wheatWindowTitleBar" <style name="wheatWindowTitleBar"
size="50%-150 0%-35 50%+150 0%-3" size="50%-150 0%-35 50%+150 0%-3"
font="serif-bold-18" font="sans-bold-18"
sprite="wheatWindowTitle" sprite="wheatWindowTitle"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
@ -105,7 +105,7 @@
sprite_disabled="wheatButtonDisabled" sprite_disabled="wheatButtonDisabled"
sprite_over="wheatButtonOver" sprite_over="wheatButtonOver"
sprite_pressed="wheatButtonOver" sprite_pressed="wheatButtonOver"
font="serif-14" font="sans-14"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
@ -128,7 +128,7 @@
/> />
<style name="wheatCrossBox" <style name="wheatCrossBox"
font="serif-14" font="sans-14"
sprite="wheatCheckBoxOpen" sprite="wheatCheckBoxOpen"
sprite2="wheatCheckBoxCross" sprite2="wheatCheckBoxCross"
square_side="16" square_side="16"
@ -143,7 +143,7 @@
/> />
<style name="wheatArrowLeft" <style name="wheatArrowLeft"
font="serif-14" font="sans-14"
sprite="wheatArrowLeft" sprite="wheatArrowLeft"
sprite_over="wheatArrowLeftOver" sprite_over="wheatArrowLeftOver"
sprite_pressed="wheatArrowLeft" sprite_pressed="wheatArrowLeft"
@ -151,7 +151,7 @@
/> />
<style name="wheatArrowRight" <style name="wheatArrowRight"
font="serif-14" font="sans-14"
sprite="wheatArrowRight" sprite="wheatArrowRight"
sprite_over="wheatArrowRightOver" sprite_over="wheatArrowRightOver"
sprite_pressed="wheatArrowRight" sprite_pressed="wheatArrowRight"
@ -159,7 +159,7 @@
/> />
<style name="wheatArrowUp" <style name="wheatArrowUp"
font="serif-14" font="sans-14"
sprite="wheatArrowUp" sprite="wheatArrowUp"
sprite_over="wheatArrowUpOver" sprite_over="wheatArrowUpOver"
sprite_pressed="wheatArrowUp" sprite_pressed="wheatArrowUp"
@ -167,7 +167,7 @@
/> />
<style name="wheatArrowDn" <style name="wheatArrowDn"
font="serif-14" font="sans-14"
sprite="wheatArrowDn" sprite="wheatArrowDn"
sprite_over="wheatArrowDnOver" sprite_over="wheatArrowDnOver"
sprite_pressed="wheatArrowDn" sprite_pressed="wheatArrowDn"
@ -176,7 +176,7 @@
<style name="wheatList" <style name="wheatList"
buffer_zone="5" buffer_zone="5"
font="serif-14" font="sans-14"
scrollbar="true" scrollbar="true"
scrollbar_style="wheatScrollBar" scrollbar_style="wheatScrollBar"
sprite="wheatIndentFillLight" sprite="wheatIndentFillLight"
@ -209,7 +209,7 @@
<!-- <style name="wheatDropDown" <!-- <style name="wheatDropDown"
dropdown_buffer="1" dropdown_buffer="1"
font="serif-13" font="sans-13"
textcolor="black" textcolor="black"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
@ -245,7 +245,7 @@
<!-- <style name="wheatTextHeadMaxBlack" <!-- <style name="wheatTextHeadMaxBlack"
ghost="true" ghost="true"
font="serif-bold-18" font="sans-bold-18"
text_align="center" text_align="center"
textcolor="black" textcolor="black"
/>--> />-->
@ -259,7 +259,7 @@
<!-- <style name="wheatTextHeadBlack" <!-- <style name="wheatTextHeadBlack"
ghost="true" ghost="true"
font="serif-16" font="sans-16"
textcolor="black" textcolor="black"
/>--> />-->
@ -272,7 +272,7 @@
<!-- <style name="wheatTextLabelBlack" <!-- <style name="wheatTextLabelBlack"
ghost="true" ghost="true"
font="serif-14" font="sans-14"
textcolor="black" textcolor="black"
/>--> />-->
@ -285,13 +285,13 @@
<!-- <style name="fancyTextHeadGold" <!-- <style name="fancyTextHeadGold"
ghost="true" ghost="true"
font="serif-16" font="sans-16"
textcolor="gold" textcolor="gold"
/> />
<style name="fancyTextHeadWhite" <style name="fancyTextHeadWhite"
ghost="true" ghost="true"
font="serif-14" font="sans-14"
textcolor="white" textcolor="white"
/>--> />-->
@ -310,7 +310,7 @@
/> />
<style name="wheatBorderBlackNote" <style name="wheatBorderBlackNote"
font="serif-12" font="sans-12"
sprite="bkBorderBlack" sprite="bkBorderBlack"
sprite_selectarea="bkFillGray" sprite_selectarea="bkFillGray"
textcolor="black" textcolor="black"

View File

@ -4,7 +4,7 @@
<!-- <style name="indentedPanel" <!-- <style name="indentedPanel"
buffer_zone="5" buffer_zone="5"
font="serif-14" font="sans-14"
sprite="wheatIndentFillLight" sprite="wheatIndentFillLight"
textcolor="black" textcolor="black"
textcolor_selected="white" textcolor_selected="white"
@ -14,7 +14,7 @@
<style name="MapDescription" <style name="MapDescription"
buffer_zone="8" buffer_zone="8"
font="serif-12" font="sans-12"
scrollbar="true" scrollbar="true"
scrollbar_style="ModernScrollBar" scrollbar_style="ModernScrollBar"
scroll_bottom="true" scroll_bottom="true"
@ -26,7 +26,7 @@
<style name="ChatPanel" <style name="ChatPanel"
buffer_zone="5" buffer_zone="5"
font="serif-13" font="sans-13"
scrollbar="true" scrollbar="true"
scrollbar_style="ModernScrollBar" scrollbar_style="ModernScrollBar"
scroll_bottom="true" scroll_bottom="true"

View File

@ -3,42 +3,42 @@
<styles> <styles>
<style name="LoadingPageTitleText" <style name="LoadingPageTitleText"
font="serif-bold-18" font="sans-bold-18"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="LoadingBarText" <style name="LoadingBarText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="LoadingTitleText" <style name="LoadingTitleText"
font="serif-bold-18" font="sans-bold-18"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="top" text_valign="top"
/> />
<style name="LoadingText" <style name="LoadingText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="top" text_valign="top"
/> />
<style name="LoadingTipTitleText" <style name="LoadingTipTitleText"
font="serif-bold-16" font="sans-bold-16"
textcolor="black" textcolor="black"
text_align="left" text_align="left"
text_valign="top" text_valign="top"
/> />
<style name="LoadingTipText" <style name="LoadingTipText"
font="serif-bold-14" font="sans-bold-14"
textcolor="black" textcolor="black"
text_align="left" text_align="left"
text_valign="top" text_valign="top"

View File

@ -3,7 +3,7 @@
<styles> <styles>
<style name="ChatPanel" <style name="ChatPanel"
buffer_zone="5" buffer_zone="5"
font="serif-13" font="sans-13"
scrollbar="true" scrollbar="true"
scrollbar_style="ModernScrollBar" scrollbar_style="ModernScrollBar"
scroll_bottom="true" scroll_bottom="true"
@ -15,7 +15,7 @@
<style name="MapDescription" <style name="MapDescription"
buffer_zone="8" buffer_zone="8"
font="serif-12" font="sans-12"
scrollbar="true" scrollbar="true"
scrollbar_style="ModernScrollBar" scrollbar_style="ModernScrollBar"
scroll_bottom="true" scroll_bottom="true"
@ -26,7 +26,7 @@
<style name="MapPlayerList" <style name="MapPlayerList"
buffer_zone="8" buffer_zone="8"
font="serif-14" font="sans-14"
scrollbar="true" scrollbar="true"
scrollbar_style="ModernScrollBar" scrollbar_style="ModernScrollBar"
scroll_bottom="true" scroll_bottom="true"

View File

@ -4,7 +4,7 @@
<style name="textPanel" <style name="textPanel"
buffer_zone="8" buffer_zone="8"
font="serif-bold-16" font="sans-bold-16"
scrollbar="true" scrollbar="true"
scrollbar_style="ModernScrollBar" scrollbar_style="ModernScrollBar"
textcolor="white" textcolor="white"

View File

@ -13,7 +13,7 @@
<style name="userReportText" <style name="userReportText"
ghost="true" ghost="true"
font="serif-14" font="sans-14"
textcolor="white" textcolor="white"
/> />

View File

@ -6,21 +6,21 @@
<!-- Text Styles --> <!-- Text Styles -->
<!-- ================================ ================================ --> <!-- ================================ ================================ -->
<style name="PauseText" <style name="PauseText"
font="serif-bold-24" font="sans-bold-24"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="PauseMessageText" <style name="PauseMessageText"
font="serif-bold-12" font="sans-bold-12"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="BuildNameText" <style name="BuildNameText"
font="serif-stroke-12" font="sans-stroke-12"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="bottom" text_valign="bottom"
@ -46,21 +46,21 @@
/> />
<style name="largeBoldCenteredText" <style name="largeBoldCenteredText"
font="serif-bold-18" font="sans-bold-18"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="largeCenteredOutlinedText" <style name="largeCenteredOutlinedText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="largeLeftOutlinedText" <style name="largeLeftOutlinedText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="center" text_valign="center"
@ -68,7 +68,7 @@
<style name="iconButtonCount" <style name="iconButtonCount"
textcolor="255 255 255" textcolor="255 255 255"
font="serif-9" font="sans-9"
text_align="right" text_align="right"
text_valign="top" text_valign="top"
buffer_zone="4" buffer_zone="4"
@ -76,13 +76,13 @@
<style name="iconButtonProgress" <style name="iconButtonProgress"
textcolor="255 255 255" textcolor="255 255 255"
font="serif-stroke-14" font="sans-stroke-14"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="groupIconsText" <style name="groupIconsText"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
@ -103,14 +103,14 @@
<style name="resourceText" <style name="resourceText"
textcolor="white" textcolor="white"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
ghost="true" ghost="true"
text_align="left" text_align="left"
text_valign="center" text_valign="center"
/> />
<style name="StatsTextLeft" <style name="StatsTextLeft"
font="serif-stroke-12" font="sans-stroke-12"
textcolor="white" textcolor="white"
text_align="left" text_align="left"
text_valign="center" text_valign="center"
@ -118,7 +118,7 @@
/> />
<style name="StatsTextCentered" <style name="StatsTextCentered"
font="serif-stroke-12" font="sans-stroke-12"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
@ -126,7 +126,7 @@
/> />
<style name="StatsTextRight" <style name="StatsTextRight"
font="serif-stroke-12" font="sans-stroke-12"
textcolor="white" textcolor="white"
text_align="right" text_align="right"
text_valign="center" text_valign="center"
@ -134,7 +134,7 @@
/> />
<style name="CarryingTextRight" <style name="CarryingTextRight"
font="serif-bold-stroke-13" font="sans-bold-stroke-13"
textcolor="white" textcolor="white"
text_align="right" text_align="right"
text_valign="center" text_valign="center"
@ -142,7 +142,7 @@
/> />
<style name="SpecificNameCentered" <style name="SpecificNameCentered"
font="serif-bold-stroke-13" font="sans-bold-stroke-13"
textcolor="gold" textcolor="gold"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
@ -150,7 +150,7 @@
/> />
<style name="GenericNameCentered" <style name="GenericNameCentered"
font="serif-stroke-12" font="sans-stroke-12"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
@ -158,21 +158,21 @@
/> />
<style name="SettingsText" <style name="SettingsText"
font="serif-stroke-16" font="sans-stroke-16"
textcolor="white" textcolor="white"
text_align="right" text_align="right"
text_valign="center" text_valign="center"
/> />
<style name="dialogTitleText" <style name="dialogTitleText"
font="serif-bold-18" font="sans-bold-18"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
/> />
<style name="dialogText" <style name="dialogText"
font="serif-16" font="sans-16"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="center" text_valign="center"
@ -208,7 +208,7 @@
<style name="informationTooltip" <style name="informationTooltip"
anchor="top" anchor="top"
buffer_zone="6" buffer_zone="6"
font="serif-bold-14" font="sans-bold-14"
maxwidth="300" maxwidth="300"
offset="16 32" offset="16 32"
sprite="BackgroundInformationTooltip" sprite="BackgroundInformationTooltip"
@ -220,7 +220,7 @@
<!-- ================================ ================================ --> <!-- ================================ ================================ -->
<style name="chatPanel" <style name="chatPanel"
buffer_zone="5" buffer_zone="5"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
textcolor_selected="white" textcolor_selected="white"
text_align="left" text_align="left"
@ -236,14 +236,14 @@
<style name="notificationPanel" <style name="notificationPanel"
buffer_zone="5" buffer_zone="5"
font="serif-bold-stroke-14" font="sans-bold-stroke-14"
textcolor="white" textcolor="white"
text_align="center" text_align="center"
text_valign="bottom" text_valign="bottom"
/> />
<style name="netStatus" <style name="netStatus"
font="serif-bold-18" font="sans-bold-18"
textcolor="255 255 255" textcolor="255 255 255"
text_align="center" text_align="center"
text_valign="center" text_valign="center"

View File

@ -4,7 +4,7 @@
<style name="textPanel" <style name="textPanel"
buffer_zone="8" buffer_zone="8"
font="serif-bold-16" font="sans-bold-16"
textcolor="white" textcolor="white"
textcolor_selected="black" textcolor_selected="black"
text_align="left" text_align="left"

Binary file not shown.

View File

@ -0,0 +1,12 @@
GNU FreeFont
License
Free UCS scalable fonts is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
The fonts are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.

BIN
binaries/data/tools/fontbuilder/fonts/FreeMono.ttf (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/tools/fontbuilder/fonts/FreeSans.ttf (Stored with Git LFS) Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More