mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed text display for non-dogtag strings
This commit is contained in:
@ -254,7 +254,7 @@ function IceElement.prototype:FontFactory(size, frame, font, flags)
|
||||
fontString = font
|
||||
end
|
||||
|
||||
fontString:SetFont(SML:Fetch(SML.MediaType.FONT, self.settings.fontFamily), size, flags)
|
||||
fontString:SetFont(SML:Fetch('font', self.settings.fontFamily), size, flags)
|
||||
if not (flags) then
|
||||
fontString:SetShadowColor(0, 0, 0, 1)
|
||||
fontString:SetShadowOffset(1, -1)
|
||||
|
Reference in New Issue
Block a user