Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

What is the difference between static and dynamic fonts? Please explain in layman's terms.

share|improve this question
4  
Where did you see the terms "static font" and "dynamic font"? I've never heard of them... is this something to do with Flash perhaps? – Dean Harding Mar 29 '11 at 11:30
@Aditya You should add that as an answer. – Anna Lear Mar 29 '11 at 13:18

2 Answers

If you have text on a form and you resize the form to be twice as big...

Static font will still have the text be the same size
Dynamic font will make the font grow in size as well.

share|improve this answer

In flash.simply put

  • Static fonts wont change once they are set to represent some text information.
  • Dynamic fonts will change when either representing text information or accepting user input as text.

Change can be in shape size, effect,appearance or the actual text they represent.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.