| 程序包 | 说明 |
|---|---|
| org.ofdrw.converter.font |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MemoryTTFDataStream
An interface into a data stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CmapSubtable |
CmapSubtable.initData(TTFDataStream data)
读取流解析 cmap子表
This will read the required data from the stream.
|
HorizontalMetricsTable |
HorizontalMetricsTable.parse(int numHMetrics,
int numGlyphs,
TTFDataStream data) |
HorizontalHeaderTable |
HorizontalHeaderTable.parse(TTFDataStream data)
This will read the required data from the stream.
|
TrueTypeCollection |
TrueTypeCollection.parse(TTFDataStream stream)
Creates a new TrueTypeCollection from a TTC stream.
|
TrueTypeFont |
TrueTypeFont.parse(TTFDataStream raf)
解析字体
|
NamingTable |
NamingTable.read(TTFDataStream data)
This will read the required data from the stream.
|
CmapSubtable[] |
TrueTypeFont.readCMap(long cmapOffset,
TTFDataStream data)
解析cmap
|
void |
GlyphData.readData(TTFDataStream data,
int leftSideBearing,
GlyphDataProvider provider)
This will read the required data from the stream.
|
NameRecord |
NameRecord.readNameRecord(TTFDataStream data)
This will read the required data from the stream.
|
Copyright © 2024. All rights reserved.