- fixed text display for non-dogtag strings

This commit is contained in:
Parnic
2008-06-19 02:38:29 +00:00
parent fd7162b4ef
commit 9b1db346ac
13 changed files with 16 additions and 5 deletions

View File

@ -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)