com.steema.teechart.exports
Class PDFFonts

java.lang.Object
  extended by com.steema.teechart.exports.PDFFonts

public class PDFFonts
extends java.lang.Object

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

PDFFonts

public PDFFonts()
Method Detail

getCount

public int getCount()

get

public PDFFontEnumerator get(int index)

add

public int add(ChartFont font)
Add new font to the list

Parameters:
font - ChartFont
Returns:
int

findFont

public int findFont(ChartFont font)
Select the font in font list. Returns the index of selected font, starting from 0

Parameters:
font - ChartFont
Returns:
int