EP0510922B1 - Output method and apparatus - Google Patents

Output method and apparatus Download PDF

Info

Publication number
EP0510922B1
EP0510922B1 EP92303573A EP92303573A EP0510922B1 EP 0510922 B1 EP0510922 B1 EP 0510922B1 EP 92303573 A EP92303573 A EP 92303573A EP 92303573 A EP92303573 A EP 92303573A EP 0510922 B1 EP0510922 B1 EP 0510922B1
Authority
EP
European Patent Office
Prior art keywords
character pattern
character
correction information
output
lines
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
EP92303573A
Other languages
German (de)
French (fr)
Other versions
EP0510922A2 (en
EP0510922A3 (en
Inventor
Tsuneaki C/O Canon Kabushiki Kaisha Kurumida
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Publication of EP0510922A2 publication Critical patent/EP0510922A2/en
Publication of EP0510922A3 publication Critical patent/EP0510922A3/en
Application granted granted Critical
Publication of EP0510922B1 publication Critical patent/EP0510922B1/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K3/00Methods or arrangements for printing of data in the shape of alphanumeric or other characters from a record carrier, e.g. interpreting, printing-out from a magnetic tape
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K15/00Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
    • G06K15/02Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers using printers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K15/00Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K2215/00Arrangements for producing a permanent visual presentation of the output data
    • G06K2215/0002Handling the output data
    • G06K2215/004Generic data transformation
    • G06K2215/0042Rasterisation
    • G06K2215/0045Converting outline to bitmap

Definitions

  • the invention relates to output method and apparatus for outputting by using an outline font.
  • a printing apparatus to perform printing by using a bit map font or an outline font.
  • the data of the outline font is constructed by outline information and auxiliary information to prevent an outline of the same width being seen as different outlines by a calculation error.
  • EP-A-0,389,131 discloses apparatus for converting outline data representative of a character into dot data in which normally prepared dot data is changed to reduce the difference between outline and reproduction widths of the difference exceeds a predetermined value.
  • Fig. 1 is a block diagram for explaining the invention.
  • reference numeral 1 denotes a CPU to control a printing apparatus of the invention in accordance with a program
  • 2 indicates an input unit which receives data that is transmitted from a host computer
  • 3 an ROM to store a program to control the printing apparatus such as a program, which will be explained hereinlater, and outline font data
  • 4 an RAM which is used as a work memory when printing
  • 5 a print buffer to store print data in a state of a bit map
  • 6 a printing unit to print onto a paper in accordance with a bit image developed by the print buffer.
  • step 1 in Fig. 2 data is received from the host computer.
  • step 2 a check is made to see if the received data is a character code or a control code.
  • a character is developed into the RAM 4 from the outline font in accordance with the character code.
  • step 4 the outline font developed in step 3 is transferred into the print buffer 5.
  • step 5 a check is made to see if the control code is a paper delivery code or not. When it is the paper delivery code, step 6 follows. If NO, step 7 follows.
  • step 6 the content in the print buffer 5 is supplied to the printing unit 6 and printed, thereby finishing the printing operation.
  • step 7 other control operations of the printer are executed in accordance with the control code.
  • Fig. 3 is a diagram showing outline information of a character "H" and correction information to calculate the outline of the character "H".
  • a width of left stem is constructed by 48 dots and a width of right stem is constructed by 50 dots.
  • a flag indicates that the coordinates in the case of 0 relate to the absolute coordinates.
  • the coordinates indicate the relative coordinates from the position of X and Y just before.
  • the end of data is shown.
  • a unit of each of the coordinates X and Y and the correction values X and Y is set to dot.
  • Fig. 4 is a flowchart for a subroutine to develop the data of the format shown in Fig. 3.
  • step 10 a scaling factor in the X direction is substituted to SFX.
  • step 11 a scaling factor in the Y direction is substituted to SFY.
  • step 12 a value of the flag is read, thereby judging whether it is equal to -1 or not.
  • step 13 is executed. If NO, step 14 is executed.
  • step 13 all of the bits corresponding to the dots in the outline drawn are set to ON and the subroutine is finished.
  • step 14 a check is made to see if the flag is set to 0 or not. When it is equal to 0, step 15 follows. If NO, step 17 follows.
  • step 15 the X coordinate is calculated on the assumption that the coordinate data indicates the absolute coordinate, and the calculated coordinate value is substituted to X'.
  • step 16 the Y coordinate is calculated on the assumption that the coordinate data indicates the absolute coordinate, and the calculated coordinate value is substituted to Y'.
  • step 17 the X coordinate is calculated on the assumption that the coordinate data indicates the absolute coordinate, and the calculation is performed by using the X coordinate just before and the calculated coordinate value is substituted to X'.
  • step 18 the Y coordinate is calculated by using the Y coordinate just before on the assumption that the coordinate data indicates the absolute coordinate. The calculated coordinate value is substituted to Y'.
  • step 15 to 18 DATA(X) denotes data of the X coordinate; DATA(Y) indicates data of the Y coordinate; correction (X) denotes data of the correction X; and correction (Y) represents data of the correction (Y), respectively. It is assumed that the above calculations are executed on the basis of integer values and the decimal portion is omitted.
  • step 19 a check is made to see if the calculated point is the first point of the outline or not. When it is the first point, step 21 follows. If NO, step 20 follows. In step 20, the coordinates (X, Y) of the point just before and the coordinates (X', Y') which have been calculated at present are connected by a straight line. In step 21, X' is substituted to X. In step 22, Y' is substituted to Y.
  • the processing routine advances to step 12 to process the next data.
  • Fig. 5 is a table showing outline information in the case where the data of Fig. 3 is developed by an algorithm of Fig. 4.
  • the scaling factor is set to 1/10.
  • Fig. 6 relates to an example showing the case of generating on the basis of the invention by Fig. 5.
  • Fig. 7 is a diagram showing data of the same character as that of Fig. 3 by using the conventional technique. Obviously, no correction information exists in the conventional technique.
  • Fig. 8 is a table showing outline information in the case of developing the data of Fig. 7 by using the conventional technique.
  • the scaling factor is equal to 1/10.
  • Fig. 9 relates to an example showing Fig. 8. It will be obviously understood that the quality of the character shown in Fig. 9 is inferior to that shown in Fig. 6.
  • a ratio of the widths of the stems of "H" is equal to 48 dots to 50 dots. When such a ratio is scaled down into 1/10, it becomes 4.8:5.0. When it is further rounded into integers, it becomes 4:5 although the ratio of 5:5 is desirable.
  • the left stem is inherently smaller than the right stem by only 4%, in the case of the character shown in Fig. 9 which has been developed by the conventional technique, the left stem is smaller than the right stem by about 20%.
  • a desirable width ratio of 5:5 is derived.
  • Fig. 10 is a table showing outline information when the data of Fig. 3 is developed by the algorithm of Fig. 4.
  • the scaling factor is equal to 1/20.
  • the fractions are not omitted but are rounded to the nearest whole number.
  • Fig. 11 shows an example of a character generated according to the invention on the basis of Fig. 10.
  • Fig. 12 is a table showing outline information when the data of Fig. 7 is developed by using the conventional technique.
  • the scaling factor is equal to 1/20.
  • the fractions are not omitted but are rounded to the nearest whole number.
  • Fig. 13 shows an example of a character generated according to the conventional method on the basis of Fig. 12.
  • the widths of the left and right stems according to the conventional developing system are set to two and three dots, respectively. According to the developing system of the invention, however, the widths of both of the left and right stems are equal to three dots.
  • the conventional technique is used for a character such that a difference of the widths of the stems of the original character is merely equal to 4%, a difference of 33% can occur. According to the invention, however, a character of a higher quality can be generated.
  • Fig. 14 shows general equations of a Bezier curve.
  • the Bezier curve comprises four points. Two points at both ends are edge points and intermediate two points are control points. A well balanced curve is developed by controlling the edge points and the intermediate points.
  • a postscript ® exists as one of the languages of the controller of the printer as a character using a Bezier curve. Since many examples in which the Bezier curve is applied to characters already exist, their detailed descriptions are omitted here. In this case as well, the invention can be obviously applied.
  • a symmetrical character having a high quality can be generated irrespective of a calculating method such as method of omitting the fractions, method of raising the fractions to the unit, or method of rounding to the nearest whole number.
  • the scaling factor can be also set by using a CRT keyboard or the like.
  • the invention by providing the correction information of the outline, it is possible to prevent the inconvenience such that character lines of different widths become extremely different due to the output size.
  • the invention can be obviously also applied to a display apparatus such as a CRT or the like or a printing apparatus such as ink jet printer, laser beam printer, or the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Controls And Circuits For Display Device (AREA)
  • Dot-Matrix Printers And Others (AREA)

Description

The invention relates to output method and apparatus for outputting by using an outline font.
It is known for a printing apparatus to perform printing by using a bit map font or an outline font. When an outline font is used, the data of the outline font is constructed by outline information and auxiliary information to prevent an outline of the same width being seen as different outlines by a calculation error.
In the conventional example, however, when the widths of outlines on the outline font data are not equal but are slightly different, even in the case where an original character is developed to a small character, the original outlines are judged as outlines of different widths, so that there are the following drawbacks.
  • (1) When an original character is developed to a small character, the difference of the widths becomes noticeable.
  • (2) If the widths are set to the same value, when a character is enlarged, a delicate line cannot be expressed and the quality of the character deteriorates.
  • European Patent Specification No. EP-A-0,389,131 discloses apparatus for converting outline data representative of a character into dot data in which normally prepared dot data is changed to reduce the difference between outline and reproduction widths of the difference exceeds a predetermined value.
    In accordance with a first aspect of the present invention there is provided a character processing apparatus as set out in claim 1.
    In accordance with a second aspect of the present invention there is provided a character processing method as set out in claim 7.
    BRIEF DESCRIPTION OF THE DRAWINGS
  • Fig. 1 is a block diagram of a printing apparatus which embodies the present invention;
  • Fig. 2 is a flowchart showing a control of the printing apparatus which embodies the invention;
  • Fig. 3 is a table showing examples of outline information and auxiliary information in the invention;
  • Fig. 4 is a flowchart for developing a character from the outline information and the correction information;
  • Fig. 5 is a table showing an example of a character outline which has been calculated from the outline information and the correction information;
  • Fig. 6 is a diagram showing an outline of the character of Fig. 5;
  • Fig. 7 is a table showing an example of outline information in a conventional technique;
  • Fig. 8 is a table showing a character outline developed by a conventional technique;
  • Fig. 9 shows an example of the character outline of Fig. 8;
  • Fig. 10 is a table showing an example of a character outline calculated from the outline information and the correction information by a method of rounding to the nearest whole number;
  • Fig. 11 is a diagram showing the outline of the character of Fig. 10;
  • Fig. 12 is a table showing a character outline developed by a method of rounding to the nearest whole number by using the conventional technique;
  • Fig. 13 is a diagram showing an example of the character outline of Fig. 12; and
  • Fig. 14 is a diagram showing developing equations of a Bezier curve.
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
    Embodiments of the present invention will be described in detail hereinbelow with reference to the drawings. The invention can be applied to an apparatus or a system or can be also applied to the case of accomplishing the invention by supplying a program to an apparatus or a system.
    Fig. 1 is a block diagram for explaining the invention. In the diagram, reference numeral 1 denotes a CPU to control a printing apparatus of the invention in accordance with a program; 2 indicates an input unit which receives data that is transmitted from a host computer; 3 an ROM to store a program to control the printing apparatus such as a program, which will be explained hereinlater, and outline font data; 4 an RAM which is used as a work memory when printing; 5 a print buffer to store print data in a state of a bit map; and 6 a printing unit to print onto a paper in accordance with a bit image developed by the print buffer.
    A control of the printing apparatus of Fig. 1 will now be described with reference to a flowchart of Fig. 2. In step 1 in Fig. 2, data is received from the host computer. In step 2, a check is made to see if the received data is a character code or a control code. A character is developed into the RAM 4 from the outline font in accordance with the character code. In step 4, the outline font developed in step 3 is transferred into the print buffer 5. In step 5, a check is made to see if the control code is a paper delivery code or not. When it is the paper delivery code, step 6 follows. If NO, step 7 follows. In step 6, the content in the print buffer 5 is supplied to the printing unit 6 and printed, thereby finishing the printing operation. In step 7, other control operations of the printer are executed in accordance with the control code.
    Fig. 3 is a diagram showing outline information of a character "H" and correction information to calculate the outline of the character "H". In the case of the character "H" in the example, a width of left stem is constructed by 48 dots and a width of right stem is constructed by 50 dots. A flag indicates that the coordinates in the case of 0 relate to the absolute coordinates. In the case of 1, the coordinates indicate the relative coordinates from the position of X and Y just before. In the case of -1, the end of data is shown. A unit of each of the coordinates X and Y and the correction values X and Y is set to dot.
    Fig. 4 is a flowchart for a subroutine to develop the data of the format shown in Fig. 3. In the diagram, in step 10, a scaling factor in the X direction is substituted to SFX. In step 11, a scaling factor in the Y direction is substituted to SFY. In step 12, a value of the flag is read, thereby judging whether it is equal to -1 or not. When it is -1, step 13 is executed. If NO, step 14 is executed. In step 13, all of the bits corresponding to the dots in the outline drawn are set to ON and the subroutine is finished. In step 14, a check is made to see if the flag is set to 0 or not. When it is equal to 0, step 15 follows. If NO, step 17 follows. In step 15, the X coordinate is calculated on the assumption that the coordinate data indicates the absolute coordinate, and the calculated coordinate value is substituted to X'. In step 16, the Y coordinate is calculated on the assumption that the coordinate data indicates the absolute coordinate, and the calculated coordinate value is substituted to Y'. In step 17, the X coordinate is calculated on the assumption that the coordinate data indicates the absolute coordinate, and the calculation is performed by using the X coordinate just before and the calculated coordinate value is substituted to X'. In step 18, the Y coordinate is calculated by using the Y coordinate just before on the assumption that the coordinate data indicates the absolute coordinate. The calculated coordinate value is substituted to Y'. In steps 15 to 18, DATA(X) denotes data of the X coordinate; DATA(Y) indicates data of the Y coordinate; correction (X) denotes data of the correction X; and correction (Y) represents data of the correction (Y), respectively. It is assumed that the above calculations are executed on the basis of integer values and the decimal portion is omitted. In step 19, a check is made to see if the calculated point is the first point of the outline or not. When it is the first point, step 21 follows. If NO, step 20 follows. In step 20, the coordinates (X, Y) of the point just before and the coordinates (X', Y') which have been calculated at present are connected by a straight line. In step 21, X' is substituted to X. In step 22, Y' is substituted to Y. The processing routine advances to step 12 to process the next data.
    Fig. 5 is a table showing outline information in the case where the data of Fig. 3 is developed by an algorithm of Fig. 4. The scaling factor is set to 1/10.
    Fig. 6 relates to an example showing the case of generating on the basis of the invention by Fig. 5.
    Effects of the invention with respect to the output examples mentioned above are shown in comparison with the conventional techniques.
    Fig. 7 is a diagram showing data of the same character as that of Fig. 3 by using the conventional technique. Obviously, no correction information exists in the conventional technique.
    Fig. 8 is a table showing outline information in the case of developing the data of Fig. 7 by using the conventional technique. The scaling factor is equal to 1/10.
    Fig. 9 relates to an example showing Fig. 8. It will be obviously understood that the quality of the character shown in Fig. 9 is inferior to that shown in Fig. 6. A ratio of the widths of the stems of "H" is equal to 48 dots to 50 dots. When such a ratio is scaled down into 1/10, it becomes 4.8:5.0. When it is further rounded into integers, it becomes 4:5 although the ratio of 5:5 is desirable. Although the left stem is inherently smaller than the right stem by only 4%, in the case of the character shown in Fig. 9 which has been developed by the conventional technique, the left stem is smaller than the right stem by about 20%. On the other hand, according to the invention, a desirable width ratio of 5:5 is derived.
    (Another embodiment 1)
    There will be explained an embodiment in the case where the process to omit the fractions is not used but a process to round to the nearest whole number is used in the calculations when executing steps 15 to 18 in Fig. 4 in the construction of the embodiment mentioned above.
    Fig. 10 is a table showing outline information when the data of Fig. 3 is developed by the algorithm of Fig. 4. The scaling factor is equal to 1/20. In the calculations in steps 15 to 18, the fractions are not omitted but are rounded to the nearest whole number.
    Fig. 11 shows an example of a character generated according to the invention on the basis of Fig. 10.
    The effects of the present invention mentioned above will now be explained in comparison with the conventional technique.
    Fig. 12 is a table showing outline information when the data of Fig. 7 is developed by using the conventional technique. The scaling factor is equal to 1/20. In the calculation of the outline, the fractions are not omitted but are rounded to the nearest whole number.
    Fig. 13 shows an example of a character generated according to the conventional method on the basis of Fig. 12.
    As will be obviously understood from Figs. 11 and 13, the widths of the left and right stems according to the conventional developing system are set to two and three dots, respectively. According to the developing system of the invention, however, the widths of both of the left and right stems are equal to three dots. When the conventional technique is used for a character such that a difference of the widths of the stems of the original character is merely equal to 4%, a difference of 33% can occur. According to the invention, however, a character of a higher quality can be generated.
    (Another embodiment 2)
    Although the above embodiment has been described with respect to the case where a character is expressed by only straight lines, a similar effect is also obtained for a character which is expressed by a curve. Fig. 14 shows general equations of a Bezier curve. The Bezier curve comprises four points. Two points at both ends are edge points and intermediate two points are control points. A well balanced curve is developed by controlling the edge points and the intermediate points. A postscript ® exists as one of the languages of the controller of the printer as a character using a Bezier curve. Since many examples in which the Bezier curve is applied to characters already exist, their detailed descriptions are omitted here. In this case as well, the invention can be obviously applied.
    As shown above, by adding the correction information to the outline information of a character, a symmetrical character having a high quality can be generated irrespective of a calculating method such as method of omitting the fractions, method of raising the fractions to the unit, or method of rounding to the nearest whole number.
    It is also possible to use a method whereby the scaling factor is judged and the process similar to that in the conventional technique is executed up to a predetermined reduction ratio (for example, 1/8). The scaling factor can be also set by using a CRT keyboard or the like.
    According to the invention as explained in detail above, by providing the correction information of the outline, it is possible to prevent the inconvenience such that character lines of different widths become extremely different due to the output size. The invention can be obviously also applied to a display apparatus such as a CRT or the like or a printing apparatus such as ink jet printer, laser beam printer, or the like.
    Lastly, in the case of reducing a character having a portion whose width is equal to 48 dots and a portion whose width is equal to 50 dots (reduction ratio is set to 1/10 and the fractions are omitted), 50 dots are reduced into 5 dots and 48 dots are expressed as (50 - 2) and (50/10 - 2/10) is calculated, so that 5 - 0 = 5. That is, in the case of a large output size, although there is a width difference, in the case of outputting by a small size, the character is generated in a state such as not to cause a difference. In this manner, an output character of a high quality is realized.

    Claims (11)

    1. A character processing apparatus for generating an output character, the apparatus comprising:
      first memory means (3) storing coordinate point information which expresses the outline of a character pattern;
      means (1) for setting a scaling factor in accordance with the size with which the character pattern is to be output;
      means (1, 5) for generating from the stored coordinate point information output coordinates representing the character pattern which is to be output by multiplying the stored coordinate information with said scaling factor;
         and characterised by
         second memory means (3) storing correction information relating to character patterns which include at least two lines which differ slightly in width from one another and comprising values by which the coordinate point information is corrected in order to achieve the width difference of said at least two lines; and in that said generating means are adapted to use the coordinate point information stored in said first memory means and the correction information stored in said second memory means when generating a character pattern which has at least two lines which differ slightly in width so that if the character pattern to be generated is below a predetermined size said two lines have, in the generated character pattern, the same width, and if the character pattern to be generated is above said predetermined size the size relationship between the said two lines is maintained.
    2. Apparatus according to claim 1, wherein said generating means is adapted to add the coordinate point information as multiplied by said scaling factor and rounded into integer values to the appropriately scaled correction information, as rounded into integer values, so as to derive the coordinate point information which defines the character pattern to be output.
    3. Apparatus according to claim 1 or claim 2, further comprising means for outputting the character pattern generated by said generating means.
    4. Apparatus according to claim 3, wherein said output means comprises a printer or a display device.
    5. Apparatus according to claim 1, wherein the correction information stored in said second memory means has no effect on generation of a character pattern by said generating means if the character pattern is smaller than said predetermined size.
    6. Apparatus according to any preceding claim, further comprising means (2) for inputting character data for a character pattern to be generated.
    7. A character processing method comprising:
      utilising coordinate point information which expresses a character pattern and which is stored in a first memory as coordinate points of an outline of the character pattern;
      setting a scaling factor in accordance with the size with which the character pattern is to be output; and
      generating from the stored coordinate point information output coordinates representing the outline of the output character pattern by multiplying the stored coordinate points with the scaling factor, the method being characterised by utilising correction information stored in a second memory means, the correction information relating to character patterns which include at least two lines which differ slightly in width from one another, the correction information comprising values by which the coordinate point information is corrected in order to achieve the width difference of said at least two lines; and in that said generating step further multiplies the values of the correction information stored in said second memory means with the scaling factor and combines the scaled integer values of the correction information with the output coordinates, so that if the character pattern to be generated is below a predetermined size said two lines have, in the generated character pattern, the same width, and if the character pattern to be generated is above said predetermined size the size relationship between the said two lines is maintained.
    8. A method according to claim 7, wherein in said generating step the coordinate point information as multiplied by said scaling factor and rounded into integer values is added to appropriately scaled correction information, as rounded into integer values, so as to derive said output coordinates.
    9. A method according to claim 7 or claim 8, further comprising outputting the character pattern generated by said generating means.
    10. A method according to claim 9, wherein said outputting is carried out hy a printer or a display device.
    11. A method according to any one of claims 7 to 10, wherein the correction information stored in said second memory means has no effect on generation of a character pattern by said generating means if the character pattern is smaller than said predetermined size.
    EP92303573A 1991-04-23 1992-04-22 Output method and apparatus Expired - Lifetime EP0510922B1 (en)

    Applications Claiming Priority (2)

    Application Number Priority Date Filing Date Title
    JP3092287A JP3029135B2 (en) 1991-04-23 1991-04-23 Character processing apparatus and method
    JP92287/91 1991-04-23

    Publications (3)

    Publication Number Publication Date
    EP0510922A2 EP0510922A2 (en) 1992-10-28
    EP0510922A3 EP0510922A3 (en) 1993-05-12
    EP0510922B1 true EP0510922B1 (en) 1998-06-24

    Family

    ID=14050199

    Family Applications (1)

    Application Number Title Priority Date Filing Date
    EP92303573A Expired - Lifetime EP0510922B1 (en) 1991-04-23 1992-04-22 Output method and apparatus

    Country Status (5)

    Country Link
    US (1) US5623584A (en)
    EP (1) EP0510922B1 (en)
    JP (1) JP3029135B2 (en)
    KR (1) KR950014169B1 (en)
    DE (1) DE69225999T2 (en)

    Families Citing this family (5)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    JPH08194459A (en) * 1995-01-19 1996-07-30 Fujitsu Ltd Outline character plotting device
    JP2001209821A (en) * 2000-01-27 2001-08-03 Mitsubishi Electric Corp Device and method for processing three-dimensional graphics
    US6749386B2 (en) 2001-08-20 2004-06-15 Maclean-Fogg Company Locking fastener assembly
    CN116693695A (en) 2017-02-12 2023-09-05 百欧恩泰美国公司 HLA-based methods and compositions and uses thereof
    EP3899954A4 (en) 2018-12-21 2022-09-14 BioNTech US Inc. Method and systems for prediction of hla class ii-specific epitopes and characterization of cd4+ t cells

    Family Cites Families (6)

    * Cited by examiner, † Cited by third party
    Publication number Priority date Publication date Assignee Title
    US4331955A (en) * 1980-08-07 1982-05-25 Eltra Corporation Method and apparatus for smoothing outlines
    US4542412A (en) * 1982-02-04 1985-09-17 Shaken Co., Ltd. Method for compressing character or pictorial image data
    IE852259L (en) * 1985-09-13 1987-03-13 Scottish & Newcastle Breweries A method and apparatus for constructing, storing and¹displaying characters
    US5050228A (en) * 1989-03-04 1991-09-17 Brother Kogyo Kabushiki Kaisha Apparatus for converting image outline data into dot data representative of image dots
    US5241653A (en) * 1990-04-12 1993-08-31 Adobe Systems Incorporated Apparatus and method for adjusting and displaying scaled, rasterized characters
    JP2755789B2 (en) * 1990-06-11 1998-05-25 キヤノン株式会社 Character font memory and character pattern generator using the character font memory

    Also Published As

    Publication number Publication date
    US5623584A (en) 1997-04-22
    EP0510922A2 (en) 1992-10-28
    KR950014169B1 (en) 1995-11-22
    KR920020347A (en) 1992-11-21
    JP3029135B2 (en) 2000-04-04
    DE69225999D1 (en) 1998-07-30
    EP0510922A3 (en) 1993-05-12
    JPH04323055A (en) 1992-11-12
    DE69225999T2 (en) 1998-11-12

    Similar Documents

    Publication Publication Date Title
    US5959635A (en) Character pattern generator
    EP0389145B1 (en) Apparatus and method for generating pattern data for a display and/or a printer
    JPS60140472A (en) Interactive controller for font pattern formation/correction/synthesis
    EP0510922B1 (en) Output method and apparatus
    EP0467598A2 (en) Image processing apparatus
    US7787707B2 (en) Image-processing device performing image process on raster image data in response to received specific code
    US5883637A (en) Kerning method and a typographic apparatus utilizing same
    EP0420575B1 (en) Printer apparatus
    JP3342315B2 (en) Print control device and print control method
    USRE40328E1 (en) Document processing with flexible resolution and output style
    JPH0263762A (en) Output apparatus
    US8086069B2 (en) Data-generating apparatus, method, and program for image forming
    JP2782752B2 (en) Character pattern output device
    JPH0493994A (en) Character processor
    JP3282647B2 (en) Overlay printing system and method
    JP2629098B2 (en) Character arrangement correction method
    JP3057978B2 (en) Character generator
    JP3082236B2 (en) Character drawing device
    JP3071614B2 (en) Printer device
    JPH10222146A (en) Character display device, display method and font information
    JPH07234945A (en) Character output device
    JP2000287075A (en) Method and unit for image processing
    JPH06227042A (en) High-quality printing method
    JPH0511736A (en) Character pattern output device
    JPH0981333A (en) Printer driver and printer control method

    Legal Events

    Date Code Title Description
    PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

    Free format text: ORIGINAL CODE: 0009012

    AK Designated contracting states

    Kind code of ref document: A2

    Designated state(s): DE FR GB IT

    PUAL Search report despatched

    Free format text: ORIGINAL CODE: 0009013

    AK Designated contracting states

    Kind code of ref document: A3

    Designated state(s): DE FR GB IT

    17P Request for examination filed

    Effective date: 19930924

    17Q First examination report despatched

    Effective date: 19960424

    GRAG Despatch of communication of intention to grant

    Free format text: ORIGINAL CODE: EPIDOS AGRA

    GRAG Despatch of communication of intention to grant

    Free format text: ORIGINAL CODE: EPIDOS AGRA

    GRAH Despatch of communication of intention to grant a patent

    Free format text: ORIGINAL CODE: EPIDOS IGRA

    GRAH Despatch of communication of intention to grant a patent

    Free format text: ORIGINAL CODE: EPIDOS IGRA

    GRAA (expected) grant

    Free format text: ORIGINAL CODE: 0009210

    AK Designated contracting states

    Kind code of ref document: B1

    Designated state(s): DE FR GB IT

    REF Corresponds to:

    Ref document number: 69225999

    Country of ref document: DE

    Date of ref document: 19980730

    ITF It: translation for a ep patent filed

    Owner name: SOCIETA' ITALIANA BREVETTI S.P.A.

    ET Fr: translation filed
    PLBE No opposition filed within time limit

    Free format text: ORIGINAL CODE: 0009261

    STAA Information on the status of an ep patent application or granted ep patent

    Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

    26N No opposition filed
    REG Reference to a national code

    Ref country code: GB

    Ref legal event code: IF02

    PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

    Ref country code: IT

    Payment date: 20090420

    Year of fee payment: 18

    Ref country code: FR

    Payment date: 20090424

    Year of fee payment: 18

    Ref country code: DE

    Payment date: 20090430

    Year of fee payment: 18

    PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

    Ref country code: GB

    Payment date: 20090428

    Year of fee payment: 18

    GBPC Gb: european patent ceased through non-payment of renewal fee

    Effective date: 20100422

    REG Reference to a national code

    Ref country code: FR

    Ref legal event code: ST

    Effective date: 20101230

    PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

    Ref country code: DE

    Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

    Effective date: 20101103

    PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

    Ref country code: GB

    Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

    Effective date: 20100422

    Ref country code: IT

    Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

    Effective date: 20100422

    PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

    Ref country code: FR

    Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

    Effective date: 20100430