WO1991006924A1 - High speed character generator - Google Patents

High speed character generator Download PDF

Info

Publication number
WO1991006924A1
WO1991006924A1 PCT/US1990/006212 US9006212W WO9106924A1 WO 1991006924 A1 WO1991006924 A1 WO 1991006924A1 US 9006212 W US9006212 W US 9006212W WO 9106924 A1 WO9106924 A1 WO 9106924A1
Authority
WO
WIPO (PCT)
Prior art keywords
font
character
bit
memory means
identifier code
Prior art date
Application number
PCT/US1990/006212
Other languages
French (fr)
Inventor
David J. Statt
Original Assignee
Eastman Kodak Company
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 Eastman Kodak Company filed Critical Eastman Kodak Company
Publication of WO1991006924A1 publication Critical patent/WO1991006924A1/en

Links

Classifications

    • 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
    • G06K15/12Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers using printers by photographic printing, e.g. by laser printers
    • G06K15/128Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers using printers by photographic printing, e.g. by laser printers generating or processing printable items, e.g. characters
    • 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
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/39Control of the bit-mapped memory
    • G09G5/393Arrangements for updating the contents of the bit-mapped memory
    • 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/002Generic data access
    • G06K2215/0028Generic data access characterised by the format per se

Definitions

  • This invention relates to all points addressable printers and, more particularly, to a bit map character generator for generating the printing signals that are supplied to a marking engine in such a printer.
  • FIGS. 2 and 3 show typical bit maps of a letter "A" in both normal portrait and normal landscape mode respectively.
  • the traditional em square storage format is indicated by solid line 10, compared with a reduced storage format indicated by dashed line 12 of the type described in the Rider et al patent.
  • Each bit within the character is represented in memory as a 1, and each bit outside the character within the rectangular boundary of the character is represented as a zero.
  • the storage requirements for the characters can be considerably reduced by eliminating surrounding areas that would consist only of zeros.
  • FIG. 4 is a simplified block diagram of a prior art character generator of the type shown in U.S. Patent 4,079,458 employing the reduced format bit map fonts.
  • the character generator includes a master processor 20 that receives print commands from an input device (not shown) , such as a personal computer.
  • the master processor 20 typically comprises a programmed microprocessor.
  • a look-up table 22 contains font parameters such as character height, width, and font address, and font statistics such as the character alignment ( ⁇ x, ⁇ y) .
  • ⁇ x, ⁇ y define the alignment of the lower left corner of the reduced format bit map with respect to the baseline location of where the character should be placed.
  • the master processor 20 retrieves the character parameters and statistics from the look-up table 22 by addressing the look-up table with a character identifier (ID) such as ASCII code.
  • ID character identifier
  • the master processor 20 computes the x,y page location for the character, using the character statistics, and sends the height, width, font address, and the x,y page location of the character to a bit map character generator 24.
  • the bit map character generator 24 employs the font address and the character height and width, to retrieve the character bit map from a font memory 26 and sends the bit map to a buffer memory 27 and from there to a marking engine (not shown) .
  • the buffer memory 27 may comprise a line or page buffer, depending on the design of the character generator. Since the master processor 20 is a programmed microprocessor, each font parameter look-up takes a separate sequence of machine instructions, which consume processor time and limit the speed of character generation. It is therefore the object of the present invention to provide an improved character generator of the type employing a reduced font.
  • the object is achieved according to the present invention by providing a memory containing width, height and font address data for each character to be generated by the character generator.
  • the random access memory is addressed by the master processor with a character identifier code, and in response directly supplies the character width, height and font address information to the bit map character generator, thereby increasing the overall speed of character generation.
  • a separate random access memory is provided for width, height and font address data, and the memories are addressed in parallel with the character identifier.
  • the font memory associated with the bit map character generator contains a plurality of fonts, and the font address information is generated by combining a font selection code with a standard character code such as ASCII to produce a composite character identifier which become the address applied to the random access memories.
  • the random access memories are dual ported so that their contents can be altered by the master processor to accommodate new fonts.
  • FIG. 1 is a schematic diagram showing a bit map character generator according to the present invention
  • FIG. 2 is a diagram comparing a traditional em square font with the reduced font employed by the present invention in the normal portrait mode
  • FIG. 3 is a diagram comparing a traditional em square font with the reduced font in the landscape mode
  • FIG. 4 is a schematic diagram illustrating a bit map character generator representative of the prior art.
  • FIG. 5 is a schematic diagram illustrating the apparatus for switching between font modes according to the present invention.
  • FIG. 1 a character generator according to the present invention is shown, where elements similar to those in FIG. 4 are similarly numbered.
  • the look-up table 22 associated with the master processor 20 contains only the font statistics
  • ⁇ x, ⁇ y, and character space employed in calculating the x,y location where the reduced storage bit map should be printed and which are sent to the bit map character generator 24.
  • the font parameters required by the bit map character generator 24 are provided by random access memories (RAM) 28, 30, and 32 which contain the character width W (in bits), character height (H in words), and the character starting address (FA) in the font memory 26 respectively.
  • RAMs 28, 30 and 32 are simultaneously addressed by the master processor 20 with a character identifier (ID) .
  • ID character identifier
  • the outputs of RAMs 28, 30 and 32 are supplied directly to the bit map character generator 24, along with the x,y character location information calculated as described above.
  • the bit map character generator 24 Upon receiving the font parameters, the bit map character generator 24 retrieves the first word of the character stored in the font memory 26 at the location FA, and sends the word to page memory at location x,y.
  • bit map character generator 24 retrieves the word of the character at location FA+1 in the font memory and sends it to location x+16,y in the page memory.
  • font memory 26 In a preferred embodiment of the present invention, several character fonts are stored in font memory 26.
  • a font identification code is combined with a character identification code and the combined identifier is applied to the width, height and font address RAMs 28, 30 and 32.
  • a seven bit ASCII character identifier is combined with a six bit font identifier to form a thirteen bit ID that is applied to the RAMs. Since the font identifier is changed relatively infrequently with respect to the character identifier, the font identifier is generated once by the master processor 20 and stored in a latch until changed. Provision is also made for switching between the seven bit ASCII character identifier commonly employed in the U.S., and the eight bit extended ASCII character identifier commonly employed in Europe.
  • FIG. 5 is a schematic diagram illustrating the apparatus for latching the font identifier and switching between the seven bit ASCII mode and the eight bit ASCII mode.
  • An eight bit character identifier signal is supplied from the master processor 20 on lines 40 to a bit combiner 42.
  • In the eight bit extended ASCII mode all eight bits are used.
  • In the seven bit ASCII mode only the first seven bits are used.
  • a six bit font identifier is supplied on line 44 to a latch 46. All •six bits of the font identifier may be employed with the seven bit ASCII code, but only five bits of the font identifier are employed with the eight bit extended ASCII code.
  • a mode switch 48 controlled by the master processor 20 is switchable between the eighth bit of the character identifier code and the sixth bit of the font identifier code.
  • the mode switch is employed to select the appropriate character and font identifier bits depending on the type of fonts stored in the font memory 26.
  • the RAMs 28, 30 and 32 and the font memory 26 are dual ported to the master processor 20 so that new fonts can be easily loaded into the memory.
  • the character generator according to the present invention is useful in an all points addressable printer and is advantageous in that characters can be rapidly generated for higher printing speeds.

Abstract

In a high speed character generator of the type employing reduced font characters, the improvement wherein font parameters are contained in a random access memory that is addressed by a master processor and supplies the font parameters directly to a bit map character generator.

Description

HIGH SPEED CHARACTER GENERATOR Technical Field
This invention relates to all points addressable printers and, more particularly, to a bit map character generator for generating the printing signals that are supplied to a marking engine in such a printer. Background Art
U.S. Patent No. 4,079,458 issued March 14, 1978 to Rider et al discloses a bit map character
generator in which character bit maps are stored in a reduced format to save memory space in a character font memory. FIGS. 2 and 3 show typical bit maps of a letter "A" in both normal portrait and normal landscape mode respectively. The traditional em square storage format is indicated by solid line 10, compared with a reduced storage format indicated by dashed line 12 of the type described in the Rider et al patent. Each bit within the character is represented in memory as a 1, and each bit outside the character within the rectangular boundary of the character is represented as a zero. As can be seen in FIGS. 2 and 3, the storage requirements for the characters can be considerably reduced by eliminating surrounding areas that would consist only of zeros. However, in reducing the format in this way, some information such as the location of the character baseline, the space between characters, and the number of words (a word is a group of 16 bits) in the bit map character representation have been lost. It is necessary to supply this information to a bit map character generator that employs the reduced format fonts. FIG. 4 is a simplified block diagram of a prior art character generator of the type shown in U.S. Patent 4,079,458 employing the reduced format bit map fonts. The character generator includes a master processor 20 that receives print commands from an input device (not shown) , such as a personal computer. The master processor 20 typically comprises a programmed microprocessor. A look-up table 22 contains font parameters such as character height, width, and font address, and font statistics such as the character alignment (Δx, Δy) . Δx, Δy define the alignment of the lower left corner of the reduced format bit map with respect to the baseline location of where the character should be placed. The master processor 20 retrieves the character parameters and statistics from the look-up table 22 by addressing the look-up table with a character identifier (ID) such as ASCII code. The master processor 20 computes the x,y page location for the character, using the character statistics, and sends the height, width, font address, and the x,y page location of the character to a bit map character generator 24. The bit map character generator 24 employs the font address and the character height and width, to retrieve the character bit map from a font memory 26 and sends the bit map to a buffer memory 27 and from there to a marking engine (not shown) . The buffer memory 27 may comprise a line or page buffer, depending on the design of the character generator. Since the master processor 20 is a programmed microprocessor, each font parameter look-up takes a separate sequence of machine instructions, which consume processor time and limit the speed of character generation. It is therefore the object of the present invention to provide an improved character generator of the type employing a reduced font.
SUMMARY OF THE INVENTION The object is achieved according to the present invention by providing a memory containing width, height and font address data for each character to be generated by the character generator. The random access memory is addressed by the master processor with a character identifier code, and in response directly supplies the character width, height and font address information to the bit map character generator, thereby increasing the overall speed of character generation.
In a preferred embodiment of the present invention, a separate random access memory is provided for width, height and font address data, and the memories are addressed in parallel with the character identifier. The font memory associated with the bit map character generator contains a plurality of fonts, and the font address information is generated by combining a font selection code with a standard character code such as ASCII to produce a composite character identifier which become the address applied to the random access memories. The random access memories are dual ported so that their contents can be altered by the master processor to accommodate new fonts.
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a schematic diagram showing a bit map character generator according to the present invention;
FIG. 2 is a diagram comparing a traditional em square font with the reduced font employed by the present invention in the normal portrait mode; FIG. 3 is a diagram comparing a traditional em square font with the reduced font in the landscape mode;
FIG. 4 is a schematic diagram illustrating a bit map character generator representative of the prior art; and
FIG. 5 is a schematic diagram illustrating the apparatus for switching between font modes according to the present invention.
MODES FOR CARRYING OUT THE INVENTION
Referring to FIG. 1, a character generator according to the present invention is shown, where elements similar to those in FIG. 4 are similarly numbered. The look-up table 22 associated with the master processor 20 contains only the font statistics
Δx, Δy, and character space employed in calculating the x,y location where the reduced storage bit map should be printed and which are sent to the bit map character generator 24. The x,y character locations are calculated by the master processor 20 as follows: x = X + Δx; and y = Y + Δy, where X is the location for each character along a line expressed in pixels, and each new X is calculated from the preceding X In portrait * orientation X_new = + character spacing;
Figure imgf000006_0001
and Y is the location of the baseline of each character expressed in pixels, and is determined by the desired spacing between lines (e.g. single, one and half, double, etc). In other orientations X and Y increment differently since X and Y are referenced to the paper.
The font parameters required by the bit map character generator 24 are provided by random access memories (RAM) 28, 30, and 32 which contain the character width W (in bits), character height (H in words), and the character starting address (FA) in the font memory 26 respectively. The RAMs 28, 30 and 32 are simultaneously addressed by the master processor 20 with a character identifier (ID) . The outputs of RAMs 28, 30 and 32 are supplied directly to the bit map character generator 24, along with the x,y character location information calculated as described above.
Upon receiving the font parameters, the bit map character generator 24 retrieves the first word of the character stored in the font memory 26 at the location FA, and sends the word to page memory at location x,y.
Next, bit map character generator 24 retrieves the word of the character at location FA+1 in the font memory and sends it to location x+16,y in the page memory. The bit map character generator continues in this manner sending the bit map word from font memory location FA+N to location x+16N,y in page memory until N*=H the character height. If the width W of the character is only one line, the character generation is complete. If the width W is greater than 1, the bit map character generator sends the next word at location FA+H+1 in the bit map memory to location x+l,y the page memory. The next word at FA+W+2 is sent to x+l,y+16, and so on until the second column of words in the bit map have been sent. The bit map character generator 24 continues in this fashion until the entire character has been sent to page memory. The master processor 20 then sends the next character ID to the parameter RAMs 28, 30 and 32 to generate the next character in the image.
In a preferred embodiment of the present invention, several character fonts are stored in font memory 26. A font identification code is combined with a character identification code and the combined identifier is applied to the width, height and font address RAMs 28, 30 and 32. For example, a seven bit ASCII character identifier is combined with a six bit font identifier to form a thirteen bit ID that is applied to the RAMs. Since the font identifier is changed relatively infrequently with respect to the character identifier, the font identifier is generated once by the master processor 20 and stored in a latch until changed. Provision is also made for switching between the seven bit ASCII character identifier commonly employed in the U.S., and the eight bit extended ASCII character identifier commonly employed in Europe. In the case of the eight bit ASCII character identifier, only five bits are employed in the font identifier code. FIG. 5 is a schematic diagram illustrating the apparatus for latching the font identifier and switching between the seven bit ASCII mode and the eight bit ASCII mode. An eight bit character identifier signal is supplied from the master processor 20 on lines 40 to a bit combiner 42. In the eight bit extended ASCII mode, all eight bits are used. In the seven bit ASCII mode, only the first seven bits are used. A six bit font identifier is supplied on line 44 to a latch 46. All •six bits of the font identifier may be employed with the seven bit ASCII code, but only five bits of the font identifier are employed with the eight bit extended ASCII code. A mode switch 48 controlled by the master processor 20 is switchable between the eighth bit of the character identifier code and the sixth bit of the font identifier code. The mode switch is employed to select the appropriate character and font identifier bits depending on the type of fonts stored in the font memory 26. In the preferred mode of practicing the invention, the RAMs 28, 30 and 32 and the font memory 26 are dual ported to the master processor 20 so that new fonts can be easily loaded into the memory.
While the description of font bit maps and the definition of x,y page location have been described with reference to a portrait mode, the present invention is equally useful with other character orientations, such as landscape mode. Industrial Applicability and Advantages
The character generator according to the present invention is useful in an all points addressable printer and is advantageous in that characters can be rapidly generated for higher printing speeds.

Claims

C S:
1. Apparatus for generating a bit map representation of information to be printed by an all poi js addressable printer, comprising: a. buffer memory means for storing the bit map representation of information to be printed; b. font memory means for storing bit map representations of character fonts in a reduced format; c. font statistics memory means for storing Δx, Δy, and character space statistics for the reduced format character fonts; d. font parameter memory means for storing character width, height, and font address parameters for the reduced format character fonts, the font parameter memory means being responsive to a specific character I.D. to produce width, height, and a font address for the specified character; e. master processor means connected to the font statistics memory and the font parameter memory, and responsive to a print instruction for retrieving font statistics from the font stastics memory means, and generating an x,y character location, and for sending a specific character I.D. to the font parameter memory means; and f. bit map character generating means connected to the master processor means, the buffer memory means, the font parameter memory means, and the font memory means, and responsive to the x,y character location from the master processor means, the width,height, and font address from the font parameter memory, for retrieving a character bit map from the font memory and placing the retrieved bit map in the buffer memory at the x,y character location.
2. The apparatus claimed in claim 1, wherein the font parameter memory means comprises three random access memories (RAMs) simultaneously addressable with the character I.D. and respectively containing width, height and font address information.
3. The apparatus claimed in claim 2, wherein the RAMs are dual ported to enable the update of their contents by the master processor means.
4. The apparatus claimed in claim 1, wherein the font memory means contains a plurality of fonts, and including combining means for combining a character identifier code with a font identifier code to produce the identifier code employed to address the font parameter memory means.
5. The apparatus claimed in claim 4, further comprising latch means for latching the identifier code.
6. The apparatus claimed in claim 4, wherein the character identifier code can be either a seven bit or an eight bit code, and the font identifier code can be a five bit or six bit code respectively, and the combining means including switching means for switching between an eight bit character identifier code combined with a five bit font identifier code and a seven bit character identifier code combined with a six bit font identifier code.
PCT/US1990/006212 1989-11-02 1990-10-31 High speed character generator WO1991006924A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US43054289A 1989-11-02 1989-11-02
US430,542 1989-11-02

Publications (1)

Publication Number Publication Date
WO1991006924A1 true WO1991006924A1 (en) 1991-05-16

Family

ID=23707975

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1990/006212 WO1991006924A1 (en) 1989-11-02 1990-10-31 High speed character generator

Country Status (3)

Country Link
EP (1) EP0451250A1 (en)
JP (1) JP2872808B2 (en)
WO (1) WO1991006924A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0901116A2 (en) * 1997-09-03 1999-03-10 Nec Corporation Graphics processing method and apparatus thereof

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4079458A (en) * 1976-08-11 1978-03-14 Xerox Corporation High resolution character generator
US4234931A (en) * 1977-08-11 1980-11-18 Canon Kabushiki Kaisha Information output apparatus for putting out a character dot pattern
US4694405A (en) * 1985-07-09 1987-09-15 Office Automation Systems, Inc. Laser printer controller data alignment device
US4843405A (en) * 1987-06-12 1989-06-27 Minolta Camera Kabushiki Kaisha Method of controlling reproduction of image in bit-map controlled laser printer
US4845656A (en) * 1985-12-12 1989-07-04 Kabushiki Kaisha Toshiba System for transferring data between memories in a data-processing apparatus having a bitblt unit

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4079458A (en) * 1976-08-11 1978-03-14 Xerox Corporation High resolution character generator
US4234931A (en) * 1977-08-11 1980-11-18 Canon Kabushiki Kaisha Information output apparatus for putting out a character dot pattern
US4694405A (en) * 1985-07-09 1987-09-15 Office Automation Systems, Inc. Laser printer controller data alignment device
US4845656A (en) * 1985-12-12 1989-07-04 Kabushiki Kaisha Toshiba System for transferring data between memories in a data-processing apparatus having a bitblt unit
US4843405A (en) * 1987-06-12 1989-06-27 Minolta Camera Kabushiki Kaisha Method of controlling reproduction of image in bit-map controlled laser printer

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0901116A2 (en) * 1997-09-03 1999-03-10 Nec Corporation Graphics processing method and apparatus thereof
EP0901116A3 (en) * 1997-09-03 2000-03-29 Nec Corporation Graphics processing method and apparatus thereof
US6166747A (en) * 1997-09-03 2000-12-26 Nec Corporation Graphics processing method and apparatus thereof
CN1118040C (en) * 1997-09-03 2003-08-13 日本电气株式会社 Graphics processing method and apparatus thereof

Also Published As

Publication number Publication date
EP0451250A1 (en) 1991-10-16
JP2872808B2 (en) 1999-03-24
JPH04503037A (en) 1992-06-04

Similar Documents

Publication Publication Date Title
US4593407A (en) Pattern processing system
US5150455A (en) Image data processor
US5221921A (en) High speed character generator
US4741635A (en) Print compressor
EP0400891B1 (en) Apparatus for converting vector data of characters into dot data, having means for reducing frequency of required data conversion
US4627749A (en) Character generator system for dot matrix printers
US4642622A (en) Video signal generating circuit
AU603830B2 (en) Printer character generator
WO1991006924A1 (en) High speed character generator
EP0764919B1 (en) Printer with high bandwidth compression architecture
US5822504A (en) Font packing device and font unpacking device
US4883377A (en) Character pattern generator for dot matrix printer
CA2097898C (en) Real-time dot generator for multiple-channel, slanted, matrix printhead
EP0102750A2 (en) Character font display systems
US5093906A (en) Text orientation system for dot matrix printers
EP1093080B1 (en) Printer with high bandwidth compression architecture
JPS62121065A (en) Character enlarging printer
JPS597115B2 (en) How to create an address
JP3060349B2 (en) PRINT CONTROL DEVICE, PRINT CONTROL METHOD, AND PRINTING DEVICE
JP2670447B2 (en) Output device and method
JP3004736B2 (en) Thermal printer
JP2564513B2 (en) Printer control device
JPH03154978A (en) Method and device for output of pattern
JPS6321909B2 (en)
JPH01229666A (en) Printer

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IT LU NL SE

WWE Wipo information: entry into national phase

Ref document number: 1990916425

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1990916425

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1990916425

Country of ref document: EP