com.stimulsoft.report.export.tools.pdf
Class PdfFontInfo

java.lang.Object
  extended by com.stimulsoft.report.export.tools.pdf.PdfFontInfo
Direct Known Subclasses:
PdfFonts

public class PdfFontInfo
extends java.lang.Object

PDF fornt info class Copyright Stimulsoft


Field Summary
 int ASC
           
 int CH
           
 java.lang.String[] CharPdfNames
           
 byte[] ChildFontsMap
           
 int DESC
           
 int[] GlyphBackList
           
 int[] GlyphList
           
 int[] GlyphRtfList
           
 int[] GlyphWidths
           
 int ItalicAngle
           
 int LineGap
           
 int LLX
           
 int LLY
           
 int MacAscend
           
 int MacDescend
           
 int MacLineGap
           
 int MappedSymbolsCount
           
 boolean NeedSynt
           
 int NtmFlags
           
 int StemV
           
 int StrikeoutPosition
           
 int StrikeoutSize
           
 int[] SymsToPDF
           
 int tmASC
           
 int tmDESC
           
 int tmExternal
           
 int UnderscorePosition
           
 int UnderscoreSize
           
 int[] UnicodeMap
           
 int[] UnicodeMapBack
           
 int URX
           
 int URY
           
 int[] Widths
           
 int XH
           
 
Constructor Summary
PdfFontInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Widths

public int[] Widths

CharPdfNames

public java.lang.String[] CharPdfNames

CH

public int CH

XH

public int XH

ASC

public int ASC

DESC

public int DESC

tmASC

public int tmASC

tmDESC

public int tmDESC

tmExternal

public int tmExternal

MacAscend

public int MacAscend

MacDescend

public int MacDescend

MacLineGap

public int MacLineGap

LLX

public int LLX

LLY

public int LLY

URX

public int URX

URY

public int URY

StemV

public int StemV

ItalicAngle

public int ItalicAngle

LineGap

public int LineGap

NtmFlags

public int NtmFlags

UnderscoreSize

public int UnderscoreSize

UnderscorePosition

public int UnderscorePosition

StrikeoutSize

public int StrikeoutSize

StrikeoutPosition

public int StrikeoutPosition

UnicodeMap

public int[] UnicodeMap

UnicodeMapBack

public int[] UnicodeMapBack

GlyphList

public int[] GlyphList

GlyphBackList

public int[] GlyphBackList

GlyphRtfList

public int[] GlyphRtfList

SymsToPDF

public int[] SymsToPDF

MappedSymbolsCount

public int MappedSymbolsCount

NeedSynt

public boolean NeedSynt

GlyphWidths

public int[] GlyphWidths

ChildFontsMap

public byte[] ChildFontsMap
Constructor Detail

PdfFontInfo

public PdfFontInfo()