com.stimulsoft.report.export.tools.pdf
Class PdfFonts.pfontInfo

java.lang.Object
  extended by com.stimulsoft.report.export.tools.pdf.PdfFonts.pfontInfo
Enclosing class:
PdfFonts

public class PdfFonts.pfontInfo
extends java.lang.Object

Accessory class pfontInfo Copyright Stimulsoft


Field Summary
 boolean bold
           
 byte[] childFontsMap
           
 StiFont font
           
 boolean italic
           
 java.lang.String name
           
 int number
           
 int parentFontNumber
           
 java.lang.String pdfName
           
 
Constructor Summary
PdfFonts.pfontInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

pdfName

public java.lang.String pdfName

bold

public boolean bold

italic

public boolean italic

number

public int number

font

public StiFont font

parentFontNumber

public int parentFontNumber

childFontsMap

public byte[] childFontsMap
Constructor Detail

PdfFonts.pfontInfo

public PdfFonts.pfontInfo()