| Package | Description |
|---|---|
| com.sun.pdfview.font.ttf |
| Modifier and Type | Method and Description |
|---|---|
static TrueTypeFont |
TrueTypeFont.parseFont(byte[] orig)
Parses a TrueType font from a byte array
|
static TrueTypeFont |
TrueTypeFont.parseFont(ByteBuffer inBuf)
Parses a TrueType font from a byte buffer
|
| Modifier and Type | Method and Description |
|---|---|
static TrueTypeTable |
TrueTypeTable.createTable(TrueTypeFont ttf,
String tagString)
Get a new instance of an empty table by tag string
|
static TrueTypeTable |
TrueTypeTable.createTable(TrueTypeFont ttf,
String tagString,
ByteBuffer data)
Get a new instance of a table with provided data
|
| Constructor and Description |
|---|
GlyfTable(TrueTypeFont ttf)
Creates a new instance of HmtxTable
|
HmtxTable(TrueTypeFont ttf)
Creates a new instance of HmtxTable
|
LocaTable(TrueTypeFont ttf)
Creates a new instance of HmtxTable
|
Copyright © 2024. All rights reserved.