how do you make a DynamicFont ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By dezekeerjoran
:warning: Old Version Published before Godot 3 was released.

How do you make a dinematicFont?

:bust_in_silhouette: Reply From: jospic
  1. Create a label node
  2. In the label inspector properties find “Custom Fonts” parameters group
  3. Select NewDynamicFont from Font drop-down menu
  4. Click on right arrow to access to DynamicFont parameters
  5. Load yout .ttf font file from Font property menu
  6. Change font size you want

-j