font <i>
or
font <i> = <font_name>
or
font ?
Function
Set the current character font for text (dimensions and annotation).
or
Redefine a font.
or
List the names of the currently defined fonts on the screen.
Parameters
|
i |
The font number. i should be in the range 1 through 15. When redefining the font the number should be in the range 1 through 15. |
|
<font_name> |
The name of either a Windows font or an Eagle font file to be assigned to Font i. |
|
? |
Lists the names of the currently defined fonts in the dialogue area. |
|
|
|
Examples
font 3
font 2 = altfont.fnt
font 3 = Verdana
font 4 = Berlin Sans FB
font 4 = -eaglesite/bft/stdfont.fnt
Notes
All newly defined annotations and dimension annotations will be allocated the current font. At program startup and after a RESET, the current font is 1.
Font 1 may be redefined since Eagle version 14.4.6 b01.
At program startup, Font 1 is automatically defined but fonts 2 through 15 are not. Any undefined fonts will default to Font 1 at drawing time.
A listing of currently defined fonts can also be obtained using the STATUS 8 command.
Eagle FNT files can be created using user-definable parameters via external font creation and font editing programs.
See also
annotation, dimension, firmware(t), modify(font), software(t), text, FILE, Using Windows Fonts in Eagle