Determines the font used to draw the barcode captions.
Syntax
public SimpleFont getSimpleFont() public void setSimpleFont(SimpleFont font)where SimpleFont is defined as
package com.bokai.drawing;
public class SimpleFont
{
public SimpleFont(String name, int style, int size);
public int getStyle();
public int getSize();
public String getName();
}
Parameters
font
Specifies the font to be used (default: "SansSerif", plain, 12pt).