|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.exports.PDFFonts
public class PDFFonts
Title: PDFFonts class
Description: Stores all used fonts
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor Summary | |
---|---|
PDFFonts()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFFonts()
Method Detail |
---|
public int getCount()
public PDFFontEnumerator get(int index)
public int add(ChartFont font)
font
- ChartFont
public int findFont(ChartFont font)
font
- ChartFont
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |