| java.lang.Object org.apache.poi.hwpf.model.Ffn
Ffn | public class Ffn (Code) | | 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 | |
public | Ffn(byte[] buf, int offset) |
Ffn | public Ffn(byte[] buf, int offset)(Code) | | |
getChs | public byte getChs()(Code) | | |
getFontSig | public byte[] getFontSig()(Code) | | |
getPanose | public byte[] getPanose()(Code) | | |
getSize | public int getSize()(Code) | | |
getWeight | public short getWeight()(Code) | | |
get_cbFfnM1 | public int get_cbFfnM1()(Code) | | |
set_cbFfnM1 | public void set_cbFfnM1(int _cbFfnM1)(Code) | | |
toByteArray | public byte[] toByteArray()(Code) | | |
|
|