Can FontGen create fixed (or variable) width fonts?
FontGen can create both fixed with and variable width fonts. The result depends on the characteristics of the selected font for the conversion process. If the selected font is a fixed-width font, like Arial New, the created font will have width of all glpyhs the same. (For such fonts the glyph_width field of struct FONT_DEF will be nonzero and will hold the fixed-width) If the selected for is variable-width font, like Times New Roman, the created font will have different width information for all glpyhs.