JP2699976B2 - Character generator - Google Patents

Character generator

Info

Publication number
JP2699976B2
JP2699976B2 JP62063091A JP6309187A JP2699976B2 JP 2699976 B2 JP2699976 B2 JP 2699976B2 JP 62063091 A JP62063091 A JP 62063091A JP 6309187 A JP6309187 A JP 6309187A JP 2699976 B2 JP2699976 B2 JP 2699976B2
Authority
JP
Japan
Prior art keywords
character
conversion
information
management table
storage area
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 - Fee Related
Application number
JP62063091A
Other languages
Japanese (ja)
Other versions
JPS63228195A (en
Inventor
裕子 市川
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
Priority to JP62063091A priority Critical patent/JP2699976B2/en
Publication of JPS63228195A publication Critical patent/JPS63228195A/en
Application granted granted Critical
Publication of JP2699976B2 publication Critical patent/JP2699976B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Dot-Matrix Printers And Others (AREA)
  • Controls And Circuits For Display Device (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、文字発生装置に関する。 [従来の技術] 従来、プリンタ等におけるベクトル形式の文字情報に
よる文字発生装置では、任意の文字サイズが発生でき、
有効であったが、文字発生の要求があるたびにベクトル
形式の文字情報をドット形式の文字情報に変換するに、
多大な時間を要するという欠点があった。 [発明が解決しようとする問題点] 上記従来例では、特に同じ文字を、出力する毎に非ド
ット形式の文字情報をドット形式の文字情報に変換する
ために非常に時間がかかるという欠点があった。 また、ドット形式の文字情報に変換してすべて記憶さ
せておくと、膨大な記憶領域が必要になるという欠点が
あった。 上述の問題点に鑑み、本発明によれば、ベクトル情報
をドット情報に変換する変換手段と、前記変換手段によ
り変換されたドット情報の文字を記憶する記憶領域と前
記記憶領域に記憶された文字を管理する管理テーブルと
を有する記憶手段と、変換要求のあった文字が前記管理
テーブルに登録されているか否かを調べ、登録されてい
ない場合は、前記変換手段により変換を行ない、前記変
換手段によって変換された文字情報を前記記憶領域の空
き領域があれば空き領域に記憶し、前記文字を前記管理
テーブルに登録し、前記変換された文字情報を出力し、
前記記憶領域の空き領域が無ければ、前記変換手段によ
って変換された文字情報をそのまま出力し、変換要求の
あった文字が前記管理テーブルに登録されている場合
は、前記記憶領域に記憶されている文字情報を出力する
制御手段と、を有した文字発生装置を提供することにあ
る。 〔実施例〕 第1図は本発明の1実施例を示すブロツク図である。 1は一連の処理を制御するCPU、2は文字コードを受
け取るとそのコードに対応する文字のベクトル情報をド
ツト情報に変換してCPUに返す文字変換部、3は2の文
字変換部により変換された文字及び第2図に示す制御プ
ログラムを記憶しておくRAM、4はRAMに記憶された文字
を管理する管理テーブルである。 第2図は1のCPUの動作を示すフローチヤートであ
る。 第2図を参照して本発明の一連の制御手順を説明す
る。 1のCPUに文字変換の要求の入力があると、CPUはS−
1で4の管理テーブルにその文字が登録されているかど
うかを調べる。登録されていなければ、S−2でCPUは
2の文字変換部にその文字コードを送る。S−3で3の
RAMに空領域があるかどうかを調べ、あればS−4で文
字変換部から返される文字情報を3のRAMに記憶し、S
−5でRAMに記憶させた文字を4の管理テーブルに登録
する。なければS−6でその文字情報を出力する。S−
1で登録されていれば、それに従ってS−7で3のAM上
に記憶してある文字情報を出力する。 [発明の効果] 以上、説明した様に本発明によれば、ベクトル情報を
ドット情報に変換する変換手段と、前記変換手段により
変換されたドット情報の文字を記憶する記憶領域と前記
記憶領域に記憶された文字を管理する管理テーブルとを
有する記憶手段と、変換要求のあった文字が前記管理テ
ーブルに登録されているか否かを調べ、登録されていな
い場合は、前記変換手段により変換を行ない、前記変換
手段によって変換された文字情報を前記記憶領域の空き
領域があれば空き領域に記憶し、前記文字を前記管理テ
ーブルに登録し、前記変換された文字情報を出力し、前
記記憶領域の空き領域が無ければ、前記変換手段によっ
て変換された文字情報をそのまま出力し、変換要求のあ
った文字が前記管理テーブルに登録されている場合は、
前記記憶領域に記憶されている文字情報を出力する制御
手段と、を有した文字発生装置を提供することが可能と
なる。
Description: TECHNICAL FIELD The present invention relates to a character generator. [Prior Art] Conventionally, a character generator using vector-format character information in a printer or the like can generate an arbitrary character size,
Although it was valid, the character information in vector format was converted to character information in dot format each time a character generation request was issued.
There is a disadvantage that it takes a lot of time. [Problems to be Solved by the Invention] The conventional example described above has a disadvantage that it takes a very long time to convert non-dot character information to dot character information every time the same character is output. Was. Further, if all the information is converted into dot-format character information and stored, a huge storage area is required. In view of the above-described problems, according to the present invention, a conversion unit that converts vector information into dot information, a storage area that stores characters of the dot information converted by the conversion unit, and a character that is stored in the storage area Storage means having a management table for managing the conversion table; and checking whether or not the character requested for conversion is registered in the management table. If the character is not registered, the conversion is performed by the conversion means. Storing the converted character information in a free area if there is a free area in the storage area, registering the character in the management table, outputting the converted character information,
If there is no free space in the storage area, the character information converted by the conversion means is output as it is, and if the character requested for conversion is registered in the management table, it is stored in the storage area. It is an object of the present invention to provide a character generator having a control unit for outputting character information. FIG. 1 is a block diagram showing one embodiment of the present invention. 1 is a CPU for controlling a series of processes, 2 is a character conversion unit which receives character codes, converts vector information of a character corresponding to the code into dot information and returns it to the CPU, and 3 is converted by 2 character conversion units. RAM 4, which stores the characters and the control program shown in FIG. 2, is a management table for managing the characters stored in the RAM. FIG. 2 is a flowchart showing the operation of one CPU. A series of control procedures of the present invention will be described with reference to FIG. When a request for character conversion is input to the first CPU, the CPU executes S-
It is checked whether the character is registered in the management table of 1 and 4 or not. If not registered, the CPU sends the character code to the character conversion unit 2 in S-2. S-3
It is checked whether or not there is an empty area in the RAM. If there is, in S-4, the character information returned from the character conversion unit is stored in the RAM of 3,
The character stored in the RAM at -5 is registered in the management table at 4. If not, the character information is output in S-6. S-
If it is registered at 1, the character information stored on the AM of 3 is output at S-7 according to it. [Effects of the Invention] As described above, according to the present invention, conversion means for converting vector information into dot information, a storage area for storing characters of dot information converted by the conversion means, and a storage area A storage unit having a management table for managing the stored characters and whether or not the character requested for conversion is registered in the management table is checked. If the character is not registered, conversion is performed by the conversion unit. Storing the character information converted by the conversion means in a free area of the storage area if there is a free area, registering the character in the management table, outputting the converted character information, If there is no free area, the character information converted by the conversion means is output as it is, and if the character requested for conversion is registered in the management table,
It is possible to provide a character generator having a control unit for outputting character information stored in the storage area.

【図面の簡単な説明】 第1図は本発明の一実施例を示すブロツク図、 第2図は本実施例の制御手順を示すフローチヤートであ
る。 1はCPU 2は文字変換部 3はRAM 4は管理テーブル
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing an embodiment of the present invention, and FIG. 2 is a flowchart showing a control procedure of the embodiment. 1 is a CPU 2 is a character converter 3 is a RAM 4 is a management table

Claims (1)

(57)【特許請求の範囲】 1.ベクトル情報をドット情報に変換する変換手段と、 前記変換手段により変換されたドット情報の文字を記憶
する記憶領域と前記記憶領域に記憶された文字を管理す
る管理テーブルとを有する記憶手段と、 変換要求のあった文字が前記管理テーブルに登録されて
いるか否かを調べ、登録されていない場合は、前記変換
手段により変換を行ない、前記変換手段によって変換さ
れた文字情報を前記記憶領域の空き領域があれば空き領
域に記憶し、前記文字を前記管理テーブルに登録し、前
記変換された文字情報を出力し、 前記記憶領域の空き領域が無ければ、前記変換手段によ
って変換された文字情報をそのまま出力し、 変換要求のあった文字が前記管理テーブルに登録されて
いる場合は、前記記憶領域に記憶されている文字情報を
出力する制御手段と、 を有したことを特徴とする文字発生装置。
(57) [Claims] Conversion means for converting vector information into dot information; storage means having a storage area for storing characters of the dot information converted by the conversion means and a management table for managing the characters stored in the storage area; It checks whether or not the requested character is registered in the management table. If not, the conversion is performed by the conversion unit, and the character information converted by the conversion unit is stored in the free space of the storage area. If there is, store it in a free area, register the character in the management table, output the converted character information, and if there is no free area in the storage area, leave the character information converted by the conversion unit as it is Output, if the character requested for conversion is registered in the management table, control to output the character information stored in the storage area Means, and a character generator.
JP62063091A 1987-03-17 1987-03-17 Character generator Expired - Fee Related JP2699976B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62063091A JP2699976B2 (en) 1987-03-17 1987-03-17 Character generator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62063091A JP2699976B2 (en) 1987-03-17 1987-03-17 Character generator

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP9261737A Division JP2899262B2 (en) 1997-09-26 1997-09-26 Character generator

Publications (2)

Publication Number Publication Date
JPS63228195A JPS63228195A (en) 1988-09-22
JP2699976B2 true JP2699976B2 (en) 1998-01-19

Family

ID=13219298

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62063091A Expired - Fee Related JP2699976B2 (en) 1987-03-17 1987-03-17 Character generator

Country Status (1)

Country Link
JP (1) JP2699976B2 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2901607B2 (en) * 1987-10-30 1999-06-07 株式会社日立製作所 Character output device
JP2730752B2 (en) * 1989-03-07 1998-03-25 キヤノン株式会社 Print control method and apparatus
JP2989613B2 (en) * 1989-03-08 1999-12-13 キヤノン株式会社 Character processing apparatus and method
JP2737852B2 (en) * 1989-03-08 1998-04-08 キヤノン株式会社 Character processing apparatus and method
JP2614306B2 (en) * 1989-03-08 1997-05-28 キヤノン株式会社 Character processing apparatus and method
JP2644577B2 (en) * 1989-03-08 1997-08-25 キヤノン株式会社 Printer
JP2710131B2 (en) * 1989-03-09 1998-02-10 キヤノン株式会社 Character processing apparatus and method
JPH0426890A (en) * 1990-05-22 1992-01-30 Sharp Corp Character display device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58223177A (en) * 1982-06-21 1983-12-24 富士通株式会社 Graphic japanese character pattern generator
JPS61262785A (en) * 1985-05-17 1986-11-20 富士通株式会社 Memory control

Also Published As

Publication number Publication date
JPS63228195A (en) 1988-09-22

Similar Documents

Publication Publication Date Title
JP2699976B2 (en) Character generator
EP0274440A3 (en) Printing device with data memory
JP2899262B2 (en) Character generator
EP0357389A3 (en) Output device
JPH0452968B2 (en)
JPS6388632A (en) Printing data converting method
JPS62136693A (en) Graphic character output system
JPS5627484A (en) Print format assignment system
JPH05127655A (en) Character pattern generation device
JPS61213883A (en) Character data output unit
JPS59184941A (en) Kanji code converting method
JPH07282279A (en) Data conversion device
JPH07108578B2 (en) Output device
JPS59169874A (en) Printing pattern converter
JPH0232164U (en)
JPS6019823B2 (en) information processing equipment
JPH04297959A (en) Form overlay generation system
JPS62256030A (en) Kanji (chinese character) printer
JPH04217031A (en) Program generating device
JPS61168037A (en) Printer with received data analyzing function
JPH0226770A (en) Printing control device
JPH01145713A (en) Keyboard device
JPS6327933U (en)
JPS63180894U (en)
JPS6348263U (en)

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees