mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-23 16:16:56 +00:00
fonts: make default font larger
This commit is contained in:
Vendored
+4
-4
@@ -21,7 +21,7 @@ function pfUI.environment:UpdateFonts()
|
||||
SystemFont:SetFont(default, 15)
|
||||
GameFontNormal:SetFont(default, 12)
|
||||
GameFontBlack:SetFont(default, 12)
|
||||
GameFontNormalSmall:SetFont(default, 10)
|
||||
GameFontNormalSmall:SetFont(default, 12)
|
||||
GameFontNormalLarge:SetFont(default, 16)
|
||||
GameFontNormalHuge:SetFont(default, 20)
|
||||
NumberFontNormal:SetFont(default, 14, "OUTLINE")
|
||||
@@ -33,17 +33,17 @@ function pfUI.environment:UpdateFonts()
|
||||
QuestFontHighlight:SetFont(default, 14)
|
||||
ItemTextFontNormal:SetFont(default, 15)
|
||||
MailTextFontNormal:SetFont(default, 15)
|
||||
SubSpellFont:SetFont(default, 10)
|
||||
SubSpellFont:SetFont(default, 12)
|
||||
DialogButtonNormalText:SetFont(default, 16)
|
||||
ZoneTextFont:SetFont(default, 48, "OUTLINE")
|
||||
SubZoneTextFont:SetFont(default, 24, "OUTLINE")
|
||||
TextStatusBarTextSmall:SetFont(default, 12, "NORMAL")
|
||||
GameTooltipText:SetFont(default, 12)
|
||||
GameTooltipTextSmall:SetFont(default, 10)
|
||||
GameTooltipTextSmall:SetFont(default, 12)
|
||||
GameTooltipHeaderText:SetFont(default, 14)
|
||||
WorldMapTextFont:SetFont(default, 102, "THICK")
|
||||
InvoiceTextFontNormal:SetFont(default, 12)
|
||||
InvoiceTextFontSmall:SetFont(default, 10)
|
||||
InvoiceTextFontSmall:SetFont(default, 12)
|
||||
CombatTextFont:SetFont(default, 25)
|
||||
ChatFontNormal:SetFont(default, 12, "NORMAL")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user