-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
44 lines (33 loc) · 937 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
general
* xmalloc.h
* handle encodings MacRoman and FontSpecific
* use .enc files
* documentation
- TrueType collections
- subsetting
? convert to Type 1
both
! handle post table v3: no glyph names
* error handling (e. g. write error)
* validate lexical correctness of glyph names
* parse version string more liberally
- XUID
afm
* CapHeight, XHeight (OS/2) [not provided by FreeType]
* StdHW, StdVW
* better handling of encodings with glyphs encoded more than once (ISOLatin1)
* Composites
* create CID AFM files
t42
* PaintType (how to recognize 2, StrokeWidth)
* detect missing tables
* read glyf table in parts, use static buffer for tables
* put only glyphs into encoding array that are present in font
- embed full font (--full)
cid2
* create index file automatically
! CIDPATH
* vert and feature substitiutions (not implemented in FreeType 1.2)
acidtocid, cidtoacid:
* error handling
* cidtoacid: output to stdout (-c)