public class TTFontSerializer extends Object
| Constructor and Description |
|---|
TTFontSerializer() |
| Modifier and Type | Method and Description |
|---|---|
TTFont |
getFont() |
void |
write_loca(de.intarsys.tools.randomaccess.IRandomAccess random,
int[] locations,
boolean shortFormat) |
void |
write_name(de.intarsys.tools.randomaccess.IRandomAccess random,
TTNameRecord[] names) |
void |
write(de.intarsys.tools.randomaccess.IRandomAccess random,
TTFont pFont) |
void |
writeByte(de.intarsys.tools.randomaccess.IRandomAccess random,
int value) |
void |
writeBytes(de.intarsys.tools.randomaccess.IRandomAccess random,
byte[] value,
int off,
int len) |
void |
writeInt(de.intarsys.tools.randomaccess.IRandomAccess random,
int value) |
void |
writeShort(de.intarsys.tools.randomaccess.IRandomAccess random,
int value) |
public TTFont getFont()
public void write(de.intarsys.tools.randomaccess.IRandomAccess random,
TTFont pFont)
throws IOException
IOExceptionpublic void write_loca(de.intarsys.tools.randomaccess.IRandomAccess random,
int[] locations,
boolean shortFormat)
throws IOException
IOExceptionpublic void write_name(de.intarsys.tools.randomaccess.IRandomAccess random,
TTNameRecord[] names)
throws IOException
IOExceptionpublic void writeByte(de.intarsys.tools.randomaccess.IRandomAccess random,
int value)
throws IOException
IOExceptionpublic void writeBytes(de.intarsys.tools.randomaccess.IRandomAccess random,
byte[] value,
int off,
int len)
throws IOException
IOExceptionpublic void writeInt(de.intarsys.tools.randomaccess.IRandomAccess random,
int value)
throws IOException
IOExceptionpublic void writeShort(de.intarsys.tools.randomaccess.IRandomAccess random,
int value)
throws IOException
IOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.