File: future.html

package info (click to toggle)
pfaedit 0.0.20020312-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 29,804 kB
  • ctags: 34,822
  • sloc: ansic: 372,277; sh: 7,619; makefile: 231
file content (75 lines) | stat: -rw-r--r-- 2,213 bytes parent folder | download
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <!-- AP: Created on: 7-Jul-2001 -->
  <!-- AP: Last modified: 19-Jan-2002 -->
  <TITLE>Possible future improvements to PfaEdit</TITLE>
</HEAD>
<BODY>
<H2>
  Currently under development
</H2>
<UL>
  <LI>
    A command that will allow you to (but very little effort)
    <UL>
      <LI>
	Make a character/font bolder
      <LI>
	Extend or Condense a character/font
      <LI>
	Change the X-Height of a font
      <LI>
	Regularize stem widths
    </UL>
  <LI>
    <A HREF="TtfMod/index.html">Some sort of graphical true-type hinter</A>
</UL>
<H2>
  Musings
</H2>
<UL>
  <LI>
    A metrics window for vertical metrics
    <UL>
      <LI>
	support for vertical kerning
    </UL>
  <LI>
    multiple baseline support
  <LI>
    Vertical metrics in embedded ttf bitmaps
  <LI>
    A Find/Replace command that will allow you to search for features and replace
    them with others<BR>
    The dlg will provide two little drawing panes (one to find, one to replace)
    the program will search for a series of points in the same relative positions
    (possibly translated, flipped or followed backwards) and if found will replace
    it with the the points in the replace window. I see two uses for this:
    <UL>
      <LI>
	Change all the serifs in a font from one style to another.
      <LI>
	Search for all inline copies of a glyph and replace each with a reference.
    </UL>
  <LI>
    Some kind of support for multiple master fonts
  <LI>
    An editing mode which supports more features that type3 fonts could use (ie.
    multiple colors, strokes, ...)
  <LI>
    Better import of xfig files (a real X-Spline -&gt; Bezier spline converter)
  <LI>
    Mechanism for creating fonts with multiple instances of the same character,
    each slightly different, coupled with a postscript routine which will for
    each character in a string, pick a random version of that character to display.
    An attempt to yield a slight non-uniformity to the font which may make its
    output look more interesting.
  <LI>
    A better way of aligning things. (need some form of grouping that is actually
    useful)
</UL>
<P>
Last updated: 16-Jan-2002
<P>
</BODY></HTML>