[DiscordArchive] Increasing font size in LUA -- Title: "Mythic+ ...
[DiscordArchive] Increasing font size in LUA -- Title: "Mythic+ ...
Archived author: Needle • Posted: 2025-08-20T16:54:45.204000+00:00
Original source
Archived author: Needle • Posted: 2025-08-20T16:54:45.779000+00:00
Original source
Thread automatically created by Shako in <#415944535718494208>
Archived author: Furioz • Posted: 2025-08-20T17:22:43.061000+00:00
Original source
frames.Main.LevelBox.XPBar.Text = frames.Main.LevelBox.XPBar:CreateFontString(nil, "OVERLAY", "GameFontHighlight")
frames.Main.LevelBox.XPBar.Text:SetFont("Fonts\\FRIZQT__.TTF", 16, "OUTLINE")
frames.Main.LevelBox.XPBar.Text:SetPoint("TOP", frames.Main, 0, -127)
frames.Main.LevelBox.XPBar.Text:SetText("")
this is an example of my code that works.
Maybe one of the other functions you are using there is changing it?
Also try reverting to a normal font like GameFontHighlight or GameFontNormal
I believe GameFontNormalHuge has some additional stuff in there to change the font itself.
![[Image: image.png?ex=690c77b2&is=690b2632&hm=04b...a1119c682&]](https://cdn.discordapp.com/attachments/1407769839946301469/1408034372426268724/image.png?ex=690c77b2&is=690b2632&hm=04bb643c5aa86380bc67b3f8fe2d09179dc76a5183f7f40cac01f59a1119c682&)
Archived author: Shako • Posted: 2025-08-21T10:25:54.477000+00:00
Original source
hey, I dont think it works
-- Title: "Mythic+ Rating"
self.label = self.panel:CreateFontString(nil, "OVERLAY", "GameFontHighlight")
self.label:SetPoint("CENTER", 0, 20) -- move to center, 60px above score
self.label:SetText("Mythic+ Rating")
self.label:SetFont("Fonts\\Friends.TTF", 100, "OUTLINE")
I have this and
this is max size it can reach, but I need even bigger, like 3x bigger or 5x
![[Image: image.png?ex=690c77b2&is=690b2632&hm=04b...a1119c682&]](https://cdn.discordapp.com/attachments/1407769839946301469/1408034372426268724/image.png?ex=690c77b2&is=690b2632&hm=04bb643c5aa86380bc67b3f8fe2d09179dc76a5183f7f40cac01f59a1119c682&)
Archived author: Furioz • Posted: 2025-08-21T10:26:40.927000+00:00
Original source
i'm at my pc now, give me a second xd
Archived author: Shako • Posted: 2025-08-21T10:27:44.645000+00:00
Original source
I have found solution by adding images for digits. but its hard work to create images for each digits :d
Archived author: Shako • Posted: 2025-08-21T10:28:00.482000+00:00
Original source
I just need to increase font size that all :d
Archived author: Furioz • Posted: 2025-08-21T10:34:32.156000+00:00
Original source
> -- Title: "Mythic+ Rating"
> self.panel.label = self.panel:CreateFontString(nil, "OVERLAY")
> self.panel.label:SetPoint("CENTER", 0, -50) -- move to center, 60px above score
> self.panel.label:SetText("Mythic+ Rating")
> self.panel.label:SetFont("Fonts\\FRIZQT__.TTF", 100, "OUTLINE")
should do the trick, but there is a max I think for SetFont when it comes to the size