 |
n-ertia
Young Devil

Registered: Jun 2002
Local time: 11:46 AM
Location: Washington, DC
Posts: 211
|
i'm gonna take this chance to post a link to http://www.miniml.com/
to any new users of flash, pixel fonts will make smaller type sizes look crisp. check out their site
(former macromedia site of the day), and their instructions for the best use of pixel fonts.
there are even a few free font downloads to try out.
__________________

'tis a poor craftsman who blames his tools...
Report this post to a moderator | IP: Logged
|
06-15-2002 08:26 PM |
|
|
|  |
 |
TheDutch
DevPod (Staff Member)

Registered: Mar 2002
Local time: 05:46 PM
Location: The Netherlands
Posts: 4208
|
Yep!
Another good site for pixel fonts is http://www.fontsforflash.com.
By the way i'm building a Font Section for FlashDevils with free fonts and stuff...so stay tuned 
TheDutch
__________________
Please don't email or PM me your questions!
Ask your questions on the forums, that will not only help you but also other people with the same kind of questions.
Report this post to a moderator | IP: Logged
|
06-15-2002 08:30 PM |
|
|
|  |
 |
n-ertia
Young Devil

Registered: Jun 2002
Local time: 11:46 AM
Location: Washington, DC
Posts: 211
|
i will have to disagree about using device fonts as far as pixel fonts are concerned. device font selection will mean that the user's computer will display it's own font; if they happen to have your pixel font (and most casual users will not) ok, but if not, your carefully selected hodge may show up as a blurry ariel on their machine.
pixel font must be embeded to work properly, that is stored along with the rest of the .swf so the intended user can see them.
Be sure that the font being used is only set to multiples of the size intended. For example, miniml fonts should only be size 8,16,32,40, etc. If you try other sizes the flash anti-aliasing will kick in and they will blur.
Adjust placement of text so that they rest on integer (ie 1,2,3,4.. not 1.1,2.5,1.2,5.6, etc.) x and y values. If the text is placed on say x:1.4 y:2.3 the text will anti-alies and blur. The exact position of text is easily changed by selecting it and opening the info box in flash. Simply type in the rounded x and y values.
A lot of times you will have text within a movie clip. Even though the x and y values may be integers it may still look blurry. This is because the movieclip that it resides in is not on integer values. It's generally good practice to manually adjust movieclips via the info box whenever they contain text.
You will run into a problem with the aliasing when you scroll or manipulate the location of the text via actionscript. This is obviously due to the text being moved between integer values. The solution is to modify the actionscript so that when it determines the x and y position of the text you include a Math.round () argument.
http://www.1001freefonts.com
http://www.pcfonts.com
http://www.cablevision.qc.ca/renlev/dingbats.html
http://www.dingbatpages.com/
http://www.netpedia.com/graphics/fonts
http://www.fontsnthings.com/
http://www.typeindex.com
http://www.flashkit.com/fonts/index.shtml
http://www.fontalicious.com/
http://www.vfive.com
http://www.9031.com/p-font/index.html
http://www.plusism.u-net.com
http://www.fountain.nu
http://www.pizzadude.dk
http://www.hi-type.de
http://techfonts.ellicit.org/dub/
http://www.chank.com
http://typolis.virtualave.net/typolis.html
http://www.coolarchive.com/fonts.cfm
http://www.typesource.com/
http://www.surfstation.lu
http://www.fontavenue.com/
http://www.all-4-free.com/fonts/
http://www.dafont.com/en/bitmap.php
__________________

'tis a poor craftsman who blames his tools...
Last edited by n-ertia on 06-17-2002 at 03:01 AM
Report this post to a moderator | IP: Logged
|
06-17-2002 02:55 AM |
|
|
|  |
 |
LeLoo
FlashDevil

Registered: Jun 2002
Local time: 06:46 PM
Location: Istanbul, TR
Posts: 327
|
oi oi oi oi oi oi! yay! thx for the links
__________________
..:xx:: Jamsession ::xx:..
Report this post to a moderator | IP: Logged
|
06-17-2002 07:57 AM |
|
|
|  |
 |
Stamen5
Little Devil

Registered: Jun 2002
Local time: 02:46 AM
Location: Australia
Posts: 8
|
introducing pixel fonts means more work. I only wish they could come up with a solution for arial, i luv that font 
Report this post to a moderator | IP: Logged
|
06-18-2002 07:54 AM |
|
|
|  |
 |
LeLoo
FlashDevil

Registered: Jun 2002
Local time: 06:46 PM
Location: Istanbul, TR
Posts: 327
|
yeah arial is one of the sole fonts good for web design and would also look very good in flash if only the crisp problem could be solved =) yet I figured out that is looks smooth in bigger screen resolutions and only bad in 800 x 600...
__________________
..:xx:: Jamsession ::xx:..
Report this post to a moderator | IP: Logged
|
06-18-2002 08:16 AM |
|
|
|  |
 |
n-ertia
Young Devil

Registered: Jun 2002
Local time: 11:46 AM
Location: Washington, DC
Posts: 211
|
you can download pixel font Arial 11 for flash (created by a FlashKit member) here.
use the same pixel font guidelines and set the size to 11.
maybe not as classy as regular arial but turns out very crisp.
__________________

'tis a poor craftsman who blames his tools...
Last edited by n-ertia on 06-18-2002 at 09:08 AM
Report this post to a moderator | IP: Logged
|
06-18-2002 08:59 AM |
|
|
|  |
 |
TheDutch
DevPod (Staff Member)

Registered: Mar 2002
Local time: 05:46 PM
Location: The Netherlands
Posts: 4208
|
Then it wont show that font 
So you better embed the font!
Yours,
Erwin
__________________
Please don't email or PM me your questions!
Ask your questions on the forums, that will not only help you but also other people with the same kind of questions.
Report this post to a moderator | IP: Logged
|
06-20-2002 07:17 PM |
|
|
|  |
 |
TheDutch
DevPod (Staff Member)

Registered: Mar 2002
Local time: 05:46 PM
Location: The Netherlands
Posts: 4208
|
What Flash version do you own?
__________________
Please don't email or PM me your questions!
Ask your questions on the forums, that will not only help you but also other people with the same kind of questions.
Report this post to a moderator | IP: Logged
|
06-20-2002 08:16 PM |
|
|
|  |
 |
n-ertia
Young Devil

Registered: Jun 2002
Local time: 11:46 AM
Location: Washington, DC
Posts: 211
|
quote: Originally posted by Mystique_MHz
This is where I get all of my pixel fonts from...
http://www.orgdot.com/aliasfonts/
Enjoy!
that site is new to me, i'll have to check them out 
__________________

'tis a poor craftsman who blames his tools...
Report this post to a moderator | IP: Logged
|
06-20-2002 09:00 PM |
|
|
|  |
 |
Mystique_MHz
Guide

Registered: Jun 2002
Local time: 04:46 PM
Location: Orlando, FL
Posts: 488
|
quote: Originally posted by n-ertia
that site is new to me, i'll have to check them out
Cool... I hope you like it 
__________________

Report this post to a moderator | IP: Logged
|
06-20-2002 09:04 PM |
|
|
|  |
 |
ionsong
Little Devil

Registered: Jun 2002
Local time: 04:46 PM
Location: In my system folder
Posts: 36
|
yay for links
__________________
IonSong
Report this post to a moderator | IP: Logged
|
06-25-2002 03:04 PM |
|
|
|  |
 |
mansour
Young Devil

Registered: Jul 2002
Local time: 11:46 AM
Location: va, usa
Posts: 168
|
how do can i use the pixel fonts in the first place, this might sound stuped but i really don't have a clue please reply to me as soon as possible, and can u please tell me the steps starting from the winzip extract. thanx for ur help in advance.
Report this post to a moderator | IP: Logged
|
07-20-2002 04:49 AM |
|
|
|  |
 |
TheDutch
DevPod (Staff Member)

Registered: Mar 2002
Local time: 05:46 PM
Location: The Netherlands
Posts: 4208
|
Hi R17,
Well just upload them to your Windows/Fonts directory and open that directory to read it in Windows or restart Windows.
Now you have installed the pixel for use in Flash 
Erwin
__________________
Please don't email or PM me your questions!
Ask your questions on the forums, that will not only help you but also other people with the same kind of questions.
Report this post to a moderator | IP: Logged
|
07-20-2002 08:49 AM |
|
|
|  |
 |
ahmed
Staff Member

Registered: Jun 2002
Local time: 11:46 AM
Location: canada
Posts: 1653
|
if you mean how to use them in flash, just type your text in a normal text box, change the font to the one that you have and then from the 'text options' panel, change "static text" to "Dynamic Text" from the drop down menu....and click on the embed button below (it has [...] on it) 
I hope this helps.....
__________________
scribble 3's finally up!
Don't PM me any questions!
Report this post to a moderator | IP: Logged
|
07-20-2002 08:57 AM |
|
|
|  |
 |
TheDutch
DevPod (Staff Member)

Registered: Mar 2002
Local time: 05:46 PM
Location: The Netherlands
Posts: 4208
|
Hi R17,
I've attached a manual from Fonts For Flash, a company that delivers Flash Pixel Fonts.
Yours,
Erwin
Attachment: fff_user_guide.zip
This has been downloaded 978 time(s).
__________________
Please don't email or PM me your questions!
Ask your questions on the forums, that will not only help you but also other people with the same kind of questions.
Report this post to a moderator | IP: Logged
|
07-20-2002 09:14 AM |
|
|
|  |
 |
[claw<<
Cool Devil

Registered: Jun 2002
Local time: 05:46 PM
Location: sunny beautiful Malta, EU !!
Posts: 605
|
how are fonts embedded in a flash movie?
__________________
Pentium 4 3.06Ghz
1 Gb DDR Ram
120 Gb HDD 8Mb Cache
GeForce FX 5600 Ultra 256 Mb SoundBlaster Live! 5.1
Creative Inspire 5.1 5100

Report this post to a moderator | IP: Logged
|
08-23-2002 07:26 AM |
|
|
|  |
 |
ahmed
Staff Member

Registered: Jun 2002
Local time: 11:46 AM
Location: canada
Posts: 1653
|
select the text box you want to embed, open the "text options" panel, make the text dynamic and click the button that looks like this:
ahmed has attached this image:
__________________
scribble 3's finally up!
Don't PM me any questions!
Last edited by ahmed on 08-24-2002 at 02:14 AM
Report this post to a moderator | IP: Logged
|
08-23-2002 04:52 PM |
|
|
|  |
 |
bitterclarence
Little Devil
Registered: Feb 2003
Local time: 04:46 PM
Location:
Posts: 2
|
Great thread!
Ive set up a simple list so people can add the details of pixels fonts they have used and can confirm that they do work without any blurring in dynamic text fields.
http://www.romeorecords.co.uk/flashfonts/ for the list (also contains a link to a (slightly) more thorough explanation of how to use pixelfonts and the problem, with screenshots)
Hopefully this will become a useful resource! thanks
(anyone seen a pixelfont version of verdana?)
Report this post to a moderator | IP: Logged
|
02-06-2003 03:15 PM |
|
|
|  |
 |
samdevil
Little Devil
Registered: Mar 2003
Local time: 04:46 PM
Location:
Posts: 2
|
hello..has anyone tried to use the sharelibrary to embed a font on flash mx. flash mx has an option to import font. you make a swf that has the font. also you make another movie which to link your font swf so the text would display excatly on the different computers. the only problem i have is the text won't show up when i run the movie. can someone help me?
Attachment: test.zip
This has been downloaded 668 time(s).
Report this post to a moderator | IP: Logged
|
03-14-2003 12:36 AM |
|
|
|  |
 |
[m]
Young Devil

Registered: Mar 2003
Local time: 05:46 PM
Location: Spijkenisse, The Netherlands
Posts: 238
|
Wow, i've must have been blind for over looking this thread!
Thaks for the great links, guys!
__________________
<ikkenai> i don't have hard drives. i just keep 30 chinese teenagers in my basement and force them to memorize numbers
Report this post to a moderator | IP: Logged
|
05-01-2003 10:45 PM |
|
|
|  |
 |
| All times are GMT. The time now is 04:46 PM. |
 |
|
 |
|
|
|  |
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
< FlashDevils - Terms of use
>
Copyright, FlashDevils Community, 2002 - Flash Archive
|
|