forked from mirror/openmw-tes3mp
added daedric font for magic scrolls
This commit is contained in:
parent
f20d4eeb41
commit
9dd53b32b8
5 changed files with 25 additions and 0 deletions
10
Daedric Font License.txt
Normal file
10
Daedric Font License.txt
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Dongle's Oblivion Daedric font set
|
||||||
|
http://www.uesp.net/wiki/Lore:Daedric_Alphabet#Daedric_Font
|
||||||
|
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
|
This was done entirely as a personal project. Bethesda Softworks graciously granted me the permission for it. I am not connected with them in any way.
|
||||||
|
You may freely use these fonts to create anything you'd like. You may re-distribute the fonts freely, over the Internet, or by any other means. Always keep the .zip file intact, and this read me included.
|
||||||
|
Please do not modify and redistribute the fonts without my permission.
|
||||||
|
You may NOT sell any of these fonts under any circumstances. This includes putting them on compilation font CDs for sale, putting them in a "members only" pay-area of a website, or any other means of financial gain connected in ANY way with the redistribution of any of these fonts.
|
||||||
|
You have my permission to create and sell any artwork made with these fonts, however you may need to contact Bethesda Softworks before doing so.
|
|
@ -58,4 +58,6 @@ configure_file("${SDIR}/atlas1.cfg" "${DDIR}/atlas1.cfg" COPYONLY)
|
||||||
configure_file("${SDIR}/smallbars.png" "${DDIR}/smallbars.png" COPYONLY)
|
configure_file("${SDIR}/smallbars.png" "${DDIR}/smallbars.png" COPYONLY)
|
||||||
configure_file("${SDIR}/transparent.png" "${DDIR}/transparent.png" COPYONLY)
|
configure_file("${SDIR}/transparent.png" "${DDIR}/transparent.png" COPYONLY)
|
||||||
configure_file("${SDIR}/EBGaramond-Regular.ttf" "${DDIR}/EBGaramond-Regular.ttf" COPYONLY)
|
configure_file("${SDIR}/EBGaramond-Regular.ttf" "${DDIR}/EBGaramond-Regular.ttf" COPYONLY)
|
||||||
|
configure_file("${SDIR}/Oblivion Worn.ttf" "${DDIR}/Oblivion Worn.ttf" COPYONLY)
|
||||||
|
configure_file("${SDIR}/Oblivion.ttf" "${DDIR}/Oblivion.ttf" COPYONLY)
|
||||||
configure_file("${SDIR}/VeraMono.ttf" "${DDIR}/VeraMono.ttf" COPYONLY)
|
configure_file("${SDIR}/VeraMono.ttf" "${DDIR}/VeraMono.ttf" COPYONLY)
|
||||||
|
|
BIN
files/mygui/Oblivion Worn.ttf
Normal file
BIN
files/mygui/Oblivion Worn.ttf
Normal file
Binary file not shown.
BIN
files/mygui/Oblivion.ttf
Normal file
BIN
files/mygui/Oblivion.ttf
Normal file
Binary file not shown.
|
@ -19,6 +19,19 @@
|
||||||
</Codes>
|
</Codes>
|
||||||
</Resource>
|
</Resource>
|
||||||
|
|
||||||
|
<Resource type="ResourceTrueTypeFont" name="Daedric">
|
||||||
|
<!--<Property key="Source" value="Oblivion Worn.ttf"/>-->
|
||||||
|
<Property key="Source" value="Oblivion.ttf"/>
|
||||||
|
<Property key="Size" value="24"/>
|
||||||
|
<Property key="Resolution" value="72"/>
|
||||||
|
<Property key="Antialias" value="false"/>
|
||||||
|
<Property key="TabWidth" value="8"/>
|
||||||
|
<Property key="OffsetHeight" value="0"/>
|
||||||
|
<Codes>
|
||||||
|
<Code range="65 122"/>
|
||||||
|
</Codes>
|
||||||
|
</Resource>
|
||||||
|
|
||||||
<Resource type="ResourceTrueTypeFont" name="MonoFont">
|
<Resource type="ResourceTrueTypeFont" name="MonoFont">
|
||||||
<Property key="Source" value="VeraMono.ttf"/>
|
<Property key="Source" value="VeraMono.ttf"/>
|
||||||
<Property key="Size" value="18"/>
|
<Property key="Size" value="18"/>
|
||||||
|
|
Loading…
Reference in a new issue