Login  Register

Re: Labelling of objects - font size

Posted by Michael Schmid on May 25, 2015; 7:12pm
URL: http://imagej.273.s1.nabble.com/Labelling-of-objects-font-size-tp5012936p5012937.html

On Mon, May 25, 2015 20:39, Michael Higgins wrote:

> I want to label objects. I use Analyse/Analyse particles and select show:
> outlines.
> I see an image with the outlines labelled, but the numbers are tiny.
> I can't find a control to make the labels bigger.

Hi Michael,

if you write a program or script in Java or Javascript, you can use the
public method setFontSize of the ParticleAnaliyzer.
To get this working, you have to create a new ParticleAnalyzer with its
constructor (specify PartileAnalyzer.SHOW_OUTLINES as options), then call
its setFontSize and analyze methods. Unfortunately, this not as easy as a
simple 'run("Analyze Particles..", options) command.

Michael

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html