public class PDFFonts
extends java.lang.Object
Title: PDFFonts class
Description: Stores all used fonts
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor and Description |
---|
PDFFonts() |
Modifier and Type | Method and Description |
---|---|
int |
add(ChartFont font)
Add new font to the list
|
int |
findFont(ChartFont font)
Select the font in font list.
|
PDFFontEnumerator |
get(int index) |
int |
getCount() |
java.util.Iterator |
getEnumerator() |
public int getCount()
public PDFFontEnumerator get(int index)
public int add(ChartFont font)
font
- ChartFontpublic int findFont(ChartFont font)
font
- ChartFontpublic java.util.Iterator getEnumerator()