ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Tutorials & Other Helpful Info (https://www.esoui.com/forums/forumdisplay.php?f=172)
-   -   Fonts (https://www.esoui.com/forums/showthread.php?t=142)

Krik 03/01/14 05:02 PM

Fonts
 
List of fonts. Thanks to Errc for pointing out where to get a full list.

ZoFontAlert
ZoFontAnnounce
ZoFontAnnounceLarge
ZoFontAnnounceMedium
ZoFontAnnounceMessage
ZoFontAnnounceSmall
ZoFontBookLetter
ZoFontBookLetterTitle
ZoFontBookNote
ZoFontBookNoteTitle
ZoFontBookPaper
ZoFontBookPaperTitle
ZoFontBookRubbing
ZoFontBookRubbingTitle
ZoFontBookScroll
ZoFontBookScrollTitle
ZoFontBookSkin
ZoFontBookSkinTitle
ZoFontBookTablet
ZoFontBookTabletTitle
ZoFontBoss
ZoFontBossName
ZoFontCallout
ZoFontCallout2
ZoFontCallout3
ZoFontCenterScreenAnnounceLarge
ZoFontCenterScreenAnnounceSmall
ZoFontChat
ZoFontConversationName
ZoFontConversationOption
ZoFontConversationText
ZoFontCreditsHeader
ZoFontCreditsText
ZoFontDialogKeybindDescription
ZoFontEdit
ZoFontEditChat
ZoFontGame
ZoFontGameBold
ZoFontGameLarge
ZoFontGameLargeBold
ZoFontGameLargeBoldShadow
ZoFontGameMedium
ZoFontGameOutline
ZoFontGameShadow
ZoFontGameSmall
ZoFontHeader
ZoFontHeader2
ZoFontHeader3
ZoFontHeader4
ZoFontKeybindStripDescription
ZoFontKeybindStripKey
ZoFontTooltipSubtitle
ZoFontTooltipTitle
ZoFontWindowSubtitle
ZoFontWindowTitle
ZoFontWinH1
ZoFontWinH2
ZoFontWinH1
ZoFontWinH2
ZoFontWinH3
ZoFontWinH4
ZoFontWinH5
ZoFontWinT1
ZoFontWinT2

Once I have time may add screenshots for each for reference

Errc 03/01/14 05:06 PM

1 Attachment(s)
I would suggest checking out Zgoo. There is a bucket of all possible fonts when you examine the global table.

You can also make your own fonts using XML. Here are just some examples of ZOS's fonts.

Code:

<String name="MEDIUM_FONT" value="EsoUi/Common/Fonts/Univers57.otf" />
<String name="BOLD_FONT" value="EsoUi/Common/Fonts/Univers67.otf" />
<String name="CHAT_FONT" value="EsoUi/Common/Fonts/Univers57.otf" />
<String name="ANTIQUE_FONT" value="EsoUI/Common/Fonts/ANTIQUE0.ttf" />
<String name="HANDWRITTEN_FONT" value="EsoUI/Common/Fonts/Handwritten_Bold.ttf" />
<String name="STONE_TABLET_FONT" value="EsoUI/Common/Fonts/TrajanPro-Regular.otf" />

<Font name="ZoFontWinH1" font="$(BOLD_FONT)|30|soft-shadow-thick" />
<Font name="ZoFontWinH2" font="$(BOLD_FONT)|24|soft-shadow-thick" />
<Font name="ZoFontWinH3" font="$(BOLD_FONT)|20|soft-shadow-thick" />
<Font name="ZoFontWinH4" font="$(BOLD_FONT)|18|soft-shadow-thick" />
<Font name="ZoFontWinH5" font="$(BOLD_FONT)|16|soft-shadow-thick" />

<Font name="ZoFontBookPaper" font="$(ANTIQUE_FONT)|20" />
<Font name="ZoFontBookSkin" font="$(ANTIQUE_FONT)|20" />
<Font name="ZoFontBookRubbing" font="$(ANTIQUE_FONT)|20" />


Krik 03/01/14 05:09 PM

Under which table? I searched as best I could but didn't see them. There so much there that its almost impossible to find anything.

Errc 03/01/14 05:13 PM

Quote:

Originally Posted by Krik (Post 710)
Under which table? I searched as best I could but didn't see them. There so much there that its almost impossible to find anything.

/zgoo global

Then under the Fonts table.

Krik 03/01/14 05:28 PM

I am not so sure the Zgoo is working quite right. Its funny there is a "Fonts" table. I know I am not blind but how I missed that earlier when I searched is beyond me. Anyway thanks for the tip and I did up date the list. Hopefully people find it useful.

skyraker 03/23/14 09:08 PM

Quote:

Originally Posted by Errc (Post 708)

You can also make your own fonts using XML. Here are just some examples of ZOS's fonts.

Would I do something like this in my addon's xml file?

skyraker 03/26/14 01:27 PM

Quote:

Originally Posted by skyraker (Post 1688)
Would I do something like this in my addon's xml file?

Never mind, I figured it out :)

Iyanga 04/09/14 03:57 PM

Quote:

Originally Posted by Errc (Post 708)
You can also make your own fonts using XML.

which often break with the UTF-8 characters of the French and German clients. So it's usually a bad idea to do this, unless you really know that your font file really contains all necessary characters.


All times are GMT -6. The time now is 11:36 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI