Thomas Phinney, Program Manager Fonts & Core Technologies from Adobe Systems tell about why the text fattens when you convert to outlines. TWO things happen when you outline fonts: - loss of hinting - change in fill algorithm The loss of hinting makes certain features potentially inconsistent. For example, letter strokes that you expect to be the same width might turn out to be different widths depending on how they fall on the grid of the output device. Slight differences can get magnified unexpectedly, like rounded letters going below the baseline. This happens because the information that makes the outlines round consistently to the pixel grid has been lost. The change in the fill algorithm combines with the lack of hinting to make the letters look fatter. Font rasterizing uses a fill algorithm that turns on a pixel only when the center of the pixel is within the glyph outline (center-scan). Graphics rasterizing uses a fill algorithm that turns on a pixel when any part of the ...
Comments