JPH07132651A - Print processor - Google Patents

Print processor

Info

Publication number
JPH07132651A
JPH07132651A JP5303333A JP30333393A JPH07132651A JP H07132651 A JPH07132651 A JP H07132651A JP 5303333 A JP5303333 A JP 5303333A JP 30333393 A JP30333393 A JP 30333393A JP H07132651 A JPH07132651 A JP H07132651A
Authority
JP
Japan
Prior art keywords
font
character
outline
code
bitmap
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.)
Pending
Application number
JP5303333A
Other languages
Japanese (ja)
Inventor
Hideaki Ueda
秀明 上田
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP5303333A priority Critical patent/JPH07132651A/en
Publication of JPH07132651A publication Critical patent/JPH07132651A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To print at a high speed while holding a printing quality level by printing an enlarged character for obtaining an improvement in the quality level by an outline font, and printing a character of a normal size which cannot considerably obtain an improvement in the quality level by a bit map font. CONSTITUTION:The print processor comprises bit map font memory means 10, outline font memory means 12 and print data input means 16 for inputting a character code 2a and a control code (b) from a host apparatus 14. Font selecting means 18 selects a bit map font (e), etc., corresponding to a character code (a) based on the code (b) as to the input codes (a) and (b). Further, font reading means 70 reads the selected font (e), etc., from the means 10, etc. Image forming means 22 forms a character pattern image (f) from a read outline font (d). In addition, print data output means 26 outputs the formed image (f) to a printing mechanism 24.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、漢字印字機能を備えた
プリンタ等に用いられる印字処理装置に関しする。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a print processing device used for a printer or the like having a kanji printing function.

【0002】[0002]

【従来の技術】近年の漢字印字機能を備えたプリンタで
は、拡大文字の印字品位を高めるために、アウトライン
フォントを使用するものが多くなってきている。これら
の従来のプリンタでは、アウトラインフォント以外にビ
ットマップフォントも持っており、上位装置のCPUか
らアウトラインフォント又はビットマップフォントの指
定を受けて印字していた。
2. Description of the Related Art In recent years, many printers having a kanji printing function use outline fonts to improve the printing quality of enlarged characters. These conventional printers also have bitmap fonts in addition to outline fonts, and print by receiving an outline font or bitmap font designation from the CPU of the host device.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、従来の
プリンタでは、アウトラインフォントの印字バッファメ
モリへの展開時間がビットマップフォントの展開時間よ
り大きいため、アウトラインフォントを指定すると印字
時間が大幅に遅くなるという問題点があった。
However, in the conventional printer, since the expansion time of the outline font in the print buffer memory is longer than the expansion time of the bitmap font, the printing time is significantly delayed when the outline font is specified. There was a problem.

【0004】[0004]

【発明の目的】そこで、本発明の目的は、印字品位を保
持しながら高速な印字を可能にする印字処理装置を提供
することにある。
SUMMARY OF THE INVENTION It is therefore an object of the present invention to provide a print processing apparatus which enables high speed printing while maintaining the print quality.

【0005】[0005]

【課題を解決するための手段】本発明に係る印字処理装
置は、上記目的を達成するためになされたものであり、
各文字コードに対応するビットマップフォントを記憶す
るビットマップフォント記憶手段と、各文字コードに対
応するアウトラインフォントを記憶するアウトラインフ
ォント記憶手段と、文字コード及び制御コードを上位装
置から入力する印字データ入力手段と、この印字データ
入力手段で入力された前記文字コード及び制御コードに
ついてこの制御コードに基づきこの文字コードに対応す
るビットマップフォント又はアウトラインフォントのど
ちらか一方を選択するフォント選択手段と、このフォン
ト選択手段で選択されたビットマップフォント又はアウ
トラインフォントを前記ビットマップフォント記憶手段
又はアウトラインフォント記憶手段から読み出すフォン
ト読出手段と、このフォント読出手段で読み出されたア
ウトラインフォントから文字パターンイメージを作成す
るイメージ作成手段と、このイメージ作成手段で作成さ
れた文字パターンイメージ及び前記フォント読出手段で
読み出されたビットマップフォントを印字機構へ出力す
る印字データ出力手段とを備えたものである。
A print processing apparatus according to the present invention is made to achieve the above object.
Bitmap font storage means for storing a bitmap font corresponding to each character code, outline font storage means for storing an outline font corresponding to each character code, and print data input for inputting a character code and a control code from a higher-level device Means, a font selecting means for selecting one of a bitmap font and an outline font corresponding to the character code and the control code inputted by the print data inputting means, based on the control code, and the font. A font reading means for reading the bitmap font or the outline font selected by the selecting means from the bitmap font storing means or the outline font storing means, and an outline phone read by the font reading means. An image creating means for creating a character pattern image from the image forming means, and a print data output means for outputting the character pattern image created by the image creating means and the bitmap font read by the font reading means to a printing mechanism. It is a thing.

【0006】また、前記フォント選択手段は、前記制御
コードに含まれる文字の大きさが所定値以上である場合
に前記文字コードに対応するアウトラインフォントを選
択すると共に、前記制御コードに含まれる文字の大きさ
が所定値以下である場合に、前記文字コードに対応する
ビットマップフォントを選択するものとしてもよい。
Further, the font selection means selects an outline font corresponding to the character code when the size of the character included in the control code is equal to or larger than a predetermined value, and the font included in the character included in the control code is selected. When the size is equal to or smaller than a predetermined value, the bitmap font corresponding to the character code may be selected.

【0007】[0007]

【作用】文字コード及び制御コードは、上位装置から印
字データ入力手段に入力される。フォント選択手段は、
この制御コードに基づき文字コードに対応するビットマ
ップフォント又はアウトラインフォントのどちらか一方
を選択する。フォント選択手段で選択された文字コード
に対応するビットマップフォント又はアウトラインフォ
ントは、フォント読出手段によって、ビットマップフォ
ント記憶手段又はアウトラインフォント記憶手段から読
み出される。フォント読出手段で読み出されたアウトラ
インフォントは、イメージ作成手段によって、文字パタ
ーンイメージに変換され、印字データ出力手段を介して
印字機構へ出力される。また、フォント読出手段で読み
出されたビットマップフォントは、既に文字パターンイ
メージとなっているので、そのまま印字データ出力手段
を介して印字機構へ出力される。
The character code and the control code are input to the print data input means from the host device. Font selection means
Based on this control code, either the bitmap font or the outline font corresponding to the character code is selected. The bitmap font or outline font corresponding to the character code selected by the font selection means is read from the bitmap font storage means or outline font storage means by the font reading means. The outline font read by the font reading means is converted into a character pattern image by the image creating means and output to the printing mechanism through the print data output means. Further, since the bitmap font read by the font reading means is already a character pattern image, it is directly output to the printing mechanism via the print data output means.

【0008】[0008]

【実施例】図1は本発明の一実施例を示すブロック図で
ある。以下、この図面に基づき説明する。
FIG. 1 is a block diagram showing an embodiment of the present invention. Hereinafter, description will be given with reference to this drawing.

【0009】本発明に係る印字処理装置は、各文字コー
ドaに対応するビットマップフォントeを記憶するビッ
トマップフォント記憶手段10と、各文字コードaに対
応するアウトラインフォントdを記憶するアウトライン
フォント記憶手段12と、文字コードa及び制御コード
bを上位装置14から入力する印字データ入力手段16
と、印字データ入力手段16で入力された文字コードa
及び制御コードbについて制御コードbに基づき文字コ
ードaに対応するビットマップフォントe又はアウトラ
インフォントdのどちらか一方を選択するフォント選択
手段18と、フォント選択手段18で選択されたビット
マップフォントe又はアウトラインフォントdをビット
マップフォント記憶手段10又はアウトラインフォント
記憶手段12から読み出すフォント読出手段20と、フ
ォント読出手段20で読み出されたアウトラインフォン
トdから文字パターンイメージfを作成するイメージ作
成手段22と、イメージ作成手段22で作成された文字
パターンイメージf及びフォント読出手段20で読み出
されたビットマップフォントeを印字機構24へ出力す
る印字データ出力手段26とから概略構成されている。
The print processing apparatus according to the present invention stores a bitmap font storage means 10 for storing a bitmap font e corresponding to each character code a and an outline font storage for storing an outline font d corresponding to each character code a. Means 12 and print data input means 16 for inputting the character code a and the control code b from the host device 14.
And the character code a input by the print data input means 16.
For the control code b, the font selection means 18 for selecting either the bitmap font e or the outline font d corresponding to the character code a based on the control code b, and the bitmap font e selected by the font selection means 18 or A font reading means 20 for reading the outline font d from the bitmap font storage means 10 or the outline font storage means 12, and an image creating means 22 for creating a character pattern image f from the outline font d read by the font reading means 20. The print data output means 26 outputs the character pattern image f created by the image creating means 22 and the bitmap font e read by the font reading means 20 to the printing mechanism 24.

【0010】また、フォント選択手段18は、制御コー
ドbに含まれる文字の大きさが所定値以上である場合に
文字コードaに対応するアウトラインフォントdを選択
すると共に、制御コードbに含まれる文字の大きさが所
定値以下である場合に、文字コードaに対応するビット
マップフォントeを選択する。
The font selecting means 18 selects the outline font d corresponding to the character code a when the size of the character included in the control code b is a predetermined value or more, and the character included in the control code b. If the size of is less than or equal to a predetermined value, the bitmap font e corresponding to the character code a is selected.

【0011】さらに詳しく説明する。A more detailed description will be given.

【0012】上位装置16は、ワープロ,コンピュータ
等である。ビットマップフォント記憶手段10及びアウ
トラインフォント記憶手段12は、ROM又は磁気記憶
装置等から成る。印字データ入力手段16は、RAM等
の受信バッファメモリである。印字データ出力手段26
は、RAM等の印字バッファメモリである。フォント選
択手段18,フォント読出手段20,イメージ作成手段
22等は、CPU,ROM,RAM等から構成され、プ
ログラムにより後述する動作をする。印字機構24は、
記録紙に印字する機構である。
The upper device 16 is a word processor, a computer or the like. The bitmap font storage means 10 and the outline font storage means 12 are composed of a ROM, a magnetic storage device, or the like. The print data input means 16 is a reception buffer memory such as a RAM. Print data output means 26
Is a print buffer memory such as a RAM. The font selecting means 18, the font reading means 20, the image creating means 22 and the like are composed of a CPU, a ROM, a RAM and the like, and operate as described later by a program. The printing mechanism 24
This mechanism prints on recording paper.

【0013】印字データは、文字コードaと制御コード
bとから構成され、上位装置16から印字データ入力手
段16へ格納される。文字コードaは、フォント選択手
段18によって、文字の大きさを指定する制御コードb
に基づき、アウトラインフォントdで印字するか、ビッ
トマップフォントeで印字するかが選択される。すなわ
ち、拡大文字のようにアウトラインフォントdを採用し
た方が印字品位を著しく向上できる場合は、アウトライ
ンフォント記憶手段12に格納されているコマンド群を
フォント読出手段20で読み出し、イメージ作成手段2
2で文字パターンイメージfに変換し、印字データ出力
手段26へ格納する。また、印字品位の向上が得られな
いような小さい文字の場合は、ビットマップフォント記
憶手段10から文字イメージとしてのビットマップフォ
ントeをフォント読出手段20で読み出し、印字データ
出力手段26へ格納する。印字データ出力手段26は、
限られた容量のメモリで構成されており、印字データ入
力手段16の印字データを前記の処理を繰り返し行って
ある一定の量に達した時に、格納されたイメージデータ
を印字機構24に出力する。印字機構24は、文字パタ
ーンイメージf,ビットマップフォントe等のイメージ
データをメカニカルな印字機能により、記録紙等に刻印
する。
The print data is composed of a character code a and a control code b, and is stored in the print data input means 16 from the host device 16. The character code a is a control code b for specifying the size of the character by the font selection means 18.
Based on the above, whether to print with the outline font d or the bitmap font e is selected. That is, if the use of the outline font d such as the enlarged character can significantly improve the printing quality, the command group stored in the outline font storage unit 12 is read by the font reading unit 20 and the image creating unit 2 is read.
In step 2, the character pattern image f is converted and stored in the print data output means 26. Further, in the case of a small character for which the improvement of printing quality cannot be obtained, the bitmap font e as a character image is read from the bitmap font storage means 10 by the font reading means 20 and stored in the print data output means 26. The print data output means 26 is
It is composed of a memory having a limited capacity, and when the print data of the print data input means 16 reaches a certain amount by repeating the above processing, the stored image data is output to the printing mechanism 24. The printing mechanism 24 imprints image data such as the character pattern image f and the bit map font e on recording paper or the like by a mechanical printing function.

【0014】ここで、具体例に基づき本発明に係る印字
処理装置の動作を説明する。
The operation of the print processing apparatus according to the present invention will be described based on a specific example.

【0015】図2は印字データの例である。「A」,
「B」は文字の大きさを示す制御コードbで、「A」は
拡大文字、「B」は普通の大きさの文字を示す。「L/
F」は改行を示す制御コードbであり、文字の大きさ及
び改行を示す制御コードbの間に文字コードaが入って
いる。
FIG. 2 shows an example of print data. "A",
"B" is a control code b indicating the size of a character, "A" is an enlarged character, and "B" is a character of a normal size. "L /
“F” is a control code b indicating a line feed, and the character code a is included between the character size and the control code b indicating a line feed.

【0016】図2に示す印字データが印字データ入力手
段16に入力された場合、フォント選択手段18が一行
目L1の文字サイズ「A」を読み取り拡大文字であるこ
とを認識すると、フォント読出手段20がアウトライン
フォント記憶手段12をアクセスするモードに切り換わ
る。続いて、フォント選択手段18が文字コード「高」
を読み取ると、フォント読出手段20がその文字コード
に該当するアウトラインフォントdのコマンドをアウト
ラインフォント記憶手段12より読み出し、イメージ作
成手段22がアウトラインフォントdを文字パターンイ
メージfに変換し、印字データ出力手段26へ格納す
る。以降、「速」から「位」まで同様の処理を繰り返
す。次に、「L/F」は印字データ入力手段16から印
字データ出力手段26へそのまま転送する。
When the print data shown in FIG. 2 is input to the print data input means 16, when the font selection means 18 reads the character size "A" of the first line L1 and recognizes that it is an enlarged character, the font read means 20. Switches to a mode for accessing the outline font storage means 12. Then, the font selection means 18 causes the character code "high".
, The font reading means 20 reads the command of the outline font d corresponding to the character code from the outline font storage means 12, the image creating means 22 converts the outline font d into the character pattern image f, and the print data output means. 26. After that, the same processing is repeated from “fast” to “rank”. Next, "L / F" is transferred from the print data input means 16 to the print data output means 26 as it is.

【0017】次の二行目L2では、フォント選択手段1
8が文字の大きさ「B」を読み取り普通の大きさの文字
であることを認識すると、フォント読出手段20がビッ
トマップフォント記憶手段10をアクセスするモードに
切り換わる。続いて、フォント選択手段18が文字コー
ド「印」を読み取ると、フォント読出手段20がその文
字コードに該当する文字パターンイメージとしてのビッ
トマップフォントeをビットマップフォント記憶手段1
0より読み出し、印字データ出力手段26へ格納する。
以降「字」から「な」まで同様の処理を繰り返す。
In the next second line L2, the font selection means 1
When 8 reads the character size "B" and recognizes that it is a normal size character, the font reading means 20 switches to the mode for accessing the bitmap font storage means 10. Subsequently, when the font selection means 18 reads the character code “mark”, the font reading means 20 sets the bitmap font e as a character pattern image corresponding to the character code to the bitmap font storage means 1.
It is read from 0 and stored in the print data output means 26.
After that, the same processing is repeated from “letter” to “na”.

【0018】三行目L3は一行目L1と同様の処理とな
る。印字データ出力手段26に格納されたビットマップ
フォントe,文字パターンイメージf等、L/F(改
行)制御コードbと共に印字機構24に出力される。
The third line L3 is processed in the same manner as the first line L1. The bitmap font e, the character pattern image f, etc. stored in the print data output means 26 are output to the printing mechanism 24 together with the L / F (line feed) control code b.

【0019】図3は、図2に示す印字データに基づき記
録紙に印字された例を示す平面図である。印字機構24
は、記録紙30に、拡大文字をアウトラインフォントで
印字し(L11,L13)、普通の大きさの文字をビッ
トマップフォントで印字する(L12)。
FIG. 3 is a plan view showing an example in which the recording paper is printed based on the print data shown in FIG. Printing mechanism 24
Prints enlarged characters in outline font on the recording paper 30 (L11, L13) and prints characters of normal size in bitmap font (L12).

【0020】なお、フォント選択手段18は、本実施例
では制御コードbに含まれる文字の大きさに基づき、ア
ウトラインフォントd又はビットマップフォントeを選
択するようにしているが、これに限定されるものではな
い。例えば、制御コードbに高品位を示す情報を含ま
せ、この情報に基づきアウトラインフォントdを選択す
るようにしてもよい。
Although the font selecting means 18 selects the outline font d or the bitmap font e based on the size of the character included in the control code b in this embodiment, the font selecting means 18 is not limited to this. Not a thing. For example, the control code b may include information indicating high quality, and the outline font d may be selected based on this information.

【0021】[0021]

【発明の効果】本発明によれば、印字品位の著しい向上
が得られる拡大文字をアウトラインフォントで印字し、
印字品位の向上があまり得られない普通の大きさの文字
をビットマップフォントで印字することによって、高品
位かつ高速な印字を実現できる。
According to the present invention, enlarged characters are printed in an outline font, which can significantly improve the printing quality,
High-quality and high-speed printing can be realized by printing a normal-sized character, which does not improve the printing quality, in a bitmap font.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】本発明の一実施例における印字データの例を示
す概念図である。
FIG. 2 is a conceptual diagram showing an example of print data according to an embodiment of the present invention.

【図3】本発明の一実施例における記録紙に印字された
例を示す平面図である。
FIG. 3 is a plan view showing an example printed on a recording paper according to an embodiment of the present invention.

【符号の説明】[Explanation of symbols]

10 ビットマップフォント記憶手段 12 アウトラインフォント記憶手段 14 上位装置 16 印字データ入力手段 18 フォント選択手段 20 フォント読出手段 22 イメージ作成手段 24 印字機構 26 印字データ出力手段 10 Bitmap Font Storage Means 12 Outline Font Storage Means 14 Upper Device 16 Print Data Input Means 18 Font Selection Means 20 Font Read Means 22 Image Creating Means 24 Printing Mechanism 26 Print Data Output Means

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 各文字コードに対応するビットマップフ
ォントを記憶するビットマップフォント記憶手段と、各
文字コードに対応するアウトラインフォントを記憶する
アウトラインフォント記憶手段と、文字コード及び制御
コードを上位装置から入力する印字データ入力手段と、
この印字データ入力手段で入力された前記文字コード及
び制御コードについてこの制御コードに基づきこの文字
コードに対応するビットマップフォント又はアウトライ
ンフォントのどちらか一方を選択するフォント選択手段
と、このフォント選択手段で選択されたビットマップフ
ォント又はアウトラインフォントを前記ビットマップフ
ォント記憶手段又はアウトラインフォント記憶手段から
読み出すフォント読出手段と、このフォント読出手段で
読み出されたアウトラインフォントから文字パターンイ
メージを作成するイメージ作成手段と、このイメージ作
成手段で作成された文字パターンイメージ及び前記フォ
ント読出手段で読み出されたビットマップフォントを印
字機構へ出力する印字データ出力手段とを備えたことを
特徴とする印字処理装置。
1. A bitmap font storage means for storing a bitmap font corresponding to each character code, an outline font storage means for storing an outline font corresponding to each character code, and a character code and a control code from a host device. Print data input means for inputting,
With respect to the character code and control code input by the print data input means, a font selecting means for selecting either a bitmap font or an outline font corresponding to the character code based on the control code, and the font selecting means Font reading means for reading the selected bitmap font or outline font from the bitmap font storage means or outline font storage means, and image creating means for creating a character pattern image from the outline font read by the font reading means. A print data output means for outputting to the printing mechanism the character pattern image created by the image creating means and the bitmap font read by the font reading means. Apparatus.
【請求項2】 前記フォント選択手段は、前記制御コー
ドに含まれる文字の大きさが所定値以上である場合に前
記文字コードに対応するアウトラインフォントを選択す
ると共に、前記制御コードに含まれる文字の大きさが所
定値以下である場合に、前記文字コードに対応するビッ
トマップフォントを選択することを特徴とする請求項1
記載の印字処理装置。
2. The font selection means selects an outline font corresponding to the character code when the size of the character included in the control code is equal to or larger than a predetermined value, and the font included in the character included in the control code is selected. The bitmap font corresponding to the character code is selected when the size is equal to or smaller than a predetermined value.
The print processing device described.
JP5303333A 1993-11-09 1993-11-09 Print processor Pending JPH07132651A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5303333A JPH07132651A (en) 1993-11-09 1993-11-09 Print processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5303333A JPH07132651A (en) 1993-11-09 1993-11-09 Print processor

Publications (1)

Publication Number Publication Date
JPH07132651A true JPH07132651A (en) 1995-05-23

Family

ID=17919720

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5303333A Pending JPH07132651A (en) 1993-11-09 1993-11-09 Print processor

Country Status (1)

Country Link
JP (1) JPH07132651A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011152666A (en) * 2010-01-26 2011-08-11 Fuji Xerox Co Ltd Image information processing device, and image information processing program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6477089A (en) * 1987-09-18 1989-03-23 Toshiba Corp Character/graphic generation aid
JPH01290448A (en) * 1988-05-17 1989-11-22 Canon Inc Character generator
JPH04181991A (en) * 1990-11-16 1992-06-29 Nec Niigata Ltd System for generating character and the like

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6477089A (en) * 1987-09-18 1989-03-23 Toshiba Corp Character/graphic generation aid
JPH01290448A (en) * 1988-05-17 1989-11-22 Canon Inc Character generator
JPH04181991A (en) * 1990-11-16 1992-06-29 Nec Niigata Ltd System for generating character and the like

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011152666A (en) * 2010-01-26 2011-08-11 Fuji Xerox Co Ltd Image information processing device, and image information processing program

Similar Documents

Publication Publication Date Title
JPS63205257A (en) Printing control system
US5136688A (en) Print data processing apparatus for an image forming apparatus
US5680488A (en) Outputting method and apparatus compatible with differing resolutions
JPH0263763A (en) Printing apparatus
JPH04235069A (en) Printing apparatus
US5731800A (en) Output method and apparatus
JPH04325267A (en) Output method and its device
JPH07132651A (en) Print processor
JPH01290448A (en) Character generator
JPH06171160A (en) Printing information processor
JP3196788B2 (en) Printer and print control method
JP3226226B2 (en) Character processing method and apparatus
JPH01190465A (en) Character output device by utilizing vector font reproduction
JP2737883B2 (en) Output control device
KR950011809B1 (en) Korean character compound writing method in laser printer
JPH10254661A (en) Method and device for document processing
JPH0216068A (en) Image forming device
JPH0744539A (en) Picture processing device and its control method
JPH0211357A (en) Printing apparatus
JPH01229666A (en) Printer
JP3012269B2 (en) Printing control device
JP2690567B2 (en) Printing control device
JPH02202461A (en) Recording device
JPH05281946A (en) Method and device for character output
JPS63242561A (en) Font reducing system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19960625