JPS6129013B2 - - Google Patents

Info

Publication number
JPS6129013B2
JPS6129013B2 JP55120286A JP12028680A JPS6129013B2 JP S6129013 B2 JPS6129013 B2 JP S6129013B2 JP 55120286 A JP55120286 A JP 55120286A JP 12028680 A JP12028680 A JP 12028680A JP S6129013 B2 JPS6129013 B2 JP S6129013B2
Authority
JP
Japan
Prior art keywords
character
characters
line buffer
line
buffer
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
Application number
JP55120286A
Other languages
Japanese (ja)
Other versions
JPS5745688A (en
Inventor
Satoshi Kusano
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP55120286A priority Critical patent/JPS5745688A/en
Publication of JPS5745688A publication Critical patent/JPS5745688A/en
Publication of JPS6129013B2 publication Critical patent/JPS6129013B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Dot-Matrix Printers And Others (AREA)

Description

【発明の詳細な説明】 本発明は、情報処理装置の出力装置として使用
されるドツトプリンタに関し、外部装置からプリ
ンタのラインバツフアへの情報の転送効率を向上
させるものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a dot printer used as an output device of an information processing device, and is intended to improve the efficiency of information transfer from an external device to a line buffer of the printer.

第1図イ,ロ,ハは、プリンタで実際に印字さ
れた文字の情態を示すもので、イは標準文字即ち
標準の大きさの文字が10字印字された例、ロは10
文字のうち標準文字が9字、大型文字が1字印字
された例である。ハは拡大モードで印字された例
で、拡大文字が9字、大型文字が1字から成つて
いる。通常ロ図の印字例中の“大”の字のような
漢字等は、文字の高さは標準文字と同じである
が、横方向は標準文字の2倍の大きさに成つてお
り、文字発生器にも大型文字のパターンで記憶さ
れている。拡大文字は、文字発生器には標準文字
のパターンで記憶されているが、印字時に同じド
ツトを横方向に2回印字するものであり、従つて
拡大文字も標準文字の2倍の幅になる。拡大文字
は、例えば見出し等に用いられるものであり、拡
大モードで印字されるときは、拡大文字と標準文
字が混在するということは無く、その行について
はすべてが拡大文字で印字される。
Figure 1 A, B, and C show the state of characters actually printed by the printer. A is an example of 10 standard characters, that is, characters of standard size, and
This is an example in which nine standard characters and one large-sized character are printed. C is an example printed in enlarged mode, consisting of 9 enlarged characters and 1 large-sized character. In the case of kanji characters such as the character "dai" in the printing example of the ordinary square map, the height of the character is the same as that of the standard character, but the horizontal direction is twice the size of the standard character. The generator also stores the pattern in large letters. Enlarged characters are stored in the character generator as standard character patterns, but when printing, the same dot is printed twice in the horizontal direction, so the enlarged characters are also twice as wide as the standard characters. . Enlarged characters are used for headings, for example, and when printed in enlarged mode, enlarged characters and standard characters are not mixed, and all of the lines are printed as enlarged characters.

ラインバツフアは、1つのアドレスに標準文字
が1字宛割当てられるので、標準文字のときは実
際に用紙に印字される文字位置とラインバツフア
中のアドレスとは1対1で対応し、正方向印字は
勿論、右側から左側に後退させながら印字するい
わゆる両方向印字も全く支障無い。ところが拡大
モードの場合は、第2図イの配列で各文字コード
がラインバツフアに記憶されており、またロを、
イの情報が拡大モードで印字される位置を示すも
のとすると、ラインバツフア中の各文字情報のア
ドレスと実際に印字される位置とが1対1で対応
していない。そのため、特に逆印字のときに、各
文字が正規の位置に印字されるようにレイアウト
する作業の負担が大きくなる。この負担を軽くす
るには、ラインバツフア中にも実際の印字位置と
対応させて記憶させるのがよく、その対応策とし
て、拡大文字も大型文字も標準文字の丁度2倍の
大きさであることに着目し、ハのようにラインバ
ツフアの隣接する2つのアドレスに同じ内容の文
字コードを続けて2つ書込んでおくのが有効であ
る。これによれば、左から右に印字していくとき
は、2つの同じ文字コードのうちの左側のコード
が読出されて拡大印字され、右から左に印字して
いくときは、右側のコードが読出されて拡大印字
されるので、実質上ラインバツフア中の文字コー
ドのアドレスとそれに対応する印字位置とが1対
1で対応することになる。
In the line buffer, one standard character is assigned to one address, so when it is a standard character, there is a one-to-one correspondence between the character position actually printed on the paper and the address in the line buffer, and it is possible to print in the forward direction as well. There is no problem with so-called bidirectional printing, in which printing is performed while moving backward from the right side to the left side. However, in the enlarged mode, each character code is stored in the line buffer in the arrangement shown in Figure 2 A, and
If the information in A indicates the position to be printed in the enlarged mode, there is no one-to-one correspondence between the address of each character information in the line buffer and the position where it is actually printed. Therefore, especially when printing in reverse, the burden of layout work becomes heavy so that each character is printed in the correct position. To reduce this burden, it is a good idea to store the actual printing position in correspondence with the actual printing position during line buffering.As a countermeasure, it is recommended that both enlarged and large characters be exactly twice the size of standard characters. It is effective to write two character codes with the same contents in succession to two adjacent addresses of the line buffer as shown in (c). According to this, when printing from left to right, the left code of two identical character codes is read and enlarged, and when printing from right to left, the right code is read and enlarged. Since the data is read out and printed in an enlarged manner, there is substantially a one-to-one correspondence between the address of the character code in the line buffer and the corresponding print position.

しかしながら、外部から情報を受信したとき
に、各文字が拡大文字かあるいは拡大処理が適用
されない大型文字かをデコードし編集を行いなが
ら各ラインバツフアに書き込んでいくのは、拡大
指定信号が行のどの位置で転送されて来るか一定
していないこともあつて、処理が複雑で時間もか
かり、転送効率が著しく低下する。
However, when information is received from the outside, it is necessary to decode whether each character is an enlarged character or a large character to which enlargement processing is not applied, and write it to each line buffer while editing. Since the transfer rate is not constant, the processing is complicated and time-consuming, and the transfer efficiency is significantly reduced.

本発明はこの問題を有効に解決することを目的
とするものであり、そのために本発明は、データ
受信時は全部同一サイズの標準文字としてライン
バツフアに書込むと共に、1行分の文字列の実際
の横幅と大型文字の個数、転送されて来た文字の
全個数等の補助データも記憶しておき、データ受
信終了後、これらの情報を基にしてラインバツフ
アサイズの変更および文字のモード区別のための
フラグ付加等の編集を行つてラインバツフアに記
憶し直す方式を採つている。
The purpose of the present invention is to effectively solve this problem, and for this purpose, when receiving data, the present invention writes all the characters as standard characters of the same size to the line buffer, and also writes the actual character string of one line. It also stores auxiliary data such as the width of the image, the number of large characters, and the total number of characters transferred, and after data reception is complete, the line buffer size can be changed and character modes can be distinguished based on this information. A method is adopted in which editing such as adding flags is performed and the data is re-stored in the line buffer.

次に本発明方式の実施例を図面に基づいて説明
する。第3図は本発明方式を実施するためのドツ
トプリンタの構成を示すブロツク図である。1は
作業用メモで、その中には、拡大指定の有無を記
憶させておく拡大モードフラグ2、受信した文字
の個数を計数記憶する文字コードカウンタ3、拡
大後の実際の行幅を計数記憶するバツフアサイズ
カウンタ4、拡大処理が適用できない大型文字の
個数を計数記憶する大型文字カウンタ5、受信し
た文字コードの内容を記憶するラインバツフア
6、および各文字コードごとの文字の大きさ即ち
拡大文字か、大型文字か、あるいは標準文字かを
識別するフラグを記憶するフラグ用サブバツフア
7等が設けられている。
Next, an embodiment of the method of the present invention will be described based on the drawings. FIG. 3 is a block diagram showing the structure of a dot printer for implementing the method of the present invention. 1 is a work memo, which includes an enlargement mode flag 2 that stores whether or not enlargement is specified, a character code counter 3 that counts and stores the number of received characters, and a count and stores the actual line width after expansion. a buffer size counter 4 that counts and stores the number of large characters to which enlargement processing cannot be applied, a line buffer 6 that stores the contents of the received character code, and the size of the character for each character code, that is, the enlarged character. A sub-buffer 7 for flags is provided to store a flag for identifying whether the characters are large characters, large characters, or standard characters.

この作業用メモリ1には、計算機等の外部装置
から受信した情報が、インターフエース回路8を
介して書込まれる。9は作業用メモリ1のカウン
タ操作やラインバツフアの書込み、編集等の処理
を行う演算処理装置である。10は一連の処理の
手順が記憶されている処理プログラムメモリであ
る。11はプリンタ制御回路で、作業用メモリ1
から読出された情報に基づいて改行モータ11や
スペースモータ13、印字ヘツド14を駆動し
て、印字を行わせる。
Information received from an external device such as a computer is written into the working memory 1 via an interface circuit 8. Reference numeral 9 denotes an arithmetic processing unit that performs processing such as counter operation in the working memory 1, writing to a line buffer, and editing. 10 is a processing program memory in which a series of processing procedures is stored. 11 is a printer control circuit, and work memory 1
Based on the information read from the printer, the line feed motor 11, space motor 13, and print head 14 are driven to perform printing.

この装置において、受信され一旦作業用メモリ
1に書込まれた情報は、プリンタ制御部11に出
力される前に、第4図のように編集される。この
図のイは、外部から受信した文字コードであり、
これを第2図で説明した方式に沿つてロのように
編集してラインバツフア6に記憶し直す。
In this apparatus, the information received and once written into the working memory 1 is edited as shown in FIG. 4 before being output to the printer control section 11. A in this figure is the character code received from the outside.
This is edited as shown in FIG. 2 according to the method explained in FIG. 2 and stored in the line buffer 6 again.

ハは、ロのラインバツフアの各アドレスと対応
したフラグ記憶部を持つたフラグ用サブバツフア
であり、15で示される1ビツト目が拡大文字フ
ラグ、16で示される2ビツト目が大型文字フラ
グである。つまり、1ビツト目15が“1”で2
ビツト目16が“0”であれば拡大文字であるこ
とを示し、1ビツト目15が“0”で2ビツト目
16が“1”であれば大型文字であることを示
す。更に1ビツト目も2ビツト目も“0”であれ
ば標準文字であることを示すが、拡大操作は行単
位で行われるので、1つの行において、拡大文字
と標準文字が混在することは無い。ロ,ハのよう
に編集された状態で、ラインバツフア6′および
フラグ用サブバツフア7が読出され、文字発生器
でパターン化されて印字が行われる。
C is a sub-buffer for flags having a flag storage section corresponding to each address of the line buffer B, the first bit indicated by 15 is an enlarged character flag, and the second bit indicated by 16 is a large character flag. In other words, the first bit 15 is “1” and 2
If the 1st bit 16 is "0", it indicates an enlarged character, and if the 1st bit 15 is "0" and the 2nd bit 16 is "1", it indicates a large-sized character. Furthermore, if both the 1st and 2nd bits are "0", it indicates a standard character, but since the enlargement operation is performed line by line, enlarged characters and standard characters will not coexist in one line. . In the edited state as shown in (b) and (c), the line buffer 6' and flag sub-buffer 7 are read out, patterned by a character generator, and printed.

次に受信した情報に基づいて編集する操作を第
5図、第6図、第7図の順に説明する。まず第5
図のように、受信した情報は、入力バツフア17
を介して、演算処理装置9の操作により、作業用
メモリ1の各部に記憶される。即ち、文字情報の
内容は、ラインバツフア6中に順次書込まれてい
く。同時に1文字分受信するごとに文字数カウン
タ3が+1され、受信した文字数を計算すると共
に、各文字コードを書込むラインバツフア6の番
地を指定する。バツフアサイズカウンタ4には、
標準文字のときは+1、拡大文字と大型文字のと
きは+2ずつ加算され拡大文字や大型文字も考慮
したラインバツフアの実際の大きさが指定、管理
される。大型文字カウンタ5では、入力情報中の
大型文字の個数が加算され、拡大指定コードを受
信したときの処理に供される。
Next, the editing operation based on the received information will be explained in the order of FIGS. 5, 6, and 7. First of all, the fifth
As shown in the figure, the received information is sent to the input buffer 17.
The information is stored in each part of the working memory 1 through the operation of the arithmetic processing device 9. That is, the contents of the character information are sequentially written into the line buffer 6. Each time one character is received at the same time, the character number counter 3 is incremented by 1, and the number of received characters is calculated and the address of the line buffer 6 into which each character code is written is designated. The buffer size counter 4 has
For standard characters, +1 is added, and for enlarged and large characters, +2 is added, and the actual size of the line buffer is specified and managed, taking into account enlarged and large characters. The large-sized character counter 5 adds up the number of large-sized characters in the input information, and provides the added value for processing when an enlargement designation code is received.

文字の拡大は行単位で行われるが、拡大指定コ
ードは、1行の途中で受信することもあれば、最
後に受信することもある。従つて、第6図のよう
に、拡大指定コードを受信して拡大モードフラグ
2が“1”に設定されると、バツフアサイズカウ
ンタ4の値(C)から前記大型文字カウンタ5の
値(m)を減算し、それを2倍するという演算処
理を経て、バツフアサイズを実際の大きさ
(C′)に変更した後、バツフアサイズカウンタ4
を書替える。即ち、第4図イのようにラインバツ
フア6中にn個の文字コードが有り、その中にm
個の大型文字が含まれているものとすると、大型
文字は標準文字2字分の横幅を要するので、印字
幅は(n+m)桁となる。これを拡大モードに従
つて拡大し第1図ハのような拡大印字を行うに
は、大型文字には拡大が適用されないので、印字
行の幅即ちラインバツフアの幅C′は、 C′={(n+m)−2×m}×2+2×m =2(n+m)−4m+2m =2(C−m) ここに、C=n+m:拡大前の印字幅 従つて、最初に拡大モードフラグが“1”にセ
ツトされておれば、バツフアサイズカウンタ4
は、文字コードを1つ受信するごとに+2ずつ加
算され、途中で拡大モードフラグが“1”にセツ
トされると、上記のバツフアサイズ変更が行わ
れ、以後は文字コードを1つ受信するごとに+2
ずつ加算される。その結果、バツフアサイズカウ
ンタ4の値によつて、ラインバツフア6の拡大処
理後の実際の最終アドレスがわかる。
Character enlargement is performed line by line, but the enlargement designation code may be received in the middle of one line or at the end. Therefore, as shown in FIG. 6, when the enlargement designation code is received and the enlargement mode flag 2 is set to "1", the value of the large character counter 5 (C) is changed from the value of the buffer size counter 4 (C). After changing the buffer size to the actual size (C') through the arithmetic processing of subtracting m) and doubling it, the buffer size counter 4
Rewrite. That is, as shown in Fig. 4A, there are n character codes in the line buffer 6, and m
If the number of large characters is included, the print width will be (n+m) digits because the large character requires the width of two standard characters. To enlarge this according to the enlargement mode and perform enlarged printing as shown in Figure 1 (c), since enlargement is not applied to large characters, the width of the print line, that is, the width of the line buffer, C', is C' = {( n + m) - 2 x m} x 2 + 2 x m = 2 (n + m) - 4 m + 2 m = 2 (C - m) Here, C = n + m: Print width before enlargement Therefore, the enlarge mode flag is set to "1" first. If set, buffer size counter 4
is incremented by +2 each time one character code is received, and if the expansion mode flag is set to "1" in the middle, the buffer size is changed as described above, and from then on each time one character code is received, the buffer size is increased by +2. +2
are added in increments. As a result, the actual final address of the line buffer 6 after expansion processing can be determined from the value of the buffer size counter 4.

このようにして情報の受信と並行して作業用メ
モリ1の書込みやカウンタ操作が行われ、キヤリ
ジリターンやラインフイード(紙送り)信号等の
印字指令信号を受信し、1行分の情報受信が終結
すると、ドツトプリンタ内において、第4図で説
明したようにラインバツフアの編集が行われる。
第7図は編集操作の詳細を示すもので、6は編集
前のラインバツフア、6′は編集後のラインバツ
フアである。いま、文字数カウンタ3の値がライ
ンバツフア6のa位置を示しており、バツフアサ
イズカウンタ4がb位置を示しているものとする
と、ラインバツフアの幅を実際の印字行の幅と対
応させるために、バツフアサイズカウンタ4で示
された最終アドレスのb位置から、図の左側のア
ドレスに向かつて、ラインバツフア6の内容をラ
インバツフア6′に転送して書替えを行う。この
とき、拡大モードフラグ2が設定されていること
により、同じ文字コードを2度ずつ転送し、編集
後のラインバツフア6′のアドレスを実際の印字
行と1対1で対応させる。またこの時点で、フラ
グ用サブバツフア7に、演算処理装置9によりラ
インバツフア6を読取つてデコードされた結果に
従つて、拡大文字は1ビツト目15に、大型文字
であれば2ビツト目16にフラグが設定される。
なお、前記のように、ラインバツフア編集時に、
最終アドレスb位置から矢印17方向に転送して
いけば、空いたアドレスから順次書替えることが
できるが、若し図の左端から書替えていくと、2
桁目以後は、編集前の古い情報が消失されること
になる。従つて、空いたアドレスから書替えるこ
とにより、同じメモリを書替えて1つのメモリで
兼用でき、メモリ容量が節減される。
In this way, writing to the working memory 1 and counter operations are performed in parallel with the reception of information, and print command signals such as carriage return and line feed (paper feed) signals are received, and information for one line is received. Once completed, the line buffer is edited in the dot printer as described in FIG.
FIG. 7 shows details of the editing operation, where 6 is the line buffer before editing, and 6' is the line buffer after editing. Now, assuming that the value of the character number counter 3 indicates the a position of the line buffer 6 and the buffer size counter 4 indicates the b position, in order to make the width of the line buffer correspond to the width of the actual printed line, From position b of the final address indicated by the buffer size counter 4 toward the address on the left side of the figure, the contents of the line buffer 6 are transferred to the line buffer 6' and rewritten. At this time, since the enlargement mode flag 2 is set, the same character code is transferred twice, and the addresses of the line buffer 6' after editing are made to correspond one-to-one with the actual printed lines. Also, at this point, the flag sub-buffer 7 stores a flag in the first bit 15 for enlarged characters and in the second bit 16 for large characters, according to the result of reading and decoding the line buffer 6 by the arithmetic processing unit 9. Set.
As mentioned above, when editing the line buffer,
If you transfer from the final address b position in the direction of arrow 17, you can sequentially rewrite from the empty address, but if you rewrite from the left end of the figure, 2
After the digit, the old information before editing will be lost. Therefore, by rewriting from a vacant address, the same memory can be rewritten and one memory can be used for both purposes, thereby saving memory capacity.

以上のように本発明によれば、従来の情報を受
信しながら拡大指定コードに応じて編集する方式
と異なり、情報を1行分受信してラインバツフア
に書込んでおき、1行分受信終結した後プリンタ
内で、ラインバツフアの拡大後の実際のアドレス
と印字位置とが対応するようにラインバツフアを
編集し、それを読出して印字する方式を採つてい
る。そのため外部から情報を受信する際の情報転
送効率が向上し、特に拡大指定コードが途中で、
あるいは1行の最後に来たときは、受信途中で複
雑な編集処理を行う従来方式に比べて、効率が顕
著である。
As described above, according to the present invention, unlike the conventional method of editing according to the enlargement designation code while receiving information, one line of information is received and written to the line buffer, and the reception of one line is completed. A method is adopted in which the line buffer is edited in the printer so that the actual address after expansion of the line buffer corresponds to the printing position, and then the edited line buffer is read out and printed. This improves the information transfer efficiency when receiving information from outside, especially when the expansion designation code is in the middle.
Alternatively, when it comes to the end of one line, the efficiency is remarkable compared to the conventional method, which performs complicated editing processing during reception.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図はドツトプリンタで印字された各種モー
ドの文字を示す図、第2図はラインバツフア中の
文字コードのアドレスと実際の拡大文字印字位置
との関係を示す図、第3図は本発明方式を実施す
るためのドツトプリンタを示すブロツク図、第4
図は本発明によるラインバツフアの編集方式を示
す図、第5図は情報の受信動作を示す図、第6図
はバツフアサイズ変更処理を示す図、第7図はラ
インバツフアの編集方式を示す図である。 図において、1は作業用メモリ、8はインター
フエース回路、9は演算処理装置、10は処理プ
ログラムメモリ、11はプリンタ制御回路であ
る。
Fig. 1 is a diagram showing characters in various modes printed by a dot printer, Fig. 2 is a diagram showing the relationship between character code addresses in the line buffer and actual enlarged character printing positions, and Fig. 3 is a diagram showing the relationship between the character code address in the line buffer and the actual enlarged character printing position. Block diagram showing a dot printer for implementation, No. 4
5 is a diagram showing a line buffer editing method according to the present invention, FIG. 5 is a diagram showing an information receiving operation, FIG. 6 is a diagram showing a buffer size changing process, and FIG. 7 is a diagram showing a line buffer editing method. In the figure, 1 is a working memory, 8 is an interface circuit, 9 is an arithmetic processing unit, 10 is a processing program memory, and 11 is a printer control circuit.

Claims (1)

【特許請求の範囲】[Claims] 1 文字コードを記憶する1行分のラインバツフ
アを持ち受信記憶した文字コードをラインバツフ
アから順次読出して印字するドツトプリンタにお
いて、情報受信時は全文字同一サイズの文字とし
てラインバツフアに書込んでおき、1行分の情報
受信終了後、拡大指定コードに基づいて、ライン
バツフアの各アドレスと実際の印字位置とが対応
するようにラインバツフア内における文字コード
を編集し書替えることを特徴とするドツトプリン
タにおける情報の受信印字方式。
1. In a dot printer that has a line buffer for storing character codes and prints the received and stored character codes sequentially from the line buffer, when information is received, all characters are written in the line buffer as characters of the same size, and one line's worth of characters is written. A method for receiving and printing information in a dot printer, characterized in that, after receiving the information, the character code in the line buffer is edited and rewritten so that each address in the line buffer corresponds to the actual printing position based on the enlargement designation code. .
JP55120286A 1980-08-31 1980-08-31 Reception printing system for information in dot printer Granted JPS5745688A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP55120286A JPS5745688A (en) 1980-08-31 1980-08-31 Reception printing system for information in dot printer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP55120286A JPS5745688A (en) 1980-08-31 1980-08-31 Reception printing system for information in dot printer

Publications (2)

Publication Number Publication Date
JPS5745688A JPS5745688A (en) 1982-03-15
JPS6129013B2 true JPS6129013B2 (en) 1986-07-03

Family

ID=14782476

Family Applications (1)

Application Number Title Priority Date Filing Date
JP55120286A Granted JPS5745688A (en) 1980-08-31 1980-08-31 Reception printing system for information in dot printer

Country Status (1)

Country Link
JP (1) JPS5745688A (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58163083A (en) * 1982-03-23 1983-09-27 Tokyo Electric Co Ltd Printer device
JPH0815795B2 (en) * 1988-04-26 1996-02-21 富士通株式会社 Printer print control method
US5225983A (en) * 1989-12-21 1993-07-06 Mazda Motor Corp. Rear wheel steering system for motor vehicle
JPH0679154B2 (en) * 1990-06-29 1994-10-05 大日本印刷株式会社 Image trimming range setting device

Also Published As

Publication number Publication date
JPS5745688A (en) 1982-03-15

Similar Documents

Publication Publication Date Title
JPS58209784A (en) Memory system
JPS60116464A (en) Printer
US5040129A (en) Data processor for generating character image
JP2000158720A (en) Bar code printer
US5182651A (en) Method of controlling the reception of data
JPS6129013B2 (en)
JPS63170063A (en) Printer
JPS5936316B2 (en) Printing or display device
JPH05224846A (en) Printing and recording device
JPS602715B2 (en) Kanji bit pattern management method for kanji printers
JPS63147191A (en) Pixel data processor
JPS6183048A (en) Image data rotary apparatus
JPH0253812B2 (en)
JPS63286927A (en) Printing control device
JPS60176139A (en) Electronic typewriter
JPS6214194A (en) Bit map mover
JP2623077B2 (en) Display information creation device
JPS6375788A (en) Dot pattern storing system
JPH051491B2 (en)
JPH0426311B2 (en)
JPH0516451A (en) Printer
JPH0766349B2 (en) Shifter circuit
JPH0596811A (en) Printing method
JPH0671943A (en) Printer
JPS6031178A (en) Display controller