The present invention relates to the rendering of characters for display on devices having grayscale pixels. Grayscale pixels are pixels capable of displaying a number of tones, typically from pure light to pure dark.
U.S. Pat. No. 5,943,063 (“the '063 patent”) describes the creation of anti-aliased characters for a computer output device such as a cathode ray tube (CRT) monitor or a liquid crystal display (LCD) device. In particular, the '063 patent, the disclosure of which is incorporated here by reference, describes techniques for placing hinted character stems on a high-resolution grid that is later down-sampled for anti-aliased text rendering on a coarse grid—that is, a grid coarser than the high-resolution grid—of grayscale pixels.
The invention provides improved apparatus and methods of hinted stem placement on a device pixel grid.
In general, in one aspect, the invention provides a new hinted stem placement policy that is referred to as an unbiased-stems policy. This policy places a hinted stem so that it marks the smallest possible number of full device pixels with the least possible movement of the hinted stem center.
In general, in another aspect, the invention provides a new hinted stem placement policy that is referred to as a black-edge policy. This policy places a hinted stem such that at least one edge of a stem that covers more than one device pixel is on a device pixel boundary. This avoids drawing a stem with, for example, two gray pixels. Each stem is adjusted separately so that it has at least one black edge. This is accomplished with as small a move as possible, either left or right, for a vertical stem, or up or down, for a horizontal one.
The invention can be implemented to realize one or more of the following advantages. The new policies introduce less distortion than do prior art policies. The black-edge policy ensures that if more than one coarse pixel is marked across a stem, there will be at most one gray pixel there. The unbiased-stems policy ensures that the minimum number of coarse pixels are marked. An advantage of the black-edge policy is that it generates fewer gray pixels than other policies, which makes the result look sharper to some people. An advantage of the unbiased-stems policy is that it provides more possible locations for the center of a marked area than does the black-edge policy, for example.
The details of one or more embodiments of the invention are set forth in the accompanying drawings and the description below. Other features and advantages of the invention will become apparent from the description, the drawings, and the claims.
Like reference symbols in the various drawings indicate like elements.
As shown in
The grid ratio will generally be determined according to the number of grayscales available on an intended output device. The number of grayscales is typically defined either by the client or by the user of the output device. For example, if the device has a pixel bit-depth of 4 (that is, if a device pixel can produce 24=16 different grayscale shades), then a grid ratio of 4 (producing a 4×4 grid of fine cells in each coarse cell) would generally be the lowest suitable grid ratio. However, a higher grid ratio can be selected by the client to provide more information for the process of down sampling from the fine grid to device pixels.
Next, the process aligns stems of the character based upon the policy dictated by the client and by the grid ratio specified by the client (step 80). The process of the invention differs from the prior art in this step, where it implements two new policies that advantageously produce characters at small character sizes having both good contrast and low distortion. The policy can be selected dynamically by the renderer or the client, or it can be predetermined by the creator of the renderer.
After the stems of the character have been aligned, controls are set for resolution-dependent properties based on the grid ratio (step 82). For example, device dependent property adjustments, such as spot size (ratio of apparent pixel size to physical pixel size), can be handled in this step. Finally, a high-resolution bitmap is provided to the client (step 84). Typically, the client manages the grayscale rendering (that is, the down sampling) of the high-resolution bitmap, although such grayscale rendering can also be accomplished within the rendering process itself as mentioned previously. Examples of high-resolution bitmaps created in accordance with the invention and otherwise are shown in
Then, each stem is processed as will now be described.
If the stem is a “ghost” stem (“yes” branch from decision step 114), it is aligned to the coarse grid according to its ghost stem information (step 125). Ghost stems are described in Type 1 Format and, briefly, are stems that have only one edge to control.
Otherwise, the processing proceeds according to the policy (decision step 104).
If the policy is “hard-edge” or “soft-edge”, the process proceeds as described in the '063 patent. Under the hard-edge policy, vertical and horizontal stems are made perfectly black, i.e., grayscale is not used, and only curves and diagonals are subject to grayscale-type anti-aliasing. The soft-edge policy, on the other hand, permits anti-aliasing of the horizontal and vertical stems. Hard-edge policy tends to make sharper, darker stems, but may suffer from quantization effects. Soft-edge policy generates a smoother stem, but it may seem fuzzy to some viewers.
If the hard-edge policy is chosen, the process rounds the stem width to an integral coarse grid size (step 106), that is, to an integer multiple of a coarse grid cell width. Next, the stem is aligned to the coarse grid (step 108), which means the width of the stem completely fills one or more pixels, and the processing of the stem is complete (step 110).
If any other policy is selected (“other” branch from decision step 104), the process rounds the stem width to an integral multiple of the high-resolution grid cell size (step 112). Then, if the other policy is no policy, the processing of the stem is complete.
If the soft-edge policy is selected (“soft-edge” branch from decision step 200), the stem is aligned to the coarse grid so that the outside stem edge and a coarse grid line are aligned (step 202). The stem is moved the minimum distance necessary, if any, in either direction perpendicular to its edges, to achieve this alignment. A stem hint defines two edges, and the outside stem edge is the one that is farthest away from the center of the character. To simplify processing, an approximate value can be used for the center rather than calculating an exact center. If the center of the stem passes through the center of the character, either edge may be chosen for alignment.
It should be noted that a reference to a stem edge in this specification in general refers to an edge as defined by a stem hint. A stem hint defines two parallel edges. Thus, a stem edge, as defined by a stem hint, will be straight even when the character outline of the stem is rounded, as in the case of the left and right sides of the letter “O”.
If the unbiased-stems policy is chosen (“unbiased stems” branch from decision step 200), the stem spread is considered—that is, how many coarse grid cells (each of which corresponds to a device pixel) are marked or painted by the stem (decision step 210). If the stem width is expressed in units of coarse grid cell width, so that a stem having a width of 1.6 is 1.6 times as wide as a coarse grid cell, then the minimum number of coarse grid cells a stem can paint is found by rounding the stem width up to the next whole number. Thus, a stem of width 1.6 can paint no fewer than two coarse grid cells. If the stem paints a minimum number of coarse grid cells, the processing of the stem is complete (step 110). Otherwise, the stem is moved the minimum distance necessary, in either direction perpendicular to its edges, so that the stem only paints the minimum necessary number of coarse grid cells (step 212). The movement is made to position the stem so that its edges align with the fine (high-resolution) grid. (Recall that the stem width is the width of an integral number of fine grid cells.) The processing of the stem is complete (step 110).
If the black-edge policy is chosen (“black-edge” branch from decision step 200), the stem width is considered (decision step 220). If the stem is not at least one full coarse grid cell (that is, one full device pixel) wide, the process proceeds to decision step 210. Otherwise, the process moves the stem, if necessary, the minimum distance required, in either direction, so that at least one stem edge aligns with a coarse grid line. The processing of the stem is complete (step 110).
The black-edge and unbiased-stems policies are new. It may be noted that the prior art soft-edge policy and the new black-edge policy are, in a sense, extensions of the unbiased-stems policy. All three policies mark the minimum number of coarse pixels. The unbiased-stems policy does not move the stem except to achieve minimum coarse pixel coverage. The black-edge policy does the same thing, but may move the stem a bit farther to get one stem edge aligned with the coarse grid. And the soft-edge policy goes even further in that it moves the stem to get a specific stem edge aligned with the coarse grid.
The client can select policies that are each specific to a particular stem. More typically, the client selects a policy for horizontal stems and possibly a different policy for vertical stems.
The invention can be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them. Apparatus of the invention can be implemented in a computer program product tangibly embodied in a machine-readable storage device for execution by a programmable processor; and method steps of the invention can be performed by a programmable processor executing a program of instructions to perform functions of the invention by operating on input data and generating output. The invention can be implemented advantageously in one or more computer programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device. Each computer program can be implemented in a high-level procedural or object-oriented programming language, or in assembly or machine language if desired; and in any case, the language can be a compiled or interpreted language. Suitable processors include, by way of example, both general and special purpose microprocessors. Generally, a processor will receive instructions and data from a read-only memory and/or a random access memory. The essential elements of a computer are a processor for executing instructions and a memory. Generally, a computer will include one or more mass storage devices for storing data files; such devices include magnetic disks, such as internal hard disks and removable disks; magneto-optical disks; and optical disks. Storage devices suitable for tangibly embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM disks. Any of the foregoing can be supplemented by, or incorporated in, ASICs (application-specific integrated circuits).
The invention can be implemented in a computer system having a display device such as a monitor or LCD screen for displaying information to the user and a keyboard and a pointing device such as a mouse or a trackball by which the user can provide input to the computer system. The computer system can be programmed to provide a graphical user interface through which computer programs interact with users.
The invention has been described in terms of particular embodiments. Other embodiments are within the scope of the following claims. For example, steps of the invention can be performed in a different order and still achieve desirable results. Also, the description has implicitly assumed a down-sampling process that performs a simple mapping, such as a box filter, from high-resolution rendering to device pixel values. Other down-sampling processes can be used, however. Furthermore, the pixels of the actual output device need not be square; non-square pixels can be handled by appropriately defining a device matrix component to the current matrix that is used for rendering.
Number | Name | Date | Kind |
---|---|---|---|
4675830 | Hawkins | Jun 1987 | A |
4907282 | Daly et al. | Mar 1990 | A |
5280577 | Trevett et al. | Jan 1994 | A |
5304989 | Martinez et al. | Apr 1994 | A |
5325479 | Kaasila | Jun 1994 | A |
5664086 | Brock et al. | Sep 1997 | A |
5673371 | Koopman et al. | Sep 1997 | A |
5684510 | Brassell et al. | Nov 1997 | A |
5808600 | Mochizuki | Sep 1998 | A |
5852448 | Cheng | Dec 1998 | A |
5909221 | Nakai et al. | Jun 1999 | A |
5910805 | Hickey et al. | Jun 1999 | A |
5943063 | Dowling | Aug 1999 | A |
5959634 | Yoshida | Sep 1999 | A |
6104833 | Naoi et al. | Aug 2000 | A |
6128415 | Hultgren et al. | Oct 2000 | A |
6141441 | Cass et al. | Oct 2000 | A |
6229521 | Yip | May 2001 | B1 |
6266444 | Yoshida | Jul 2001 | B1 |
6288725 | Fu | Sep 2001 | B1 |
6342890 | Shetter | Jan 2002 | B1 |
6356278 | Stamm et al. | Mar 2002 | B1 |
6369902 | Beaman et al. | Apr 2002 | B1 |
6408109 | Silver et al. | Jun 2002 | B1 |
6438576 | Huang et al. | Aug 2002 | B1 |
6459431 | Browne et al. | Oct 2002 | B1 |
6897879 | Lyapunov et al. | May 2005 | B2 |
7190367 | Perry et al. | Mar 2007 | B2 |
20010048764 | Betrisey et al. | Dec 2001 | A1 |
20020093476 | Hill et al. | Jul 2002 | A1 |
Number | Date | Country |
---|---|---|
1 077 445 | Feb 2001 | EP |
WO 9406094 | Mar 1994 | WO |
WO 9429843 | Dec 1994 | WO |
0052673 | Sep 2000 | WO |