http://imagej.273.s1.nabble.com/Modifying-font-cross-size-on-ImageJ-default-plugins-tp5014603p5014606.html
Thanks a lot, this will make my life easier. Any idea when the next version
> > On Oct 11, 2015, at 10:03 AM, Jonni Virtanen <
[hidden email]>
> wrote:
> >
> > Hey,
> >
> > I'm working on a project where I have to analyze a lot of samples by
> using
> > a grid overlay with crosses (Grid plugin) and counting the different cell
> > types with the Cell counter plugin. The problem is that the crosses are
> > really small and hard to see and so are the points when using Cell
> counter.
> > Is there a way to modify the cross size on Grid plugin and the font size
> on
> > Cell Counter?
>
> You can easily make the crosses larger in the Grid plugin:
>
> 1. Type “L” (Plugins>Utilities>Command Finder)
> 2. Enter “grid” in the Search box
> 2. Select the line with “Grid” in the “Command” column
> 3. Click “Source” (opens Grid_.java in the editor)
> 4. Type ctrl-f (Edit>Find)
> 5. Enter “arm” in the search box
> 6. Change “float arm=5” to “float arm=20”
> 7. Type ctrl-r (File>Compile and Run)
>
> The crosses will now be four times larger. On Macs, use the command key
> instead of the control key when using keyboard shortcuts in the editor.
>
> You can change the size of points created by the multi-point tool, and, in
> the next version of ImageJ, the multi-point tool will support multiple
> counters.
>
> -wayne
>
>
> --
> ImageJ mailing list:
http://imagej.nih.gov/ij/list.html>