Interface GlyphDataProvider
- All Known Implementing Classes:
TrueTypeFont
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
字形数据提供者
- Since:
- 2021-09-29 20:27:35
- Author:
- 权观宇
-
Method Summary
-
Method Details
-
getGlyph
根据字形Index位置获取字形数据- Parameters:
gid- 字形Index- Returns:
- 字形数据
- Throws:
IOException- IO操作造成错误
-