Package org.apache.poi.hwpf.model
Class Ffn
java.lang.Object
org.apache.poi.hwpf.model.Ffn
FFN - Font Family Name. FFN is a data structure that stores the names of the Main
Font and that of Alternate font as an array of characters. It has also a header
that stores info about the whole structure and the fonts
- Author:
- Praveen Mathew
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
byte
getChs()
byte[]
byte[]
int
getSize()
short
int
hashCode()
void
set_cbFfnM1
(int _cbFfnM1) byte[]
-
Constructor Details
-
Ffn
public Ffn(byte[] buf, int offset)
-
-
Method Details
-
get_cbFfnM1
public int get_cbFfnM1() -
getWeight
public short getWeight() -
getChs
public byte getChs() -
getPanose
public byte[] getPanose() -
getFontSig
public byte[] getFontSig() -
getSize
public int getSize() -
getMainFontName
-
getAltFontName
-
set_cbFfnM1
public void set_cbFfnM1(int _cbFfnM1) -
toByteArray
public byte[] toByteArray() -
equals
-
hashCode
public int hashCode()
-