Package com.lowagie.text.rtf.style
Class RtfFont
- java.lang.Object
-
- com.lowagie.text.Font
-
- com.lowagie.text.rtf.style.RtfFont
-
- All Implemented Interfaces:
RtfBasicElement,RtfExtendedElement,com.lowagie.text.RtfElementInterface,java.lang.Comparable
- Direct Known Subclasses:
RtfParagraphStyle
public class RtfFont extends com.lowagie.text.Font implements RtfExtendedElement
The RtfFont class stores one font for an rtf document. It extends Font, so can be set as a font, to allow adding of fonts with arbitrary names. BaseFont fontname handling contributed by Craig Fleming. Various fixes Renaud Michel, Werner Daehn. Version: $Id: RtfFont.java 4008 2009-07-07 09:56:52Z blowagie $- Author:
- Mark Hall (Mark.Hall@mail.room3b.eu), Craig Fleming (rythos@rhana.dhs.org), Renaud Michel (r.michel@immedia.be), Werner Daehn (Werner.Daehn@BusinessObjects.com), Lidong Liu (tmslld@gmail.com), Thomas Bickel (tmb99@inode.at)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_FONTDefault fontprotected RtfDocumentdocumentThe RtfDocument this RtfFont belongs to.static byte[]FONT_SIZEConstant for the font sizestatic intSTYLE_BOLDConstant for a bold fontstatic intSTYLE_DOUBLE_STRIKETHROUGHConstant for a double strikethrough fontstatic intSTYLE_EMBOSSEDConstant for an embossed fontstatic intSTYLE_ENGRAVEDConstant for an engraved fontstatic intSTYLE_HIDDENConstant for a font that hides the actual text.static intSTYLE_ITALICConstant for an italic fontstatic intSTYLE_NONEConstant for a plain fontstatic intSTYLE_OUTLINEConstant for an outlined fontstatic intSTYLE_SHADOWConstant for a shadowed fontstatic intSTYLE_STRIKETHROUGHConstant for a strikethrough fontstatic intSTYLE_UNDERLINEConstant for an underlined font-
Fields inherited from class com.lowagie.text.Font
BOLD, BOLDITALIC, COURIER, DEFAULTSIZE, HELVETICA, ITALIC, NORMAL, STRIKETHRU, SYMBOL, TIMES_ROMAN, UNDEFINED, UNDERLINE, ZAPFDINGBATS
-
Fields inherited from interface com.lowagie.text.rtf.RtfBasicElement
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRtfFont(RtfDocument doc, int fontNumber)Special constructor for the default fontRtfFont(RtfDocument doc, com.lowagie.text.Font font)Constructs a RtfFont from a com.lowagie.text.FontRtfFont(java.lang.String fontName)Constructs a RtfFont with the given font name and all other properties at their default values.RtfFont(java.lang.String fontName, float size)Constructs a RtfFont with the given font name and font size and all other properties at their default values.RtfFont(java.lang.String fontName, float size, int style)Constructs a RtfFont with the given font name, font size and font style and the default color.RtfFont(java.lang.String fontName, float size, int style, java.awt.Color color)Constructs a RtfFont with the given font name, font size, font style and color.RtfFont(java.lang.String fontName, float size, int style, java.awt.Color color, int charset)Constructs a RtfFont with the given font name, font size, font style, color and charset.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object object)Compares thisRtfFontto either aFontor anRtfFont.com.lowagie.text.Fontdifference(com.lowagie.text.Font font)Replaces the attributes that are equal to null with the attributes of a given font.booleanequals(java.lang.Object obj)Tests for equality of RtfFonts.intgetCharset()Gets the charset used for constructing this RtfFont.java.lang.StringgetFamilyname()java.lang.StringgetFontName()Gets the font name of this RtfFontintgetFontNumber()Gets the font number of this RtfFontintgetFontSize()Gets the font size of this RtfFontintgetFontStyle()Gets the font style of this RtfFontinthashCode()Returns the hash code of this RtfFont.protected byte[]intToByteArray(int i)Transforms an integer into its String representation and then returns the bytes of that string.booleanisStandardFont()TheRtfFontis never a standard font.voidsetCharset(int charset)Sets the charset used for constructing this RtfFont.voidsetColor(int red, int green, int blue)voidsetColor(java.awt.Color color)voidsetFamily(java.lang.String family)protected voidsetFontName(java.lang.String fontName)Sets the font name of this RtfFont.voidsetInHeader(boolean inHeader)UnusedvoidsetInTable(boolean inTable)UnusedvoidsetRtfDocument(RtfDocument doc)Sets the RtfDocument this RtfFont belongs tovoidsetSize(float size)voidsetStyle(int style)voidsetStyle(java.lang.String style)voidwriteBegin(java.io.OutputStream result)Writes the font beginningvoidwriteContent(java.io.OutputStream out)unusedvoidwriteDefinition(java.io.OutputStream result)Writes the font definitionvoidwriteEnd(java.io.OutputStream result)Write the font end-
Methods inherited from class com.lowagie.text.Font
getBaseFont, getBaseFontStyle, getCalculatedBaseFont, getCalculatedLeading, getCalculatedSize, getCalculatedStyle, getColor, getCombinedStyle, getFamily, getFamilyIndex, getFontStyleFromName, getSize, getStyle, getStyleValue, isBold, isItalic, isStrikethru, isUnderlined
-
-
-
-
Field Detail
-
FONT_SIZE
public static final byte[] FONT_SIZE
Constant for the font size
-
STYLE_NONE
public static final int STYLE_NONE
Constant for a plain font- See Also:
- Constant Field Values
-
STYLE_BOLD
public static final int STYLE_BOLD
Constant for a bold font- See Also:
- Constant Field Values
-
STYLE_ITALIC
public static final int STYLE_ITALIC
Constant for an italic font- See Also:
- Constant Field Values
-
STYLE_UNDERLINE
public static final int STYLE_UNDERLINE
Constant for an underlined font- See Also:
- Constant Field Values
-
STYLE_STRIKETHROUGH
public static final int STYLE_STRIKETHROUGH
Constant for a strikethrough font- See Also:
- Constant Field Values
-
STYLE_DOUBLE_STRIKETHROUGH
public static final int STYLE_DOUBLE_STRIKETHROUGH
Constant for a double strikethrough font- See Also:
- Constant Field Values
-
STYLE_SHADOW
public static final int STYLE_SHADOW
Constant for a shadowed font- See Also:
- Constant Field Values
-
STYLE_OUTLINE
public static final int STYLE_OUTLINE
Constant for an outlined font- See Also:
- Constant Field Values
-
STYLE_EMBOSSED
public static final int STYLE_EMBOSSED
Constant for an embossed font- See Also:
- Constant Field Values
-
STYLE_ENGRAVED
public static final int STYLE_ENGRAVED
Constant for an engraved font- See Also:
- Constant Field Values
-
STYLE_HIDDEN
public static final int STYLE_HIDDEN
Constant for a font that hides the actual text.- See Also:
- Constant Field Values
-
DEFAULT_FONT
public static final java.lang.String DEFAULT_FONT
Default font- Since:
- 2.1.7
- See Also:
- Constant Field Values
-
document
protected RtfDocument document
The RtfDocument this RtfFont belongs to.
-
-
Constructor Detail
-
RtfFont
public RtfFont(java.lang.String fontName)
Constructs a RtfFont with the given font name and all other properties at their default values.- Parameters:
fontName- The font name to use
-
RtfFont
public RtfFont(java.lang.String fontName, float size)Constructs a RtfFont with the given font name and font size and all other properties at their default values.- Parameters:
fontName- The font name to usesize- The font size to use
-
RtfFont
public RtfFont(java.lang.String fontName, float size, int style)Constructs a RtfFont with the given font name, font size and font style and the default color.- Parameters:
fontName- The font name to usesize- The font size to usestyle- The font style to use
-
RtfFont
public RtfFont(java.lang.String fontName, float size, int style, java.awt.Color color)Constructs a RtfFont with the given font name, font size, font style and color.- Parameters:
fontName- The font name to usesize- the font size to usestyle- The font style to usecolor- The font color to use
-
RtfFont
public RtfFont(java.lang.String fontName, float size, int style, java.awt.Color color, int charset)Constructs a RtfFont with the given font name, font size, font style, color and charset. This can be used when generating non latin-1 text.- Parameters:
fontName- The font name to usesize- the font size to usestyle- The font style to usecolor- The font color to usecharset- The charset of the font content
-
RtfFont
protected RtfFont(RtfDocument doc, int fontNumber)
Special constructor for the default font- Parameters:
doc- The RtfDocument this font appears infontNumber- The id of this font
-
RtfFont
public RtfFont(RtfDocument doc, com.lowagie.text.Font font)
Constructs a RtfFont from a com.lowagie.text.Font- Parameters:
doc- The RtfDocument this font appears infont- The Font to use as a base
-
-
Method Detail
-
writeDefinition
public void writeDefinition(java.io.OutputStream result) throws java.io.IOExceptionWrites the font definition- Specified by:
writeDefinitionin interfaceRtfExtendedElement- Parameters:
result- TheOutputStreamto write the element definition to- Throws:
java.io.IOException
-
writeBegin
public void writeBegin(java.io.OutputStream result) throws java.io.IOExceptionWrites the font beginning- Parameters:
result- TheOutputStreamto write to.- Throws:
java.io.IOException- On i/o errors.
-
writeEnd
public void writeEnd(java.io.OutputStream result) throws java.io.IOExceptionWrite the font end- Parameters:
result- TheOutputStreamto write to.- Throws:
java.io.IOException- On i/o errors.
-
writeContent
public void writeContent(java.io.OutputStream out) throws java.io.IOExceptionunused- Specified by:
writeContentin interfaceRtfBasicElement- Parameters:
out- TheOutputStreamto write the content to- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object obj)
Tests for equality of RtfFonts. RtfFonts are equal if their fontName, fontSize, fontStyle and fontSuperSubscript are equal- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- The RtfFont to compare with this RtfFont- Returns:
Trueif the RtfFonts are equal,falseotherwise
-
hashCode
public int hashCode()
Returns the hash code of this RtfFont. The hash code is the hash code of the string containing the font name + font size + "-" + the font style + "-" + the font super/supscript value.- Overrides:
hashCodein classjava.lang.Object- Returns:
- The hash code of this RtfFont
-
getFontName
public java.lang.String getFontName()
Gets the font name of this RtfFont- Returns:
- The font name
-
setFontName
protected void setFontName(java.lang.String fontName)
Sets the font name of this RtfFont.- Parameters:
fontName- The font name to use
-
getFamilyname
public java.lang.String getFamilyname()
- Overrides:
getFamilynamein classcom.lowagie.text.Font- See Also:
Font.getFamilyname()
-
setFamily
public void setFamily(java.lang.String family)
- Overrides:
setFamilyin classcom.lowagie.text.Font- See Also:
Font.setFamily(String)
-
getFontSize
public int getFontSize()
Gets the font size of this RtfFont- Returns:
- The font size
-
setSize
public void setSize(float size)
- Overrides:
setSizein classcom.lowagie.text.Font- See Also:
Font.setSize(float)
-
getFontStyle
public int getFontStyle()
Gets the font style of this RtfFont- Returns:
- The font style
-
setStyle
public void setStyle(int style)
- Overrides:
setStylein classcom.lowagie.text.Font- See Also:
Font.setStyle(int)
-
setStyle
public void setStyle(java.lang.String style)
- Overrides:
setStylein classcom.lowagie.text.Font- See Also:
Font.setStyle(String)
-
getCharset
public int getCharset()
Gets the charset used for constructing this RtfFont.- Returns:
- The charset of this RtfFont.
-
setCharset
public void setCharset(int charset)
Sets the charset used for constructing this RtfFont.- Parameters:
charset- The charset to use.
-
getFontNumber
public int getFontNumber()
Gets the font number of this RtfFont- Returns:
- The font number
-
setRtfDocument
public void setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfFont belongs to- Specified by:
setRtfDocumentin interfaceRtfBasicElement- Parameters:
doc- The RtfDocument to use
-
setInTable
public void setInTable(boolean inTable)
Unused- Specified by:
setInTablein interfaceRtfBasicElement- Parameters:
inTable-
-
setInHeader
public void setInHeader(boolean inHeader)
Unused- Specified by:
setInHeaderin interfaceRtfBasicElement- Parameters:
inHeader-
-
setColor
public void setColor(java.awt.Color color)
- Overrides:
setColorin classcom.lowagie.text.Font- See Also:
Font.setColor(Color)
-
setColor
public void setColor(int red, int green, int blue)- Overrides:
setColorin classcom.lowagie.text.Font- See Also:
Font.setColor(int, int, int)
-
intToByteArray
protected byte[] intToByteArray(int i)
Transforms an integer into its String representation and then returns the bytes of that string.- Parameters:
i- The integer to convert- Returns:
- A byte array representing the integer
-
difference
public com.lowagie.text.Font difference(com.lowagie.text.Font font)
Replaces the attributes that are equal to null with the attributes of a given font.- Overrides:
differencein classcom.lowagie.text.Font- Parameters:
font- The surrounding font- Returns:
- A RtfFont
-
isStandardFont
public boolean isStandardFont()
TheRtfFontis never a standard font.- Overrides:
isStandardFontin classcom.lowagie.text.Font- Since:
- 2.1.0
-
compareTo
public int compareTo(java.lang.Object object)
Compares thisRtfFontto either aFontor anRtfFont.- Specified by:
compareToin interfacejava.lang.Comparable- Overrides:
compareToin classcom.lowagie.text.Font- Since:
- 2.1.0
-
-