File: TODO

package info (click to toggle)
bdflib 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 4,182; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
 - Add a standard set of extra compositions that are useful for font-building,
   such as characters WITH STROKE.
 - Support more combining classes.
 - Support for charcell/monospaced fonts. This would involve ignoring
   decompositions with spacing characters (Dz -> "D", "z"), or maybe just
   ignoring any decompositions that went outside the defined character cell.
 - Font manipulation functions should return a new font with the appropriate
   modifications rather than changing the original font in-place, so that
   "pipelines" of font modifications can be built.
 - Add a test for model.Font.__delitem__()