Thread Tools Display Modes
03/01/14, 05:02 PM   #1
Krik
Join Date: Feb 2014
Posts: 8
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

Last edited by Krik : 03/01/14 at 05:25 PM. Reason: To add full list of fonts
  Reply With Quote
03/01/14, 05:06 PM   #2
Errc
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 30
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" />
Attached Thumbnails
Click image for larger version

Name:	ss (2014-03-01 at 06.03.40).jpg
Views:	1483
Size:	248.5 KB
ID:	21  

Last edited by Errc : 03/01/14 at 05:09 PM.
  Reply With Quote
03/01/14, 05:09 PM   #3
Krik
Join Date: Feb 2014
Posts: 8
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.
  Reply With Quote
03/01/14, 05:13 PM   #4
Errc
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 30
Originally Posted by Krik View Post
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.
  Reply With Quote
03/01/14, 05:28 PM   #5
Krik
Join Date: Feb 2014
Posts: 8
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.
  Reply With Quote
03/23/14, 09:08 PM   #6
skyraker
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 154
Originally Posted by Errc View Post

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?
  Reply With Quote
03/26/14, 01:27 PM   #7
skyraker
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 154
Originally Posted by skyraker View Post
Would I do something like this in my addon's xml file?
Never mind, I figured it out
  Reply With Quote
04/09/14, 03:57 PM   #8
Iyanga
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 183
Originally Posted by Errc View Post
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.
  Reply With Quote

ESOUI » Developer Discussions » Tutorials & Other Helpful Info » Fonts


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off