Hey,
I have the file CustomVerdana.swf which creates a font using this code…
// Source / Unicode Range.
[Embed(systemFont='Verdana', fontName='CustomVerdana',
mimeType='application/x-font', unicodeRange='U+0061-U+007A, U+003A, U+005F',
fontWeight='normal', fontStyle='normal')]
var CustomVerdana:Class;
Font.registerFont(CustomVerdana);
Is there any options / settings to tell Flash to create this font without anti alias?
Eg: If you embed a font using the Library you can tick the check box ‘Bitmap Text’ and set it’s size. However I want to be loading the files via .swf -
Or is there another way using the TextField properties to make the font non anti aliased?
Cheers,
Ryan