blob: 77562b06933ef5cfe486e278812af9aa1d6552d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
The library "libotf" provides the following facilites:
o Read Open Type Layout Tables from OTF file. Currently these
tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
o Convert a Unicode character sequence to a glyph code sequence by
using the above tables.
The combination of libotf and the FreeType library (Ver. 2) realizes
CTL (complex text layout) by OpenType fonts.
WWW: http://www.nongnu.org/m17n/
|