Gargul | Master Loot Tool for GDKP, TMB, SoftRes and Auto Loot

Gargul | Master Loot Tool for GDKP, TMB, SoftRes and Auto Loot

9M Downloads

Font garbled issue in loot trade timer with korean client

coderhyme opened this issue ยท 3 comments

commented

Text of the loot trade timer bar is garbled with korean.

1

I figured out below line causes the issue.

TimerBar.candyBarLabel:SetFont("Fonts\\ARIALN.ttf", 13, "OUTLINE");

After removing this line, the issue has been resolved.

2

commented

Thanks, will fix in the next release!

commented

What does replacing that line with TimerBar.candyBarLabel:SetFont(TimerBar.candyBarLabel:GetFont(), 12, "OUTLINE"); look like? :)

commented

What does replacing that line with TimerBar.candyBarLabel:SetFont(TimerBar.candyBarLabel:GetFont(), 12, "OUTLINE"); look like? :)

It works!

3