JPH0781151A - Method and device for drawing-control - Google Patents
Method and device for drawing-controlInfo
- Publication number
- JPH0781151A JPH0781151A JP23361993A JP23361993A JPH0781151A JP H0781151 A JPH0781151 A JP H0781151A JP 23361993 A JP23361993 A JP 23361993A JP 23361993 A JP23361993 A JP 23361993A JP H0781151 A JPH0781151 A JP H0781151A
- Authority
- JP
- Japan
- Prior art keywords
- data
- page memory
- mode
- character
- printing
- 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.)
- Withdrawn
Links
Landscapes
- Record Information Processing For Printing (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、文字及び図形等の印刷
に係り、これらの情報をドット形式の印刷パターンで描
画する際の描画制御方法及び描画制御装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to printing of characters and figures, and more particularly to a drawing control method and a drawing control apparatus for drawing such information in a dot type print pattern.
【0002】[0002]
【従来の技術】近年、汎用コンピュータ等の情報処理装
置の用途は単にEDP(電子データ処理)分野だけでな
く、CAD等のコンピュータグラフィックス分野、構造
解析或いはシミュレーション分野における使用が増加し
ている。このため、印刷装置に出力される印刷内容も単
純な文字だけでなく、図形(線、面、立体及び顔等のイ
メージ図)等を含んだ複雑な内容のものとなっている。2. Description of the Related Art In recent years, information processing devices such as general-purpose computers have been used not only in the EDP (electronic data processing) field but also in the computer graphics field such as CAD, structural analysis or simulation field. For this reason, the print contents output to the printing device are not only simple characters but also complicated contents including figures (image diagrams of lines, surfaces, solids, faces, etc.).
【0003】このような文字及び図形に係る情報は一般
にデータ量も膨大であり、処理内容や対象も複雑であり
多様である。このためグラフィック印刷に際しては、印
刷装置に要求される図形情報の処理量も増大しており、
中でも図形情報をドット形式の印刷パターンに展開して
描画する描画制御処理には時間がかかるものとなってい
る。The information relating to such characters and figures generally has a huge data amount, and the processing contents and objects are complicated and diverse. Therefore, in graphic printing, the processing amount of graphic information required of the printing apparatus is also increasing.
Above all, it takes a long time to perform the drawing control process for drawing the graphic information into the dot-type print pattern and drawing it.
【0004】[0004]
【発明が解決しようとする課題】さて、本来グラフィッ
ク印刷では、描画した図形等の緻密さが要求されるのは
当然であり、さらに描画制御処理においては指示された
描画モードを忠実に再現することが必要である。この描
画モードを忠実に再現するためには、ドット形式でペー
ジメモリに保持されている描画データに対して、これと
新たな描画データとの間で描画モードで指定された論理
演算を行なう必要がある。これにより例えばページメモ
リに保持された地模様の中に文字を埋め込むことができ
る。Naturally, in graphic printing, it is natural that fineness of a drawn figure or the like is required, and in the drawing control processing, faithfully reproducing the instructed drawing mode. is necessary. In order to faithfully reproduce this drawing mode, it is necessary to perform a logical operation specified by the drawing mode between the drawing data held in the page memory in dot format and the new drawing data. is there. Thereby, for example, the character can be embedded in the ground pattern held in the page memory.
【0005】この描画モードで規定された論理演算の種
類は図9に示す様に16種類あり、その一例として、上
記新たな描画データをS(source)、またページ
メモリに保持されている宛先の描画データをD(des
tination)とした場合、これらの論理演算の関
係として、D=S(上書き)、D=D+S(OR書
き)、D=D*S(AND書き)等の指定が可能であ
る。There are 16 kinds of logical operations defined in this drawing mode as shown in FIG. 9, and as an example, the new drawing data is stored in S (source) or the destination stored in the page memory. Drawing data to D (des
(Tination), it is possible to specify D = S (overwrite), D = D + S (OR write), D = D * S (AND write), and the like as the relationship of these logical operations.
【0006】例えば四角形の枠の中に白抜きで文字を入
れるような場合には、まず黒い四角形をページメモリに
描画し、この描画データDと文字をドット形式の文字パ
ターンに展開した描画データSとの間で−S*D(ここ
で「−S」はSの否定(NOT)を表す)の論理演算を
行なって白抜きの文字を形成し、これを新たな描画デー
タDとする。For example, in the case of inserting a white character in a quadrangular frame, a black quadrangle is first drawn in the page memory, and the drawing data D and the drawing data S obtained by expanding the character into a dot-shaped character pattern are drawn. And -S * D (here, "-S" represents the negation (NOT) of S) to form a blank character, which is used as new drawing data D.
【0007】このように通常の描画モードの指定では、
例えばページメモリに描画された地模様に新たに文字等
を埋め込む場合には、地模様としての描画データDと文
字データSとの間で論理演算を行う必要がある。この場
合には、まずページメモリから描画データDを読出し、
さらにこの描画データDと文字データSとについて論理
演算を行いこの結果をページメモリに書き込むものであ
り、一度に論理演算できるデータ量との関係で、複数回
に渡って上記描画データDの読出からの一連の処理を繰
り返し行うこともあり、その処理には多大な時間を要し
ている。また描画モードを正しく実現するためには、文
字データの場合の空白文字(スペース)或いは、図形デ
ータの場合の点線の空白部(点と点との間の空白部分)
といえども描画を行う必要があり、描画処理に時間を要
している。Thus, in the normal drawing mode designation,
For example, when a character or the like is newly embedded in the ground pattern drawn in the page memory, it is necessary to perform a logical operation between the drawing data D as the ground pattern and the character data S. In this case, first, the drawing data D is read from the page memory,
Further, the drawing data D and the character data S are logically operated and the result is written in the page memory. Due to the relation with the amount of data that can be logically operated at a time, the drawing data D is read out a plurality of times. There is a case where the series of processes of 1) is repeatedly performed, and the process requires a great deal of time. In order to correctly implement the drawing mode, blank characters (spaces) in the case of character data or dotted blank areas (blanks between dots) in the case of graphic data
However, it is necessary to draw, and the drawing process takes time.
【0008】また、複雑な図形を処理する場合、例えば
図10(a)に示すようにA点からB点までに太い直線
を描くときには、この太線を長方形とみなしてその対角
をなす2つの頂点C点とD点の座標を求め、この長方形
の中全体を塗り潰す手数のかかる処理を行っている。さ
らに、線の端部の形状を整える端点処理については図1
0(b)に示すように線の端部を丸形状に補正する場合
もあるが、この丸形に補正する処理は線の端部をフラッ
トにする場合に比べると大変複雑な処理が必要となる。When processing a complicated figure, for example, when drawing a thick straight line from the point A to the point B as shown in FIG. 10A, the thick line is regarded as a rectangle and two diagonal lines are formed. The coordinates of the vertices C and D are calculated, and a troublesome process of filling the entire rectangle is performed. Further, as for the end point processing for adjusting the shape of the end portion of the line, FIG.
As shown in 0 (b), the end portion of the line may be corrected into a round shape, but the processing for correcting the round shape requires a more complicated process than the case where the end portion of the line is flattened. Become.
【0009】上記描画処理時間を含めた印刷時間は、描
画制御処理における処理能力にもよるが1頁分を印刷す
るのに数分から数十分要することもある。そして、この
ような印刷装置にあっては、指示された描画モードを忠
実に再現する描画処理を行っているため、上記空白部の
処理或いは直線の端点処理についても指示された通りの
描画処理を行うことになり、これらの処理を省略すると
いったことが出来ない。このため、例えば単に図形の大
まかなレイアウトが知りたいような場合であっても、通
常通りの緻密な描画処理が行われるので印刷に時間がか
かってしまうという問題がある。The printing time including the drawing processing time may take several minutes to several tens of minutes to print one page, depending on the processing capacity in the drawing control processing. In such a printing apparatus, since the drawing process that faithfully reproduces the instructed drawing mode is performed, the drawing process as instructed for the blank part process or the straight line end point process is also performed. It is not possible to omit these processes. For this reason, for example, even when it is desired to know only the rough layout of the figure, there is a problem in that it takes time to print because the usual fine drawing processing is performed.
【0010】本発明は上記問題点に鑑みてなされたもの
であり、文字或いは図形等を印刷する場合、これらの印
刷品質に厳密さが要求されないときには高速に描画処理
が行える描画制御方法及び描画制御装置を提供すること
を目的としている。The present invention has been made in view of the above problems, and when printing characters or figures, a drawing control method and drawing control can be performed at high speed when strictness is not required for the print quality of these characters. The purpose is to provide a device.
【0011】[0011]
【課題を解決するための手段】以上の技術的課題を解決
するため、本発明に係る本発明に係る描画制御方法は図
1に示すように、印刷に係る文字データ及び図形データ
からなるソースデータ及びこれらソースデータに関する
描画モードデータを入力し、このソースデータをドット
形式の描画データSに展開(ST1)してページメモリ
に描画する際、上記描画モードに基づく描画がページメ
モリから描画データDを読出して行うものであるときに
は(ST2)、先にページメモリに保持されている同一
領域の描画データDを読出し(ST3)、この描画デー
タDと上記描画データSとの間で上記描画モードに基づ
いて論理演算を行い(ST4)、この演算結果をページ
メモリの元の領域に書込み(ST5)、一方、上記描画
モードに基づく描画がページメモリから描画データDを
読出して行うものでないときには、描画データSをペー
ジメモリに保持されている同一領域の描画データDに上
書きして描画を行い(ST6)、上記ページメモリの描
画内容を印刷(ST7)する描画制御方法において、印
刷動作の指定が特定のものである場合には(ST8)、
上記描画モードに基づく描画がページメモリから描画デ
ータDを読出して行うものであっても、ページメモリ1
から描画データDを読出さないで描画する描画モードを
用いて描画データSをページメモリ1に保持されている
同一領域の描画データDの上に上書きして描画(ST
9)し、これを印刷(ST7)するようにしたことであ
る。In order to solve the above technical problems, the drawing control method according to the present invention according to the present invention, as shown in FIG. 1, includes source data including character data and graphic data for printing. Also, when drawing mode data relating to these source data is input, this source data is expanded into dot format drawing data S (ST1) and drawn in the page memory, the drawing based on the above drawing mode changes the drawing data D from the page memory. When it is to be read out (ST2), the drawing data D of the same area previously held in the page memory is read out (ST3), and the drawing data D and the drawing data S are read based on the drawing mode. Logical operation is performed (ST4), the result of this operation is written in the original area of the page memory (ST5), and the drawing based on the drawing mode is performed. Is not for reading the drawing data D from the page memory, the drawing data S is overwritten on the drawing data D of the same area held in the page memory to perform drawing (ST6), and the drawing contents of the page memory are changed. In the drawing control method for printing (ST7), if the printing operation is specified (ST8),
Even if the drawing based on the drawing mode is performed by reading the drawing data D from the page memory, the page memory 1
The drawing data S is overwritten on the drawing data D in the same area held in the page memory 1 by using the drawing mode for drawing without reading the drawing data D from the drawing (ST
9), and this is printed (ST7).
【0012】また、描画制御装置は図2に示すように、
上位装置2から送られ、印刷に係る文字データ及び図形
データからなるソースデータ及びこれらソースデータに
関する描画モードデータを受信する受信手段3と、上記
ソースデータがドット形式の描画データDとして保持さ
れるページメモリ1と、指示された描画モードに基づく
描画がページメモリ1から描画データDを読出して行う
ものであるときには、先にページメモリ1に保持されて
いる同一領域の描画データDを読出し、この描画データ
Dと与えられた描画データSとの間で上記指示された描
画モードに基づく論理演算を行ないこの演算結果をペー
ジメモリ1の元の領域に書込む一方、指示された描画モ
ードに基づく描画がページメモリ1から描画データDを
読出して行うものでないときには、与えられた描画デー
タSをページメモリ1に保持されている同一領域の描画
データDの上に上書きして描画を行う描画手段4と、ソ
ースデータをドット形式の描画データSに展開しこれを
描画する際、入力手段6又は上記上位装置2からの印刷
動作の指定が特定のものでない場合には、上記描画デー
タS及び上記ソースデータに関する描画モードを描画手
段4に与えて描画の指示を行い、一方、上記印刷動作の
指示が特定のものである場合には、上記ソースデータに
関する描画モードに基づく描画が描画データDを読出し
て行うものであっても、ページメモリ1から描画データ
Dを読出さないで描画する上書き描画モードを用い、こ
の上書き描画モード及び上記描画データSを描画手段4
に与えて描画の指示を行い、描画データSをページメモ
リ1に上書きして描画を行う文字図形処理手段5と、上
記ページメモリ1の描画内容を印刷する印刷手段7とを
有する構成である。Further, the drawing control device, as shown in FIG.
Receiving means 3 for receiving source data composed of character data and graphic data relating to printing and drawing mode data relating to these source data, and a page in which the source data is held as dot-form drawing data D When the drawing based on the memory 1 and the instructed drawing mode is performed by reading the drawing data D from the page memory 1, the drawing data D of the same area previously held in the page memory 1 is read and this drawing is performed. A logical operation based on the instructed drawing mode is performed between the data D and the given drawing data S, and the operation result is written in the original area of the page memory 1, while drawing based on the instructed drawing mode is performed. When the drawing data D is not read from the page memory 1, the given drawing data S is used as a page memo. 1. Drawing means 4 for overwriting and drawing on the drawing data D in the same area held in 1 and input means 6 or the above-mentioned upper layer when the source data is expanded to the drawing data S in the dot format and drawn. When the designation of the printing operation from the device 2 is not specific, the rendering means 4 is provided with the rendering mode relating to the rendering data S and the source data to instruct the rendering, while the instruction of the printing operation is identified. In the case of the drawing, even if the drawing based on the drawing mode for the source data is performed by reading the drawing data D, the overwriting drawing mode is used in which the drawing is performed without reading the drawing data D from the page memory 1. , The overwriting drawing mode and the drawing data S are drawn by the drawing means 4
Is given to the page memory 1, and the drawing data S is overwritten on the page memory 1 for drawing, and the printing means 7 for printing the drawing content of the page memory 1.
【0013】[0013]
【作用】上記描画制御方法によれば、文字データ及び図
形データ(線図、面図、立体図及び顔等のイメージ図)
からなるソースデータをドット形式の描画データSに展
開(ST1)して描画する際、印刷動作の指定が特定の
場合には(ST8)、上記ソースデータに関する描画モ
ードにかかわらず、描画データDを読出さない描画モー
ドたとえばD=S(上書き)或いはD=−S(描画デー
タSの白黒を反転させた上書き)とする上書きモード
で、直接描画データSをページメモリに保持されている
同一領域の描画データDの上に上書きして描画(ST
9)し、この描画結果を印刷(ST7)する。このため
描画に際しては、ページメモリから描画データDを読出
すこともなく、また描画データSと描画データDとの間
で描画モードに基づく論理演算を行うこともない。According to the above drawing control method, character data and graphic data (images such as diagrams, plan views, three-dimensional views and faces)
When the source data consisting of (1) is expanded to the drawing data S in the dot format (ST1) and is drawn, if the print operation is specified (ST8), the drawing data D is written regardless of the drawing mode for the source data. A drawing mode that does not read, for example, D = S (overwrite) or D = -S (overwrite in which the black and white of the drawing data S is inverted) is directly written in the same area held in the page memory. Overwrite on the drawing data D and draw (ST
Then, the drawing result is printed (ST7). Therefore, at the time of drawing, the drawing data D is not read from the page memory, and the logical operation based on the drawing mode is not performed between the drawing data S and the drawing data D.
【0014】また、上記描画制御装置によれば、受信手
段3において上位装置2から送られるソースデータ及び
これに関する描画モードを受信する。一方、文字図形処
理手段5では、入力手段6から操作入力される指示及び
上位装置2からの印刷動作の指示を監視すると共に、上
記ソースデータをドット形式の描画データSに展開しこ
の描画を行う。そして文字図形処理手段5で描画を行う
際、上記印刷動作の指示が特定のものである場合には、
描画を行うソースデータに関する描画モードにかかわら
ず、描画データDを読出さないで描画する描画モードた
とえばD=S(上書き)とする上書き描画モードを用
い、この上書き描画モード及び上記描画データSを描画
手段4に与えて描画の指示を行う。この指示により描画
手段4では、与えられた描画データSをページメモリ1
に保持されている同一領域の描画データDの上に上書き
して描画を行い、この描画結果は印刷手段7で印刷され
る。Further, according to the drawing control device, the receiving means 3 receives the source data sent from the higher-level device 2 and the drawing mode related thereto. On the other hand, the character / graphics processing unit 5 monitors the instruction input from the input unit 6 and the instruction of the printing operation from the higher-level device 2, and expands the source data into the dot format drawing data S to perform this drawing. . When the character / graphics processing unit 5 draws, if the instruction of the printing operation is specific,
Regardless of the drawing mode relating to the source data for drawing, a drawing mode for drawing without reading the drawing data D, for example, an overwrite drawing mode in which D = S (overwrite) is used, and this overwrite drawing mode and the drawing data S are drawn. It is given to the means 4 to instruct drawing. In response to this instruction, the drawing means 4 stores the supplied drawing data S in the page memory 1
Drawing is performed by overwriting on the drawing data D in the same area held in the drawing area, and the drawing result is printed by the printing unit 7.
【0015】このため文字図形処理手段5における描画
では、印刷動作の指示が特定の場合には、ページメモリ
1から描画データDを読出すこともなく、また描画デー
タSと描画データDとの間で描画モードに基づく論理演
算を行うこともない。また、印刷動作の指示が特定のも
のでない場合には、描画を行うソースデータに関する描
画モードに基づいて描画が行われるので、この描画モー
ドによっては、ページメモリ1から描画データDを読出
しこれと描画データSとの間で論理演算を行いこの演算
結果をページメモリ1に書込む、といった本来の描画処
理が行われる。Therefore, in the drawing by the character / graphic processing means 5, when the printing operation instruction is specific, the drawing data D is not read from the page memory 1, and the drawing data S and the drawing data D are not read. Also, the logical operation based on the drawing mode is not performed. If the instruction of the printing operation is not specific, the drawing is performed based on the drawing mode related to the source data to be drawn. Therefore, depending on the drawing mode, the drawing data D is read from the page memory 1 and the drawing data D is drawn. The original drawing process is performed such as performing a logical operation with the data S and writing the operation result in the page memory 1.
【0016】[0016]
【実施例】以下本発明に係る描画制御方法及び描画制御
装置を用いた印刷装置の実施例を図面に基づいて詳細に
説明する。Embodiments of a printing control method and a printing apparatus using the drawing control apparatus according to the present invention will be described below in detail with reference to the drawings.
【0017】図3はこの実施例に係る印刷装置の構成図
を示したものである。この印刷装置は、印刷データの描
画等の処理を行う描画制御装置25、印刷ヘッドを有し
用紙に印刷する印刷機構21及び印刷モードの操作入力
を行う操作パネル22(入力手段6に相当)からなり、
ホストコンピュータ12(上位装置2に相当)から送ら
れてくる文字データ或いは図形データ等のソースデータ
をドット形式の印刷パターンに変換し、これを印刷する
ものである。FIG. 3 is a block diagram of the printing apparatus according to this embodiment. This printing apparatus includes a drawing control device 25 for performing processing such as drawing of print data, a printing mechanism 21 having a print head for printing on paper, and an operation panel 22 (corresponding to the input means 6) for inputting operation of a print mode. Becomes
The source data such as character data or graphic data sent from the host computer 12 (corresponding to the higher-level device 2) is converted into a dot-type print pattern and printed.
【0018】上記描画制御装置25は、ホストコンピュ
ータ12とのインタフェース制御及びデータの授受を行
うホストインタフェース部13(受信手段3に相当)、
ホストコンピュータ12から送られる印刷に係るソース
データを格納する入力データメモリ18、操作パネル2
2からの入力データを受けるパネルインタフェース部1
4及びMPU(マイクロプロセッサユニット)を中心に
制御プログラムにより動作するMPU部15を有してい
る。The drawing control device 25 has a host interface section 13 (corresponding to the receiving means 3) which controls the interface with the host computer 12 and exchanges data.
Input data memory 18 for storing source data relating to printing sent from host computer 12, operation panel 2
Panel interface unit 1 that receives input data from 2
4 and MPU (microprocessor unit) as the center, and has an MPU section 15 that operates according to a control program.
【0019】上記MPU部15には、ホストコンピュー
タ12或いは操作パネル22から指示れた印刷モードを
判断するモード判断部30と、図形或いは文字の描画を
行う文字図形高速処理部31及び文字図形通常処理部3
2と、文字データ及び図形データをドット形式に展開す
ると共に描画アドレスを生成する描画アドレス生成部1
6とが設けられ(これらモード判断部30,文字図形高
速処理部31,文字図形通常処理部32及び描画アドレ
ス生成部16は文字図形処理部5に相当)、またこのM
PU部15により描画制御装置25全体の各部の動作が
制御されている。そして、上記MPU部15、ホストイ
ンタフェース部13及び入力データメモリ18はこれら
各部間のデータ転送が行われる第1内部バス23に接続
されている。The MPU unit 15 includes a mode determination unit 30 for determining a print mode instructed from the host computer 12 or the operation panel 22, a character / graphics high speed processing unit 31 for drawing a graphic or a character, and a character / graphics normal process. Part 3
2 and a drawing address generation unit 1 for expanding character data and graphic data into a dot format and generating a drawing address
6 are provided (the mode determination unit 30, the character / graphics high speed processing unit 31, the character / graphics normal processing unit 32, and the drawing address generation unit 16 correspond to the character / graphics processing unit 5).
The PU unit 15 controls the operation of each unit of the drawing control device 25 as a whole. The MPU unit 15, the host interface unit 13, and the input data memory 18 are connected to the first internal bus 23 for data transfer between these units.
【0020】さらに上記描画制御装置25は、描画デー
タの論理演算及び描画データをページメモリ20へ描画
するBitBLT部17(描画手段4に相当)、文字パ
ターンが格納された文字パターンメモリ19及び描画デ
ータを保持するページメモリ20を有し、これらは印刷
機構21と共に第2内部バス24に接続されている。こ
のようにバスを上記第1内部バス23及び第2内部バス
24に分けることによりバスの競合を少なくしている。The drawing control device 25 further includes a BitBLT unit 17 (corresponding to the drawing means 4) for logically operating drawing data and drawing the drawing data in the page memory 20, a character pattern memory 19 in which character patterns are stored, and drawing data. Has a page memory 20 for holding the same, and these are connected to the second internal bus 24 together with the printing mechanism 21. By thus dividing the bus into the first internal bus 23 and the second internal bus 24, the competition of the buses is reduced.
【0021】上記描画アドレス生成部16は、例えばソ
ースデータとして中心座標及び半径が指定された円であ
れば、まずこれを多角形で近似しさらに所定の直線に変
換しこの直線の座標値をページメモリ20の描画アドレ
ス(宛先アドレス)に変換し、たとえばA番地からB番
地までのビットをON等として出力するものである。For example, if the source data is a circle whose center coordinates and radius are specified, the drawing address generating unit 16 first approximates this with a polygon and further converts it into a predetermined straight line, and the coordinate value of this straight line is paged. It is converted into a drawing address (destination address) of the memory 20 and, for example, the bits from address A to address B are output as ON or the like.
【0022】また、上記BitBLT部17は、LSI
等のハードウェアで構成されており、上記変換された宛
先のアドレス、ビット情報(描画データS)及び上記ソ
ースデータに関係する描画モードで規定される論理演算
等を与えて起動され、これらのデータを受け取ると共
に、論理演算の種類により必要な場合にはページメモリ
20の同一印刷領域の宛先アドレスから描画データD
(先に描画され保持されているもの)を読出し、描画デ
ータSと描画データDとの間で論理演算を行い、この結
果をページメモリ20の元の領域に書込み、一方論理演
算が上書きの場合には描画データSを宛先アドレスに上
書きしてページメモリ20に描画を行うものである。The BitBLT unit 17 is an LSI
And the like, and is started by giving a logical operation or the like defined in the drawing mode related to the converted destination address, bit information (drawing data S) and the source data. And the drawing data D from the destination address of the same print area of the page memory 20 if necessary depending on the type of logical operation.
(The one previously drawn and held) is read, a logical operation is performed between the drawing data S and the drawing data D, and the result is written in the original area of the page memory 20, while the logical operation is overwritten In the above, the drawing data S is overwritten on the destination address and drawing is performed in the page memory 20.
【0023】ここで上記実施例に係る描画制御方法を、
上記描画制御装置の動作として図4乃至図8のフローチ
ャートに基づいて説明する。印刷に先立って印刷モード
が指定され、これは高速ではあるが印刷品質の粗い粗打
印刷を行う高速モードと、通常の印刷品質の良い通常モ
ードとに分かれている。Here, the drawing control method according to the above embodiment will be described.
The operation of the drawing control device will be described with reference to the flowcharts of FIGS. A printing mode is designated prior to printing, and is divided into a high-speed mode for performing rough printing with rough print quality at a high speed, and a normal mode with good normal print quality.
【0024】上記印刷モードは、操作パネル22からの
操作入力で指示されるが、この実施例では、操作パネル
22からの操作入力に加えて、自動的に印刷モードを設
定できるようにするため、ホストコンピュータ12から
のコマンド指示によっても、高速モード或いは通常モー
ドの別が指示できることとした。The print mode is instructed by an operation input from the operation panel 22, but in this embodiment, in addition to the operation input from the operation panel 22, the print mode can be automatically set. It is assumed that the high-speed mode or the normal mode can be instructed also by the command instruction from the host computer 12.
【0025】上記ホストコンピュータ12からの指示で
は、例えばセットアップ時に設定登録された印刷モード
が印刷データと共に転送され、これをホストインタフェ
ース部13で受けた後この印刷モードがモード判断部3
0に登録される。一方、操作パネル22からの操作入力
による印刷モードはパネルインタフェース部14に設け
られたレジスタに保持されるので、モード判断部30で
は、ホストコンピュータ12及び操作パネル22から指
示を常時監視し、これらから指示された最新の印刷モー
ドを登録することになり、これを以降の印刷の際の印刷
モードとして用いる。According to an instruction from the host computer 12, for example, the print mode set and registered at the time of setup is transferred together with the print data, and the print data is received by the host interface unit 13 and then this print mode is determined by the mode determining unit 3.
Registered as 0. On the other hand, since the print mode by the operation input from the operation panel 22 is held in the register provided in the panel interface unit 14, the mode determination unit 30 constantly monitors the instructions from the host computer 12 and the operation panel 22, The latest instructed print mode is registered, and this is used as the print mode for the subsequent printing.
【0026】そして、上記印刷モードに基づいて以降の
印刷データの描画処理を行い、例えば高速モードであれ
ば文字・図形に係る描画モードを強制的に上書き等によ
る処理に移行させ、ページメモリ20からの描画データ
の読出し及び指定された論理演算を行わないことで、処
理速度を高める。一方、印刷モードが通常モードの場合
には、通常通り文字・図形に係る描画モードに基づいた
論理演算等を実行し、描画処理を行なう。Then, the subsequent print data drawing process is performed based on the print mode. For example, in the case of the high speed mode, the drawing mode for the characters / graphics is forcibly shifted to a process such as overwriting. The processing speed is increased by not reading the drawing data and performing the specified logical operation. On the other hand, when the print mode is the normal mode, a logical operation or the like based on the drawing mode for characters / graphics is executed as usual to perform the drawing process.
【0027】さて、印刷に係る文字データ或いは図形デ
ータ等のソースデータは論理演算を規定する描画モード
データと共にホストコンピュータ12から印刷装置に送
られ、これらのソースデータは先ず入力データメモリ1
8に格納される。1ページ分の印刷に係るソースデータ
は複数のブロックからなり、これらは文字データが含ま
れるブロック、図形データが含まれるブロック、或いは
描画モードが指定されているブロックで構成されてい
る。Source data such as character data or graphic data relating to printing is sent from the host computer 12 to the printing device together with drawing mode data that defines logical operations, and these source data are first input data memory 1.
8 is stored. The source data for printing one page consists of a plurality of blocks, which are composed of blocks containing character data, blocks containing graphic data, or blocks in which a drawing mode is designated.
【0028】この描画モードを指定するブロックは、通
常、文字データ、図形データの先頭及びこれらの途中に
含まれており、描画モードを指定するブロック以降の文
字データ及び図形データは当該描画モードに基づいて描
画処理が行なわれる。また各ブロックのヘダーにはブロ
ックの属性が指定され、このブロックが文字データに係
るものか或いは図形データに係るものかが区分がされ
る。The block designating the drawing mode is usually included at the beginning of the character data and the graphic data and in the middle thereof, and the character data and the graphic data after the block designating the drawing mode are based on the drawing mode. Drawing processing is performed. Further, the attribute of the block is designated in the header of each block, and it is discriminated whether this block relates to character data or graphic data.
【0029】この後、上記入力データメモリ18に格納
された印刷データをページメモリ20に描画するが、こ
の際、モード判断部15において上記登録されている印
刷モードが調べられ高速モードか通常モードかが判別さ
れる(ステップS10)。もし高速モードが指示されて
いると判断した場合は、モード判断部15は描画処理を
文字図形高速処理部31で行わせ、また通常モードが指
示されている場合は、文字図形通常処理部32で描画処
理を行わせる。After that, the print data stored in the input data memory 18 is drawn in the page memory 20. At this time, the registered print mode is checked by the mode determination unit 15 to determine whether it is the high speed mode or the normal mode. Is determined (step S10). If it is determined that the high-speed mode is instructed, the mode determination unit 15 causes the character / graphics high-speed processing unit 31 to perform drawing processing. If the normal mode is instructed, the character / graphics normal processing unit 32 is used. Let the drawing process.
【0030】文字図形高速処理部31では、上記入力デ
ータメモリ18に格納されているソースデータをブロッ
ク単位で順次読出し(ステップS11)、文字データ、
図形データの別を判別する(ステップS13)。そして
文字図形高速処理部31では、上記ブロックが文字処理
に係る文字データであれば下記に示す文字高速処理(ス
テップS14)を実行し、また図形処理に係る図形デー
タであれば図形高速処理(ステップS15)を実行し、
この後上記データ読出処理(ステップS11)に戻り次
のブロックを読出して同様の処理を行う。そして1ペー
ジ分の印刷に係る最後のブロックには改頁等の指定がさ
れているので、データ終了としてここでの処理を終える
(ステップS12)。この後上記描画処理においてに描
画された1ページ分の描画データは、MPU部15の指
示によりページメモリ20から印刷機構21に送られ印
刷される。In the character / graphics high-speed processing section 31, the source data stored in the input data memory 18 is sequentially read in block units (step S11), and the character data,
The type of graphic data is determined (step S13). In the character / graphics high-speed processing unit 31, if the block is character data related to character processing, the following character high-speed processing (step S14) is executed. S15) is executed,
After that, the process returns to the data reading process (step S11), the next block is read, and the same process is performed. Since a page break or the like is designated in the last block related to printing of one page, the process ends here as the end of data (step S12). Thereafter, the drawing data for one page drawn in the drawing process is sent from the page memory 20 to the printing mechanism 21 in accordance with an instruction from the MPU unit 15 and printed.
【0031】文字図形通常処理部32では上記と同様
に、入力データメモリ18に格納されているソースデー
タをブロック単位で順次読出し(ステップS16)、文
字データ、図形データ或いは描画モードを指定するブロ
ックの別を判別する(ステップS18)。そして、文字
図形通常処理部32は、読出したブロックが文字データ
であれば下記に示す文字通常処理(ステップS19)を
実行し、図形データであれば図形通常処理(ステップS
20)を実行し、また描画モードを指定するブロックで
あればこの描画モードを所定のエリアに登録する。この
登録に係る描画モードはブロックで描画モードが指定さ
れる都度更新され、それ以降の文字データ或いは図形デ
ータの描画の際の描画モードとして用いられる。この後
上記データ読出処理(ステップS16)に戻り次のブロ
ックを読出す。そしてソースデータが無くなれば処理を
終える(ステップS17)。In the character / graphics normal processing unit 32, similarly to the above, the source data stored in the input data memory 18 is sequentially read in block units (step S16), and the character data, the graphic data or the drawing mode is designated. A distinction is made (step S18). If the read block is character data, the character / graphics normal processing unit 32 executes the character normal processing (step S19) shown below, and if the read block is graphic data, the character / graphics normal processing (step S19).
20) is executed, and if the block specifies a drawing mode, this drawing mode is registered in a predetermined area. The drawing mode related to this registration is updated every time the drawing mode is designated by the block, and is used as the drawing mode when drawing the subsequent character data or graphic data. After that, the process returns to the data reading process (step S16) to read the next block. Then, if the source data is exhausted, the process is terminated (step S17).
【0032】以下、上記文字図形高速処理部31で行わ
れる文字高速処理(ステップS14)及び図形高速処理
(ステップS15)、また文字図形通常処理部32で行
われる文字通常処理(ステップS19)及び図形通常処
理(ステップS20)の詳細を図5乃至図8に示すフロ
ーチャートに基づいて説明する。Hereinafter, the high-speed character processing (step S14) and the high-speed graphic processing (step S15) performed by the high-speed character / graphics processing section 31, and the normal character processing (step S19) and the high-speed processing performed by the normal character / graphic processing section 32 Details of the normal process (step S20) will be described with reference to the flowcharts shown in FIGS.
【0033】文字高速処理(ステップS14)では、空
白文字についてはこの描画処理を省略し、またこれ以外
の文字については指定された描画モード(論理演算を規
定)に係わらず、描画モードを固定的にD=S(上書
き)とし、その文字パターンをそのままページメモリ2
0に上書きして、ページメモリ20に対するアクセス回
数を減らして高速化を図っている。In the character high-speed processing (step S14), this drawing processing is omitted for blank characters, and the drawing mode is fixed for other characters regardless of the specified drawing mode (defining logical operation). Is set to D = S (overwrite), and the character pattern is directly stored in the page memory 2
By overwriting 0, the number of accesses to the page memory 20 is reduced to increase the speed.
【0034】なお、上記文字高速処理では描画モードと
してD=S(上書き)を用いたが、ページメモリ20か
らの読出しを必要としない論理演算としてはこの他、D
=0(全て空白),D=−S(文字の白黒を反転した上
書き),D=1(全て塗り潰し)があるが、実用性、見
やすさの点でD=Sを採用した。Although D = S (overwrite) is used as the drawing mode in the high-speed character processing described above, the other logical operation that does not require reading from the page memory 20 is D.
= 0 (all blanks), D = -S (overwrite by inverting black and white of characters), and D = 1 (all filled), but D = S was adopted in terms of practicality and legibility.
【0035】この文字高速処理の処理内容は、図5のフ
ローチャートに示すように、まずデータ読出処理(ステ
ップS11)で読出されたブロックに含まれる文字が空
白文字かどうかを判別する(ステップS21)。そし
て、これが空白文字でなければこの文字データの文字パ
ターンを文字パターンメモリ19から読出し、この文字
パターンの宛先描画アドレスを描画アドレス生成部33
で求める。続いて、上記文字パターンS及び上記求めた
描画アドレスと共に、論理演算をD=S(上書き)とし
BitBLT部17に転送し、このBitBLT部17
では、ページメモリ20の宛先アドレスに文字パターン
Sを上書きする(ステップS22)。この場合、描画モ
ードD=S(上書き)は、ページメモリ20から描画デ
ータDを読出す必要がなく、また論理演算を行うことも
ない。As shown in the flow chart of FIG. 5, the contents of this high-speed character processing are as follows. First, it is judged whether the character contained in the block read in the data reading processing (step S11) is a blank character (step S21). . If this is not a blank character, the character pattern of this character data is read from the character pattern memory 19, and the destination drawing address of this character pattern is drawn to the drawing address generation unit 33.
Ask in. Subsequently, the logical operation is set to D = S (overwrite), and transferred to the BitBLT unit 17 together with the character pattern S and the obtained drawing address.
Then, the destination address of the page memory 20 is overwritten with the character pattern S (step S22). In this case, in the drawing mode D = S (overwrite), it is not necessary to read the drawing data D from the page memory 20, and no logical operation is performed.
【0036】一方、上記ソースデータが空白文字(スペ
ース)であれば、この文字部分の描画処理を省略し、ペ
ージメモリ20の更新は行わない。そして、一般に連続
する文字については文字間隔の指定等で次の文字位置が
決められるので、描画アドレス生成部33において文字
間隔の指定等に基づいて次の文字位置の描画アドレスを
算出し(ステップS23)処理を終える。また、文字ブ
ロックに文字が複数含まれる場合は、ステップS21に
戻って同様な処理を繰り返すことになる。この空白文字
の省略により、その文字分の描画処理に要する時間が不
要となる。On the other hand, if the source data is a blank character (space), the drawing process of this character portion is omitted and the page memory 20 is not updated. Then, generally, for consecutive characters, the next character position is determined by specifying the character interval, etc. Therefore, the drawing address generation unit 33 calculates the drawing address of the next character position based on the specification of the character interval (step S23). ) Finish processing. If the character block includes a plurality of characters, the process returns to step S21 and the same process is repeated. By omitting this blank character, the time required for the drawing process for that character becomes unnecessary.
【0037】なお、上記文字高速処理においては、空白
文字の描画を省略するので例えばページメモリ20にお
けるこの空白文字の描画領域にすでに別の文字図形等が
描画されていた場合は、その文字図形が印刷されること
になり、また、文字について指定された描画モードに基
づく論理演算を行わないのでたとえば本来白抜きの文字
が通常の黒文字として印刷され、全体として印刷は粗打
となる。In the high-speed character processing, the drawing of the blank character is omitted. For example, if another character figure or the like has already been drawn in the drawing area of the blank character in the page memory 20, the character figure is Since the characters are printed and the logical operation based on the designated drawing mode is not performed for the characters, for example, originally blank characters are printed as normal black characters, and the printing is rough as a whole.
【0038】一方、図形高速処理(ステップS15)で
は、直線(太線)の図形については複数の直線でこの太
線を近似し、通常行われる線幅内の塗り潰し処理は行わ
ないこととし、この潰し処理に比べて処理速度を高め
る。また直線以外の図形については指定された描画モー
ドに係わらず図形パターンをそのままページメモリ20
に上書きすることとし、ページメモリ20に対するアク
セス回数を減らす。On the other hand, in the figure high-speed processing (step S15), with respect to a figure of a straight line (thick line), this thick line is approximated by a plurality of straight lines, and the usual filling process within the line width is not performed. Increase processing speed compared to. For figures other than straight lines, the figure pattern is used as it is regardless of the designated drawing mode.
The number of accesses to the page memory 20 is reduced.
【0039】その処理内容は、図7に示すようにまずソ
ースデータに係る図形データが直線かどうかを判別し
(ステップS30)、これが直線でなければ描画アドレ
ス生成部16でこの図形データからドット形式の図形パ
ターンを生成しかつその描画アドレスを求め、さらに上
記図形パターンとこの描画アドレス及び描画モードD=
Sを指定してBitBLT部17に転送してこれを起動
する。一方、BitBLT部17では図形パターンSを
ページメモリ20の該当する描画アドレスに転送して上
書きし(ステップS31)、当該処理を終える。As for the processing content, as shown in FIG. 7, first, it is determined whether or not the graphic data relating to the source data is a straight line (step S30), and if this is not a straight line, the drawing address generating unit 16 makes a dot format from this graphic data. Of the graphic pattern and the drawing address thereof are obtained, and the graphic pattern, the drawing address and the drawing mode D =
Designate S and transfer it to the BitBLT unit 17 to activate it. On the other hand, the BitBLT unit 17 transfers the graphic pattern S to the corresponding drawing address of the page memory 20 and overwrites it (step S31), and finishes the process.
【0040】また上記図形が直線(太い実線或いは太い
点線、以下「太線」という。)の場合は、この太線の線
幅に渡って複数の直線(点線)を所定の間隔で設けるこ
とにより太線を近似する(図10(c)参照)。このた
め、最初にこの太線の線幅を算出し(ステップS3
2)、続いてこの太線を所定の線分に分割して順次描画
する。When the figure is a straight line (thick solid line or thick dotted line, hereinafter referred to as "thick line"), a plurality of straight lines (dotted lines) are provided at predetermined intervals over the line width of the thick line to form a thick line. It is approximated (see FIG. 10C). Therefore, the line width of this thick line is first calculated (step S3
2) Then, the thick line is divided into predetermined line segments and sequentially drawn.
【0041】まず最初の線分のパターンを調べ、これが
空白部分(例えば点線の点と点との間の部分)かどうか
を判断する(ステップS34)。そして、これが空白部
分でなければパターン部分の長さのベクトルを太さ(線
幅)分設け、描画アドレス生成部16で線幅内に設けら
れる複数の各線分についてのドットパターンと描画アド
レスを求め、このデータと共に描画モードD=S(上書
き)をBitBLT部17に転送し、ページメモリ20
の該当する描画アドレスに上書きする(ステップS3
5)。一方、上記線分のパターンが空白部分であればこ
れについては描画を行わず、ページメモリ20への転送
を省略する。First, the pattern of the first line segment is examined, and it is judged whether or not this is a blank portion (for example, a portion between the points of the dotted line) (step S34). If this is not a blank portion, a vector of the length of the pattern portion is provided for the thickness (line width), and the drawing address generation unit 16 obtains dot patterns and drawing addresses for each of the plurality of line segments provided within the line width. , The drawing mode D = S (overwrite) is transferred to the BitBLT unit 17 together with this data, and the page memory 20
Overwrites the corresponding drawing address of (step S3
5). On the other hand, if the pattern of the line segment is a blank portion, no drawing is performed for this and the transfer to the page memory 20 is omitted.
【0042】この後、描画アドレス生成部16で線分の
次のパターン位置に関する描画アドレスを求め(ステッ
プS36)、再び上記ステップS33に戻り、太線の次
の線分の描画処理を行う。このようにして、太線の全体
についてページメモリ20に描画を行い、この太線の全
長さ分終了すれば(ステップS33)、当該処理を終え
る。Thereafter, the drawing address generator 16 obtains the drawing address for the pattern position next to the line segment (step S36), and the process returns to step S33 again to perform the drawing process of the line segment next to the thick line. In this way, the entire thick line is drawn in the page memory 20, and if the entire length of the thick line is completed (step S33), the process is finished.
【0043】なお、上記図形高速処理においては、空白
部分の描画を省略するので、例えばページメモリ20の
この空白文字の描画領域にすでに別の図形等が描画され
ている場合は、その図形が印刷されることになる。ま
た、太線を複数の直線で近似しているためこの直線の数
を多くすれば見かけ上塗り潰しに近い太線が印刷され
る。また、図形高速処理の他の例としては、太い直線を
描くときにこの太線の線幅部については塗り潰し処理を
行ない、この直線の端点処理についてはこれを省略する
方法も採用される。Since the drawing of the blank portion is omitted in the graphic high-speed processing, if another graphic or the like is already drawn in the drawing area of the blank character of the page memory 20, the graphic is printed. Will be done. In addition, since the thick line is approximated by a plurality of straight lines, if the number of the straight lines is increased, a thick line apparently close to the solid line is printed. Further, as another example of the graphic high-speed processing, a method is adopted in which when a thick straight line is drawn, the line width portion of this thick line is filled and the end point processing of this straight line is omitted.
【0044】また文字通常処理(ステップS19)で
は、通常通りソースデータで指定された描画モードに基
づいて文字データに係る描画処理を行う。その処理内容
は、図6のフローチャートに示すように、ブロックに含
まれる文字についての文字パターンを文字パターンメモ
リ19から読出し、この描画アドレスを描画アドレス生
成部33で求める。続いて、上記文字パターンS及び上
記求めた宛先描画アドレスと共に、描画モードデータで
指定され上記所定のエリアに登録された描画モード(論
理演算を規定)をBitBLT部17に転送する。一方
BitBLT部17では、論理演算に基づき必要な場合
にはページメモリ20の宛先アドレスから描画データD
を読出し、これと上記文字パターンSとの間で指定され
た演算処理を行い、その結果をページメモリ20に書き
込む(ステップS24)。この後、次の文字位置を算出
して(ステップS25)処理を終える。Further, in the character normal process (step S19), the drawing process for the character data is performed based on the drawing mode designated by the source data as usual. As for the processing content, as shown in the flowchart of FIG. 6, the character pattern for the character included in the block is read from the character pattern memory 19, and the drawing address is obtained by the drawing address generation unit 33. Subsequently, together with the character pattern S and the obtained destination drawing address, the drawing mode (defining a logical operation) designated by the drawing mode data and registered in the predetermined area is transferred to the BitBLT unit 17. On the other hand, in the BitBLT unit 17, the drawing data D from the destination address of the page memory 20 when necessary based on the logical operation.
Is read, the specified arithmetic processing is performed between this and the character pattern S, and the result is written in the page memory 20 (step S24). After that, the next character position is calculated (step S25), and the process ends.
【0045】上記指定される演算処理は、図9に示すよ
うに16種類の指定があり、ページメモリ20から読出
しが必要な処理たとえばD=D+S(OR書き)の場合
には、ページメモリ20から該当する描画データDを読
出してこれと文字パターンSとの間で論理演算を行な
い、この結果をページメモリ20に書き戻す。As shown in FIG. 9, there are 16 types of designations in the above-mentioned arithmetic processing, and in the case of a process which needs to be read from the page memory 20, for example, D = D + S (OR writing), the page memory 20 is used. The corresponding drawing data D is read, a logical operation is performed between the drawing data D and the character pattern S, and the result is written back to the page memory 20.
【0046】一方、指定される演算処理がページメモリ
20からの読出しを必要としない処理、これには、D=
0(全て空白),D=S(上書き),D=−S(文字の
白黒を反転した上書き),D=1(全て塗り潰し)があ
るが、例えばD=Sの場合にはページメモリ20に描画
データSを書込むのみの処理となり、描画データDの読
出し及び論理演算は行われない。また、一般にBitB
LT部17ではメモリ容量の関係上、一度に論理演算を
行うことが出来ない場合には、何回かに分けて、データ
Dの読出し・論理演算・結果のページメモリ20への書
込み、の処理を繰り返し行うことになる。On the other hand, the designated arithmetic processing does not require reading from the page memory 20, and D =
There are 0 (all blanks), D = S (overwrite), D = -S (overwrite by inverting black and white of characters), and D = 1 (all fill). For example, in the case of D = S, the page memory 20 is stored. The process is only to write the drawing data S, and the reading of the drawing data D and the logical operation are not performed. Also, in general, BitB
When the LT unit 17 cannot perform a logical operation at one time due to the memory capacity, the process of reading the data D, performing the logical operation, and writing the result to the page memory 20 is divided into several times. Will be repeated.
【0047】一方、図形通常処理(ステップS20)で
は、直線(太線)の図形については通常行われる太線内
の塗り潰し処理を行ない、また直線以外の図形について
はソースデータで指定された描画モードに基づいてその
図形の描画処理を行う。On the other hand, in the figure normal process (step S20), a normal line filling process is performed for a straight line (thick line) figure, and a figure other than a straight line is based on the drawing mode designated by the source data. Draws the figure.
【0048】その処理内容は図8に示すように、ソース
データに係る図形が直線かどうかを判別し(ステップS
40)、これが直線でなければ描画アドレス生成部16
でこの図形データからドット形式の図形パターンを生成
すると共にその描画アドレスを求め、続いてこれら図形
パターンS、描画アドレス及びソースデータで指定され
た描画モードをBitBLT部17に転送してこれを起
動する。一方、BitBLT部17では論理演算の種類
により必要な場合にはページメモリ20の該当する描画
アドレスから描画データDを読出し、図形パターンSと
描画データDとの間で指定された論理演算を行い、この
結果をページメモリ20の元の描画アドレスに転送して
書込み(ステップS49)、当該処理を終える。As shown in FIG. 8, the contents of the processing determine whether or not the figure relating to the source data is a straight line (step S
40), if this is not a straight line, the drawing address generator 16
Then, a dot-type graphic pattern is generated from this graphic data and its drawing address is obtained, and then the drawing mode specified by these graphic pattern S, drawing address and source data is transferred to the BitBLT unit 17 and activated. . On the other hand, the BitBLT unit 17 reads the drawing data D from the corresponding drawing address of the page memory 20 and performs the specified logical operation between the graphic pattern S and the drawing data D if necessary depending on the type of logical operation. The result is transferred to the original drawing address of the page memory 20 and written (step S49), and the process ends.
【0049】また上記図形が直線(太線)の場合は、こ
の太線の線幅を算出し(ステップS41)、さらに太線
の開始端点の描画データ及び描画アドレスを描画アドレ
ス生成部16で生成し、これとソースデータで指定され
た描画モードをBitBLT部17に転送し、ここで指
定された論理演算を行いその結果をページメモリ20の
元の描画アドレスに書込む(ステップS42)。When the figure is a straight line (thick line), the line width of the thick line is calculated (step S41), and the drawing data and drawing address of the starting end point of the thick line are generated by the drawing address generation unit 16 and The drawing mode specified by the source data is transferred to the BitBLT unit 17, the logical operation specified here is performed, and the result is written in the original drawing address of the page memory 20 (step S42).
【0050】続いてこの太線を所定の線分に分割して順
次描画する。まず最初の線分のパターンが空白部分かど
うかを調べ(ステップS44)、これが空白部分でなけ
ればパターン部分を多角形としてとらえ描画アドレス生
成部16でこの多角形内を塗り潰す処理を行う。この塗
り潰しパターンは描画アドレス生成部16において複数
のドットとその描画アドレスとして生成され、これらは
ソースデータで指定された描画モードと共にBitBL
T部17に転送され、ここで指定された論理演算を行い
その結果をページメモリ20の元の描画アドレスに書き
込む(ステップS45)。また最初の線分のパターンが
空白部分であれば、この空白部分を多角形としてとらえ
て上記と同様な処理を行い、指定された描画モードでペ
ージメモリ20に空白部分を描画する(ステップS4
6)。Then, the thick line is divided into predetermined line segments and sequentially drawn. First, it is checked whether or not the pattern of the first line segment is a blank portion (step S44), and if it is not a blank portion, the pattern portion is regarded as a polygon, and the drawing address generation unit 16 performs processing for filling the inside of this polygon. This fill pattern is generated as a plurality of dots and their drawing addresses in the drawing address generation unit 16, and these are written in BitBL together with the drawing mode specified by the source data.
The data is transferred to the T unit 17, and the logical operation designated here is performed and the result is written in the original drawing address of the page memory 20 (step S45). If the pattern of the first line segment is a blank portion, the blank portion is regarded as a polygon and the same processing as above is performed to draw the blank portion in the page memory 20 in the designated drawing mode (step S4).
6).
【0051】この後、次のパターン位置を算出し(ステ
ップS47)、再び上記ステップS43に戻り、この太
線の線分の長さ分終了したかどうかを調べ(ステップS
43)、もし終了しておれば、終了端点を上記開始端点
と同様にしてページメモリ20に描画し(ステップS4
8)、当該処理を終える。上記開始端点或いは終了端点
については所定の端点処理が行われ、例えば丸形形状に
補正される。After that, the next pattern position is calculated (step S47), the process returns to step S43 again, and it is checked whether or not the length of the thick line segment is completed (step S47).
43), if finished, draw the end endpoint in the page memory 20 in the same manner as the start endpoint (step S4).
8) Then, the process ends. A predetermined end point process is performed on the start end point or the end end point, and is corrected to, for example, a round shape.
【0052】従って、上記実施例によれば印刷モードが
高速モードに指定された場合には、ソースデータで指定
された描画モード(論理演算を規定)にかかわらず、ソ
ースデータをページメモリ20に描画する際の描画モー
ドを固定的に例えばD=S(上書き)とし、ページメモ
リ20から描画データを読出さずにそのまま文字或いは
図形のパターンを上書きすることとしたから、従来のペ
ージメモリ20から描画データを読出し描画モードで規
定された論理演算を行う処理に比べて、描画処理が高速
に行われるので印刷の高速化が図れることとなり、印刷
の品質を厳密視しない場合には有効である。Therefore, according to the above embodiment, when the print mode is designated as the high speed mode, the source data is rendered in the page memory 20 regardless of the rendering mode (logical operation is specified) designated by the source data. Since the drawing mode at the time of writing is fixedly set to, for example, D = S (overwrite) and the drawing data is not read from the page memory 20 and the pattern of the character or the figure is overwritten as it is, the conventional page memory 20 is used for drawing. The drawing process is performed at a higher speed than the process of reading the data and performing the logical operation defined in the drawing mode, and thus the printing speed can be increased, which is effective when the printing quality is not strictly considered.
【0053】また、データ種別が文字データの場合は、
描画モードに関わらず空白文字部分の描画を省略したの
で描画処理が短縮され、同様に、データの種別が図形デ
ータの場合は、描画モードにかかわらず点線・破線等の
空白部分の描画を省略したので描画処理が短縮された。
これは、ページメモリ20に描画されている先の描画デ
ータがあればこれが印刷されてしまうことになるが、印
刷速度が高められるので印刷の品質を厳密視しない場合
には有効である。If the data type is character data,
Since the drawing of blank characters is omitted regardless of the drawing mode, the drawing process is shortened. Similarly, when the data type is graphic data, the drawing of the blank part such as dotted line and broken line is omitted regardless of the drawing mode. So the drawing process was shortened.
This means that if there is the previous drawing data drawn in the page memory 20, this will be printed, but since the printing speed is increased, it is effective when print quality is not strictly considered.
【0054】また、図形データの直線の場合、この直線
の線幅内の塗り潰しを行わずに、両端点間を結ぶ直線を
線幅分繰り返して近似するようにしたので描画処理の高
速化が図れた。この他、図形データが直線の場合、この
直線の端点処理を省略するようにしたので描画処理が短
縮された。Further, in the case of the straight line of the graphic data, the line connecting the both end points is repeatedly approximated by the line width without filling the line width of this straight line, so that the drawing process can be speeded up. It was In addition, when the graphic data is a straight line, the end point process of the straight line is omitted, so that the drawing process is shortened.
【0055】上記描画処理の高速化を行う印刷モードの
指定を、ホストコンピュータ12からのコマンド指定或
いは印刷装置に設けた操作パネル22の双方から指定で
きるようにしたから、大まかなレイアウトを確認したい
ときなど必要なときには、柔軟にかつホストコンピュー
タ12から自動的に高速モードの指定が行え効果的であ
る。The print mode for speeding up the drawing process can be designated from both the command designation from the host computer 12 and the operation panel 22 provided in the printing apparatus. It is effective that the high speed mode can be flexibly and automatically specified from the host computer 12 when necessary.
【0056】このように、上記実施例においては、文字
図形等の印刷の品質や忠実度を必要としない印刷時に、
容易に印刷速度を向上させることができ、しかも、通常
の文書印刷では、特に文字自体の認識に影響を与えるこ
とがないので十分な利用が期待される。As described above, according to the above-described embodiment, when printing such as character graphics is not required in printing quality and fidelity,
The printing speed can be easily improved, and in normal document printing, there is no particular effect on the recognition of the characters themselves, so that the full utilization is expected.
【0057】[0057]
【発明の効果】以上説明したように本発明に係る描画制
御方法によれば、ソースデータをドット形式の描画デー
タSに展開して描画する際、印刷動作の指定が特定の場
合にはソースデータに関する描画モードにかかわらず、
上書きの描画モードで描画データSをページメモリに保
持されている同一領域の描画データDの上に上書きして
描画するようにしたので、ページメモリから描画データ
Dを読出すことがなく、また描画モードに基づく論理演
算を行うといった処理負荷を除いたので、描画処理が高
速に行えるので印刷の高速化が図れることとなり、文字
図形等の印刷の品質を厳密視しない印刷時には有効であ
る。As described above, according to the drawing control method of the present invention, when the source data is expanded into the drawing data S in the dot format and drawn, the source data is specified when the printing operation is specified. Regardless of the drawing mode
In the overwriting drawing mode, the drawing data S is overwritten on the drawing data D in the same area held in the page memory for drawing, so that the drawing data D is not read from the page memory and the drawing is performed. Since the processing load such as the logical operation based on the mode is removed, the drawing process can be performed at a high speed, and thus the printing speed can be increased, which is effective in the printing in which the printing quality of the character graphic is not strictly considered.
【0058】また、本発明に係る描画制御装置によれ
ば、受信手段3と、描画データDを保持するページメモ
リ1と、描画データSをページメモリ1に描画する描画
手段4と、ソースデータをドット形式の描画データSに
展開しこれを描画する際、入力手段6又は上記上位装置
2からの印刷動作の指定が特定のものである場合には、
ソースデータに関する描画モードに基づく描画が描画デ
ータDを読出して行うものであっても、ページメモリ1
から描画データDを読出さないで描画する上書き描画モ
ードを用い、この上書き描画モード及び上記描画データ
Sを描画手段4に与えて描画の指示を行い、描画データ
Sを上記ページメモリ1に上書きして描画を行う文字図
形処理手段5とを有する構成を採用したから、ページメ
モリ1から描画データDを読出しこれに描画モードに基
づく論理演算を行うといった処理負荷を除いたので、印
刷の高速化が図れることとなり、文字図形等の印刷の品
質を厳密視しない印刷時には有効である。According to the drawing control device of the present invention, the receiving means 3, the page memory 1 for holding the drawing data D, the drawing means 4 for drawing the drawing data S in the page memory 1, and the source data are stored. When the dot format drawing data S is developed and drawn, if the designation of the printing operation from the input unit 6 or the host device 2 is specific,
Even if the drawing based on the drawing mode for the source data is performed by reading the drawing data D, the page memory 1
An overwrite drawing mode for drawing without reading the drawing data D from is used, and the drawing data S and the drawing data S are given to the drawing means 4 to instruct drawing, and the drawing data S is overwritten on the page memory 1. Since the configuration having the character / graphics processing means 5 for performing drawing is adopted, the processing load of reading the drawing data D from the page memory 1 and performing logical operation based on the drawing mode on this is removed, so that the printing speed can be increased. It is possible to achieve this, and it is effective at the time of printing in which the printing quality of character graphics is not strictly considered.
【0059】また、大まかなレイアウトを確認したいと
きなど必要なときには、入力手段6及び上位装置2の双
方から印刷動作を特定できることとしたので、柔軟にか
つ上位装置2からは自動的に印刷動作の特定が行え効果
的である。When it is necessary to confirm the rough layout, the printing operation can be specified by both the input unit 6 and the host device 2. Therefore, the printing operation can be flexibly and automatically performed by the host device 2. It can be specified and effective.
【図1】本発明に係る描画制御方法の原理説明図であ
る。FIG. 1 is a diagram illustrating the principle of a drawing control method according to the present invention.
【図2】本発明に係る描画制御装置の原理構成図であ
る。FIG. 2 is a principle configuration diagram of a drawing control device according to the present invention.
【図3】実施例に係る描画制御装置を用いた印刷装置の
構成図である。FIG. 3 is a configuration diagram of a printing apparatus using the drawing control apparatus according to the embodiment.
【図4】実施例に係る描画制御方法を示すフローチャー
トである。FIG. 4 is a flowchart showing a drawing control method according to an embodiment.
【図5】文字高速処理の動作を示すフローチャートであ
る。FIG. 5 is a flowchart showing an operation of high-speed character processing.
【図6】文字通常処理の動作を示すフローチャートであ
る。FIG. 6 is a flowchart showing an operation of character normal processing.
【図7】図形高速処理の動作を示すフローチャートであ
る。FIG. 7 is a flowchart showing the operation of high-speed graphic processing.
【図8】図形通常処理の動作を示すフローチャートであ
る。FIG. 8 is a flowchart showing an operation of a graphic normal process.
【図9】描画モードで規定する論理演算の種類を示した
図であるFIG. 9 is a diagram showing types of logical operations defined in a drawing mode.
【図10】各種の図形の描画内容の説明図であり、
(a)は太い直線の塗り潰しを、(b)は直線の端点処
理を、(c)は太い直線を複数の直線で近似した状態
を、それぞれ示したものである。FIG. 10 is an explanatory diagram of drawing contents of various figures,
(A) shows filling of a thick straight line, (b) shows end point processing of the straight line, and (c) shows a state in which the thick straight line is approximated by a plurality of straight lines.
1 ページメモリ 2 上位装置 3 受信手段 4 描画手段 5 文字図形処理手段 6 入力手段 7 印刷手段 1 page memory 2 upper device 3 receiving means 4 drawing means 5 character / graphics processing means 6 input means 7 printing means
───────────────────────────────────────────────────── フロントページの続き (72)発明者 小林 正彦 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 重野 美紀 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Masahiko Kobayashi 1015 Kamiodanaka, Nakahara-ku, Kawasaki, Kanagawa, Fujitsu Limited
Claims (2)
らなるソースデータ及びこれらソースデータに関する描
画モードデータを入力し、このソースデータをドット形
式の描画データ(S)に展開(ST1)してページメモ
リに描画する際、 上記描画モードに基づく描画がページメモリから描画デ
ータ(D)を読出して行うものであるときには(ST
2)、先にページメモリに保持されている同一領域の描
画データ(D)を読出し(ST3)、この描画データ
(D)と上記描画データ(S)との間で上記描画モード
に基づいて論理演算を行い(ST4)、この演算結果を
ページメモリの元の領域に書込み(ST5)、一方、上
記描画モードに基づく描画がページメモリから描画デー
タ(D)を読出して行うものでないときには、描画デー
タ(S)をページメモリに保持されている同一領域の描
画データ(D)に上書きして描画を行い(ST6)、上
記ページメモリの描画内容を印刷(ST7)する描画制
御方法において、 印刷動作の指定が特定のものである場合には(ST
8)、上記描画モードに基づく描画がページメモリから
描画データ(D)を読出して行うものであっても、ペー
ジメモリから描画データ(D)を読出さないで描画する
描画モードを用いて描画データ(S)をページメモリに
保持されている同一領域の描画データ(D)の上に上書
きして描画(ST9)し、これを印刷(ST7)するこ
とを特徴とする描画制御方法。1. A page memory in which source data consisting of character data and graphic data relating to printing and drawing mode data relating to these source data are input, and this source data is expanded into dot-shaped drawing data (S) (ST1). When the drawing based on the drawing mode is performed by reading the drawing data (D) from the page memory (ST)
2) Read the drawing data (D) of the same area previously held in the page memory (ST3), and perform a logic between the drawing data (D) and the drawing data (S) based on the drawing mode. A calculation is performed (ST4), and the calculation result is written in the original area of the page memory (ST5). On the other hand, when the drawing based on the drawing mode is not performed by reading the drawing data (D) from the page memory, the drawing data is drawn. In the drawing control method, the drawing data (D) in the same area held in the page memory is overwritten with (S) to perform drawing (ST6), and the drawing content in the page memory is printed (ST7). If the designation is specific (ST
8) Even if the drawing based on the drawing mode is performed by reading the drawing data (D) from the page memory, the drawing data is drawn using the drawing mode for drawing without reading the drawing data (D) from the page memory. A drawing control method characterized by overwriting (S) on drawing data (D) in the same area held in the page memory, drawing (ST9), and printing (ST7).
文字データ及び図形データからなるソースデータ及びこ
れらソースデータに関する描画モードデータを受信する
受信手段(3)と、 上記ソースデータがドット形式の描画データ(D)とし
て保持されるページメモリ(1)と、 指示された描画モードに基づく描画がページメモリ
(1)から描画データ(D)を読出して行うものである
ときには、先にページメモリ(1)に保持されている同
一領域の描画データ(D)を読出し、この描画データ
(D)と与えられた描画データ(S)との間で上記指示
された描画モードに基づく論理演算を行ないこの演算結
果をページメモリ(1)の元の領域に書込む一方、指示
された描画モードに基づく描画がページメモリ(1)か
ら描画データ(D)を読出して行うものでないときに
は、与えられた描画データ(S)をページメモリ(1)
に保持されている同一領域の描画データ(D)の上に上
書きして描画を行う描画手段(4)と、 ソースデータをドット形式の描画データ(S)に展開し
これを描画する際、入力手段(6)又は上記上位装置
(2)からの印刷動作の指定が特定のものでない場合に
は、上記描画データ(S)及び上記ソースデータに関す
る描画モードを描画手段(4)に与えて描画の指示を行
い、一方、上記印刷動作の指示が特定のものである場合
には、上記ソースデータに関する描画モードに基づく描
画が描画データ(D)を読出して行うものであっても、
ページメモリ(1)から描画データ(D)を読出さない
で描画する上書き描画モードを用い、この上書き描画モ
ード及び上記描画データ(S)を描画手段(4)に与え
て描画の指示を行い、描画データ(S)をページメモリ
(1)に上書きして描画を行う文字図形処理手段(5)
と、 上記ページメモリ(1)の描画内容を印刷する印刷手段
(7)とを有することを特徴とする描画制御装置。2. Receiving means (3) for receiving source data composed of character data and graphic data relating to printing and drawing mode data relating to these source data, which is sent from a higher-level device (2), and the source data is in a dot format. Page memory (1) retained as the drawing data (D) of the page memory and the drawing based on the specified drawing mode is performed by reading the drawing data (D) from the page memory (1) first. The drawing data (D) in the same area held in (1) is read, and a logical operation is performed between the drawing data (D) and the given drawing data (S) based on the specified drawing mode. While writing the calculation result in the original area of the page memory (1), the drawing data (D) is drawn from the page memory (1) based on the specified drawing mode. When not to perform out a page a given drawing data (S) memory (1)
The drawing means (4) for overwriting and drawing on the drawing data (D) in the same area held in the input area, and the input when the source data is expanded to the dot format drawing data (S) and drawn. If the designation of the printing operation from the means (6) or the host device (2) is not specific, the drawing mode relating to the drawing data (S) and the source data is given to the drawing means (4) for drawing. On the other hand, if the instruction of the printing operation is specific, even if the drawing based on the drawing mode for the source data is performed by reading the drawing data (D),
An overwrite drawing mode is used in which drawing is performed without reading the drawing data (D) from the page memory (1). The overwrite drawing mode and the drawing data (S) are given to the drawing means (4) to instruct drawing. Character / graphics processing means (5) for performing drawing by overwriting the drawing data (S) on the page memory (1)
And a printing means (7) for printing the drawing contents of the page memory (1).
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP23361993A JPH0781151A (en) | 1993-09-20 | 1993-09-20 | Method and device for drawing-control |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP23361993A JPH0781151A (en) | 1993-09-20 | 1993-09-20 | Method and device for drawing-control |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0781151A true JPH0781151A (en) | 1995-03-28 |
Family
ID=16957890
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP23361993A Withdrawn JPH0781151A (en) | 1993-09-20 | 1993-09-20 | Method and device for drawing-control |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0781151A (en) |
-
1993
- 1993-09-20 JP JP23361993A patent/JPH0781151A/en not_active Withdrawn
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH0345076A (en) | Processing system for picture data | |
US5774126A (en) | Method and apparatus for dynamically changing the color depth of objects displayed in a computer system | |
JP3382265B2 (en) | Character pattern creation method and apparatus | |
US5519412A (en) | Pattern processing method | |
JPH06162210A (en) | Image processor | |
JPH03130175A (en) | Device to enlarge dot matrix data | |
JPH0781151A (en) | Method and device for drawing-control | |
JP4208350B2 (en) | Drawing apparatus, drawing method, and storage medium | |
JP2000013601A (en) | Print information processor and device and method for generating intermediate data | |
JP2523213B2 (en) | Page printer print control method | |
JP2004334533A (en) | Image processing device and method | |
JP3129717B2 (en) | Image processing apparatus and image processing method | |
JP2980079B2 (en) | Three-dimensional image processing apparatus and method | |
JP2610825B2 (en) | Graphic processing unit | |
JPH04348388A (en) | Character output system | |
JP3089014B2 (en) | Output control method and device | |
JP2580965B2 (en) | Printer device | |
JP3018692B2 (en) | Printing device | |
JPH0546150A (en) | Drawing control method for italic character | |
JP2710350B2 (en) | Image processing apparatus and image processing method of image processing apparatus | |
JPH09277616A (en) | Printer and control method therefor | |
JP2881948B2 (en) | Dot pattern generator | |
JP2884862B2 (en) | Data processing device | |
JP2619931B2 (en) | Character processing device and character processing method | |
JPH1051653A (en) | Information processing unit and its method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20001128 |