Package org.loboevolution.pdfview.font
Class PDFFontDescriptor
java.lang.Object
org.loboevolution.pdfview.font.PDFFontDescriptor
PDFFontDescriptor class.
Author jkaplan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intFont contains no lowercase letters.static final intAll glyphs have the same width.static final intDetermines whether bold glyphs shall be painted with extra pixels even at very small text sizes.static final intGlyphs have dominant vertical strokes that are slanted.static final intFont uses the Adobe standard Latic character set.static final intGlyphs resemble cursive handwriting.static final intGlyphs have serifs.static final intFont contains both uppercase and lowercase letters..static final intFont contains glyphs outside the Adobe standard Latin. -
Constructor Summary
ConstructorsConstructorDescriptionPDFFontDescriptor(String basefont) Creates a new instance of PDFFontDescriptorPDFFontDescriptor(PDFObject obj, String fontSubType) Creates a new instance of PDFFontDescriptor -
Method Summary
-
Field Details
-
FIXED_PITCH
public static final int FIXED_PITCHAll glyphs have the same width.- See Also:
-
SERIF
public static final int SERIFGlyphs have serifs.- See Also:
-
SYMBOLIC
public static final int SYMBOLICFont contains glyphs outside the Adobe standard Latin.- See Also:
-
SCRIPT
public static final int SCRIPTGlyphs resemble cursive handwriting.- See Also:
-
NONSYMBOLIC
public static final int NONSYMBOLICFont uses the Adobe standard Latic character set.- See Also:
-
ITALIC
public static final int ITALICGlyphs have dominant vertical strokes that are slanted.- See Also:
-
ALLCAP
public static final int ALLCAPFont contains no lowercase letters.- See Also:
-
SMALLCAP
public static final int SMALLCAPFont contains both uppercase and lowercase letters..- See Also:
-
FORCEBOLD
public static final int FORCEBOLDDetermines whether bold glyphs shall be painted with extra pixels even at very small text sizes.- See Also:
-
-
Constructor Details
-
PDFFontDescriptor
Creates a new instance of PDFFontDescriptor- Parameters:
basefont- aStringobject.
-
PDFFontDescriptor
Creates a new instance of PDFFontDescriptor- Parameters:
obj- aPDFObjectobject.fontSubType- aStringobject.- Throws:
IOException- if any.
-