In lime, how would I specify the base path to load font from?
as at https://github.com/openfl/lime/blob/develop/lime/text/Font.hx#L467
??
In lime, how would I specify the base path to load font from?
as at https://github.com/openfl/lime/blob/develop/lime/text/Font.hx#L467
??
Are you looking for Font.loadFromName
or Font.loadFromFile
on openfl.text.Font
, is that what you are asking for?
yes, but I just found how to do it, using @font-face
at the html page it self, within the generated html page, thanks