PDA

View Full Version : scaleform to udk font warning



tomneo2004
11-26-2010, 09:37 AM
I just finish the simple UI by scaleform it running well but i get warning like this
whats wrong how can i fix it, it just keep saying none calibri but i have calibri font in swf file.

http://img35.imageshack.us/img35/1517/54148637.jpg

tomneo2004
11-26-2010, 09:56 PM
Anyone how can i make warning disappear?

Desliner
02-08-2012, 09:19 AM
Bump, also got this at UDK Dec2011.
Fonts load and render fine but warning keeps appearing.

Matt Doyle
02-08-2012, 01:54 PM
I have just done a test of UDK December 2011 using the Calibri font in a textfield. I do not get this warning. If the font is not embedded in the textfield, I do get black boxes (as expected). If it is embedded everything works fine. Either way, I'm not getting any warnings.

We will need more info to be able to help you.

geodav
02-08-2012, 02:05 PM
http://forums.epicgames.com/threads/735951-SOLVED-Scaleform-HUD-dynamic-text-is-replaced-by-squares?highlight=font+embed

should help you

Desliner
02-08-2012, 02:41 PM
That topic is irrelevant to the issue.
I dont get boxes, I get normal characters. But warnings still appear.

For the record - I use embedded font, it has "Export for ActionScript", "Export in frame 1" options set to true. Also this font is not used at TextBox, it just resides in the library for use by code.

Matt Doyle
02-08-2012, 03:05 PM
In that case, you'll need to watch the font video, and focus on the method of creating a font library. That should work for you.

http://www.youtube.com/watch?v=QP-MawV87Vc

Desliner
02-08-2012, 03:26 PM
I dont want my font to be in separate font library file.
I prefer it embedded in fla file that uses it. In my previous post I used word 'Library' to state the library inside my working fla file, not the separate file.