Re: ImageJ's fonts
Posted by
Jerome Mutterer on
May 10, 2006; 10:14am
URL: http://imagej.273.s1.nabble.com/ImageJ-s-fonts-tp3702798p3702799.html
The font.txt macro demonstrates the getFontList() macro function.
The fonts listed by this function are possible arguments to the
setFont() macro function that sets the font used by the drawString()
macro function.
Thus, so far, extra fonts can only be used from within a macro, and
can not be used by the Text tool from the tool bar. This tool uses the
font set by the Edit/Options/Fonts... dialog which displays only 5
fonts.
Jerome
Quoting Yili Zhao <
[hidden email]>:
> Hi,
> I run the "Fonts.txt" macro, and get a list of available fonts. However=
> ,=20
> in ImageJ's menu command "Edit->Options->Fonts...", there are only 5 font=
> s=20
> can be selected. How to use the available fonts in ImageJ?
> Thanks!
>
> Yili Zhao
>
>