public class SfntHeader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CFF_FLAVOR |
int |
entrySelector |
int |
numTables |
int |
rangeShift |
int |
searchRange |
static int |
SFNT_HEADER_SIZE |
String |
sfntFlavor |
static String |
VERSION_1 |
static String |
VERSION_2 |
static String |
VERSION_2_5 |
| Constructor and Description |
|---|
SfntHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
setNumTables(int numTables) |
public static final int SFNT_HEADER_SIZE
public static final String CFF_FLAVOR
public static final String VERSION_1
public static final String VERSION_2
public static final String VERSION_2_5
public String sfntFlavor
public int numTables
public int searchRange
public int entrySelector
public int rangeShift
Copyright © 2018. All rights reserved.