JPH06324666A - Character generating device - Google Patents
Character generating deviceInfo
- Publication number
- JPH06324666A JPH06324666A JP5109063A JP10906393A JPH06324666A JP H06324666 A JPH06324666 A JP H06324666A JP 5109063 A JP5109063 A JP 5109063A JP 10906393 A JP10906393 A JP 10906393A JP H06324666 A JPH06324666 A JP H06324666A
- Authority
- JP
- Japan
- Prior art keywords
- module
- character generator
- data
- block
- mode
- 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
Links
Landscapes
- Image Generation (AREA)
- Controls And Circuits For Display Device (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、コンピュータグラフィ
ックス分野の文字図形発生装置において、特に、ベクト
ル形式で表された文字図形の輪郭データをラスタ形式の
データに変換する文字図形発生装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a character / graphics generator in the field of computer graphics, and more particularly to a character / graphics generator for converting contour data of a character / graphic represented in a vector format into raster format data.
【0002】[0002]
【従来の技術】複数のサイズの文字や、回転,斜体等の
文字を出力する方法として、文字の輪郭情報で構成され
たアウトラインフォントデータをドットフォントデータ
に変換する装置がある。アウトラインフォントデータ
は、文字の輪郭上の点を座標値で表したデータと、デー
タの属性を示すフラグデータ等から構成されている。こ
のアウトラインフォントデータを文字フォントとしてR
OM又は外部記憶装置に持ち、指定された出力サイズに
したがってアフィン変換と呼ばれる座標変換演算を行
い、また、文字の曲線を美しく出力するために、曲線補
間により曲線上の座標データに座標変換演算して出力す
る。さらに、座標変換された座標データ間をドットでラ
インを発生し、発生された文字のアウトライン内部を塗
り潰してドットフォントに変換して出力する文字発生装
置がある。2. Description of the Related Art As a method of outputting characters of a plurality of sizes and characters such as rotation and italics, there is a device for converting outline font data composed of character outline information into dot font data. The outline font data is composed of data in which the points on the outline of the character are represented by coordinate values, flag data indicating the attributes of the data, and the like. Use this outline font data as a character font
The coordinate conversion operation called affine transformation is performed according to the specified output size in the OM or the external storage device, and in order to output the curve of the character beautifully, the coordinate conversion operation is performed on the coordinate data on the curve by curve interpolation. Output. Further, there is a character generator that generates a line with dots between coordinate-converted coordinate data, fills the outline of the generated character, converts it into a dot font, and outputs it.
【0003】図8は、本出願人が先に出願した特願平2
−19052号、「文字発生装置」に記載した上記アウ
トラインフォントデータをドットフォントデータに変換
する一連の処理を行う文字発生用LSI、アウトライン
フォントプロセッサ(OFP)80の内部ブロック構成例
である。FIG. 8 shows a Japanese Patent Application No. 2 filed by the applicant earlier.
No. 19052, “Character generator”, it is an internal block configuration example of an outline font processor (OFP) 80, which is a character generation LSI for performing a series of processes for converting the outline font data into dot font data.
【0004】OFP80は、ホストインタフェース81及び
ホストインタフェース内部にあるフォント入力FIFO
82,アフィン変換ブロック及び線幅補正ブロックから成
るブロック83,FIFO84,曲線補間ブロック85,FI
FO86,ライン発生ブロック87,ドットメモリ88,塗り
潰しBitBLTブロック89,ページメモリインタフェ
ース90から構成されている。ホストインタフェース81か
らは、システム側のシステムバスに接続されるアドレス
バス,データバス,制御信号群が出力される。内部デー
タバス91は、システムデータバスに接続されている。更
に、フォント入力FIFO82からアフィン変換ブロック
及び線幅補正ブロックから成るブロック83に対してデー
タバス92が接続されている。また、ページメモリインタ
フェース90からは、システム側のページメモリコントロ
ーラに接続されるアドレスバス,データバス,制御信号
群が出力される。The OFP 80 is a host interface 81 and a font input FIFO inside the host interface.
82, block 83 including affine transformation block and line width correction block, FIFO 84, curve interpolation block 85, FI
It comprises a FO 86, a line generation block 87, a dot memory 88, a fill BitBLT block 89, and a page memory interface 90. The host interface 81 outputs an address bus, a data bus, and a control signal group connected to the system bus on the system side. The internal data bus 91 is connected to the system data bus. Further, a data bus 92 is connected from the font input FIFO 82 to a block 83 composed of an affine transformation block and a line width correction block. Also, the page memory interface 90 outputs an address bus, a data bus, and a control signal group connected to the page memory controller on the system side.
【0005】[0005]
【発明が解決しようとする課題】上記従来の文字発生装
置では、上記アウトラインフォントデータをドットフォ
ントデータに変換する一連の処理に必要な機能をそれぞ
れ一モジュール単位で行っている。この文字発生装置の
例では、モジュールとして、アフィン変換ブロック及び
線幅補正ブロックから成るブロック83と、曲線補間ブロ
ック85と、ライン発生ブロック87と、塗り潰しBitB
LTブロック89の四つのモジュールから構成されてい
る。In the above-mentioned conventional character generator, the functions necessary for the series of processing for converting the outline font data into the dot font data are performed in module units. In this example of the character generator, as a module, a block 83 consisting of an affine transformation block and a line width correction block, a curve interpolation block 85, a line generation block 87, and a fill BitB
It is composed of four modules of the LT block 89.
【0006】そこで、例えば、この文字発生装置におい
て、アフィン変換及び線幅補正を実行しないモードの場
合、入力されたアウトラインフォントデータは、フォン
ト入力FIFO82からアフィン変換ブロック及び線幅補
正ブロック83を経由してFIFO84に転送される。この
とき、ホストインタフェース81は、機能しないアフィン
変換ブロック及び線幅補正ブロック83に対してクロック
を常に供給している。また、他の機能を実行しないモー
ドにおいても、機能しないモジュールに対してクロック
を常に供給している。Therefore, for example, in this character generator, in a mode in which affine conversion and line width correction are not executed, the input outline font data passes from the font input FIFO 82 through the affine conversion block and line width correction block 83. Are transferred to the FIFO 84. At this time, the host interface 81 always supplies a clock to the non-functioning affine transformation block and line width correction block 83. In addition, even in a mode in which other functions are not executed, the clock is always supplied to the non-functioning module.
【0007】更に、上記一つのモジュールが、複数のモ
ジュールから構成されている場合、モードによっては機
能しないモジュールが存在する。例えば、曲線補間ブロ
ック85において、曲線上に発生する座標点の数を一定に
する固定モードと、曲線の形状や長さによって曲線上に
発生する最適な座標点の数を決める判定モードがある場
合、固定モードを指定したとき、判定モードで動作する
モジュールは機能しない。このとき、曲線補間モジュー
ルは、機能しない判定モード時に動作するモジュールに
対して、クロックを常に供給している。Further, when the above-mentioned one module is composed of a plurality of modules, some modules do not function depending on the mode. For example, in the curve interpolation block 85, there are a fixed mode in which the number of coordinate points generated on the curve is constant and a determination mode in which the optimum number of coordinate points generated on the curve is determined by the shape and length of the curve. , When the fixed mode is specified, the module that operates in the judgment mode does not work. At this time, the curve interpolation module constantly supplies the clock to the module operating in the non-functioning determination mode.
【0008】更に、上記文字発生装置に対して、有効な
データが入力されるまでの間、あるいは、入力された有
効なデータを処理し終わった後も、各モジュールに対し
て、クロックを常に供給している。Further, a clock is always supplied to each module until valid data is input to the character generator or after the valid data that has been input is processed. is doing.
【0009】更に、モジュール間のデータの受渡しにお
いても、モジュールが待ち状態になっても、各モジュー
ルに対して、クロックを常に供給している。Further, even when data is transferred between modules, a clock is always supplied to each module even when the modules are in a waiting state.
【0010】したがって、上記文字発生装置は、モード
あるいは処理状態によっては機能しないモジュールに対
して、常にクロックを供給していることから、文字発生
装置全体の消費電力が高くなり、比較的低価格で低消費
電力を目標としたシステムにおいては、システム全体に
占める文字発生装置の消費コストがかかる。Therefore, since the character generator constantly supplies the clock to the module that does not function depending on the mode or the processing state, the power consumption of the entire character generator is high and the character generator is relatively low in price. In a system aiming at low power consumption, the cost of the character generator occupying the entire system is high.
【0011】そこで、上記システムにおける文字発生装
置において、モードによっては、機能しないモジュール
が存在し、消費電力の面でその割合が大きいことに着目
した。すなわち、機能しないモジュールに対して、クロ
ックの供給を止めることによって、文字発生装置全体の
消費電力を低下させることができる。Therefore, in the character generator in the above system, there is a module that does not function depending on the mode, and it has been noted that the ratio is large in terms of power consumption. That is, by stopping the supply of the clock to the non-functioning module, the power consumption of the entire character generating device can be reduced.
【0012】本発明の目的は、文字の輪郭情報で構成さ
れたアウトラインフォントデータをドットフォントデー
タに変換する文字発生装置において、システムの低消費
電力化に適した文字発生装置を提供することである。It is an object of the present invention to provide a character generator for converting outline font data composed of character contour information into dot font data, which is suitable for low power consumption of the system. .
【0013】また、本発明の他の目的は、LSI化に適
した上記文字発生装置を提供することである。Another object of the present invention is to provide the above character generator suitable for LSI.
【0014】また、本発明の他の目的は、上記文字発生
装置に限らず、上記同様なアーキテクチャで構成された
データ処理装置において、システムの低消費電力化に適
したデータ処理装置を提供することである。Another object of the present invention is not limited to the above character generator, but is to provide a data processor suitable for lowering the power consumption of the system in a data processor having the same architecture as above. Is.
【0015】[0015]
【課題を解決するための手段】上記目的を達成するため
に、本発明による文字発生装置は、文字の輪郭情報で構
成されたアウトラインフォントデータをドットフォント
データに変換する際に、複数のモードを備え、モードで
指定された変換を実行するために、複数のモジュールで
構成され、モードによって動作しないモジュールの機能
を停止するようにしたものである。In order to achieve the above object, a character generator according to the present invention uses a plurality of modes when converting outline font data composed of character outline information into dot font data. In order to execute the conversion specified by the mode, the function of the module which is composed of a plurality of modules and does not operate depending on the mode is stopped.
【0016】上記の文字発生装置において、変換するモ
ード情報を文字発生装置内部のレジスタに格納してお
き、そのモード情報から、モードによって動作しないモ
ジュールの機能を停止するようにしたものである。In the above character generator, the mode information to be converted is stored in the register inside the character generator, and the function of the module which does not operate depending on the mode is stopped based on the mode information.
【0017】上記の文字発生装置において、変換するモ
ード情報を文字発生装置外部からの信号として、スタン
バイ端子を複数備え、そのモード情報から、モードによ
って動作しないモジュールの機能を停止するようにした
ものである。In the above-mentioned character generator, a plurality of standby terminals are provided for the mode information to be converted as a signal from the outside of the character generator, and the function of the module which does not operate depending on the mode is stopped based on the mode information. is there.
【0018】上記の文字発生装置において、入力された
データが処理されるべき有効なデータかを判断する手段
を備え、有効なデータが入力されるまでは各モジュール
の機能を停止して、有効なデータが入力されたら各モジ
ュールの機能を動作状態にして、有効なデータの処理が
終了したら再び各モジュールの機能を停止するようにし
たものである。The above character generator is provided with means for determining whether the input data is valid data to be processed, and the function of each module is stopped until the valid data is input, and the valid data is obtained. The function of each module is activated when data is input, and the function of each module is stopped again when the processing of valid data is completed.
【0019】上記の文字発生装置において、各モジュー
ル間のデータの受渡しは、一つのモジュールと一つのモ
ジュールの間に連結されたFIFOで行われ、渡す側の
モジュールがFIFOにデータをライトするとき、FI
FOがフルでライトできない場合、あるいは、受ける側
のモジュールがFIFOからデータをリードするとき、
FIFOがエンプティでリードできない場合、その判断
手段を備え、モジュールの機能を停止するようにしたも
のである。In the above character generator, the data transfer between the modules is performed by one module and a FIFO connected between the modules, and when the module on the transfer side writes data to the FIFO, FI
When the FO is full and cannot be written, or when the receiving module reads data from the FIFO,
When the FIFO cannot be read because it is empty, it is provided with a judging means for stopping the function of the module.
【0020】[0020]
【作用】上記の手段によれば、文字の輪郭情報で構成さ
れたアウトラインフォントデータをドットフォントデー
タに変換する文字発生装置において、変換するモードを
複数備え、モードで指定された変換を実行するために、
複数のモジュールで構成され、モードによって動作しな
いモジュールの機能を停止することから、文字発生装置
の消費電力を著しく低下させることができる。According to the above means, in the character generator for converting the outline font data composed of the character outline information into the dot font data, a plurality of conversion modes are provided, and the conversion designated by the mode is executed. To
Since the function of the module which is composed of a plurality of modules and does not operate depending on the mode is stopped, the power consumption of the character generator can be remarkably reduced.
【0021】上記の手段によれば、変換するモード情報
を文字発生装置内部のレジスタに格納しておき、そのモ
ード情報により、モードによって動作しないモジュール
の機能を停止することから、ユーザはパワーセーブを意
識することなく、特に、文字発生装置内部の細部モジュ
ールに対して消費電力を低下させることができる。According to the above means, the mode information to be converted is stored in the register inside the character generator, and the function of the module which does not operate depending on the mode is stopped by the mode information. Therefore, the user saves power. It is possible to reduce the power consumption of the detail module inside the character generation device without being aware of it.
【0022】上記の手段によれば、変換するモード情報
を文字発生装置外部からの信号として、スタンバイ端子
を複数備え、そのモード情報により、モードによって動
作しないモジュールの機能を停止することから、ユーザ
は、意識的に大きなパワーセーブが期待でき、特に、文
字発生装置内部の大きなモジュールに対して消費電力を
低下させることができる。According to the above means, the mode information to be converted is used as a signal from the outside of the character generator, a plurality of standby terminals are provided, and the function of the module that does not operate depending on the mode is stopped by the mode information. It is possible to intentionally save a large amount of power, and in particular, it is possible to reduce the power consumption for a large module inside the character generator.
【0023】上記の手段によれば、入力されたデータが
処理されるべき有効なデータかを判断する手段を備え、
有効なデータが入力されるまでは各モジュールの機能を
停止して、有効なデータが入力されたら各モジュールの
機能を動作状態にして、有効なデータの処理が終了した
ら再び各モジュールの機能を停止することから、文字発
生装置に対して、有効なデータの有無で自動的にパワー
セーブが実現でき、文字発生装置を含むシステム全体の
消費電力を低下させることができる。According to the above means, there is provided means for judging whether the input data is valid data to be processed,
The function of each module is stopped until valid data is input. When the valid data is input, the function of each module is activated, and when the valid data is processed, the function of each module is stopped again. Therefore, power saving can be automatically realized for the character generator depending on the presence or absence of valid data, and the power consumption of the entire system including the character generator can be reduced.
【0024】上記の手段によれば、各モジュール間のデ
ータの受渡しは、一つのモジュールと一つのモジュール
の間に連結されたFIFOで行われ、渡す側のモジュー
ルがFIFOにデータをライトするとき、FIFOがフ
ルでライトできない場合、あるいは、受ける側のモジュ
ールがFIFOからデータをリードするとき、FIFO
がエンプティでリードできない場合、その判断手段を備
え、モジュールの機能を停止することから、データの処
理が行われている期間においても、パワーセーブが実現
でき、文字発生装置の消費電力を低下することができ
る。According to the above means, the data transfer between the modules is performed by one module and the FIFO connected between the one module, and when the module on the transfer side writes the data to the FIFO, When the FIFO is full and cannot be written, or when the receiving module reads data from the FIFO, the FIFO
If a device cannot read due to its empty status, it is equipped with a means to judge it, and the function of the module is stopped, so that power saving can be realized even during the period when data processing is being performed, and the power consumption of the character generator can be reduced. You can
【0025】[0025]
【実施例】以下、本発明の実施例を詳細に説明する。EXAMPLES Examples of the present invention will be described in detail below.
【0026】図7に、文字の輪郭情報で構成されたアウ
トラインフォントデータをドットフォントデータに変換
する文字発生装置を用いたシステム構成例を示す。アド
レスバス,データバス、及び制御信号群からなるシステ
ムバス77には、CPU71,システムメモリ72,文字発生
装置 1,フォントメモリ73,プリンタ74,キーボード7
5、及びディスプレイ76が接続されている。このシステ
ムは、主に低価格ワードプロセッサや、CRTシステ
ム,情報パーソナル機器等に用いられる。例えば、CP
U 1は、フォントメモリ73からアウトラインフォントデ
ータを読みだし、文字発生装置 1に対して書き込む。文
字発生装置 1は、書き込まれたアウトラインフォントデ
ータを順次ドットフォントデータに変換して、内蔵され
たドットメモリに展開する。CPU71は、文字発生装置
1のドットメモリに展開されたドットフォントデータを
読みだし、プリンタ74やディスプレイ76に対して転送
し、印刷あるいは表示する。FIG. 7 shows a system configuration example using a character generator for converting outline font data composed of character contour information into dot font data. A system bus 77 including an address bus, a data bus, and a control signal group includes a CPU 71, a system memory 72, a character generator 1, a font memory 73, a printer 74, and a keyboard 7.
5 and the display 76 are connected. This system is mainly used for low-priced word processors, CRT systems, personal information devices, and the like. For example, CP
U 1 reads out outline font data from the font memory 73 and writes it in the character generator 1. The character generator 1 sequentially converts the written outline font data into dot font data and expands it in a built-in dot memory. CPU71 is a character generator
The dot font data expanded in the dot memory 1 is read out, transferred to the printer 74 or the display 76, and printed or displayed.
【0027】図2は、本発明を適用した文字発生装置 1
のブロック図である。なお、本装置は、これに限定する
必要はなく、マイクロコンピュータ及びマイクロコンピ
ュータ周辺機器としてLSI化した単体素子であって
も、システム化した装置であってもよい。FIG. 2 shows a character generator 1 to which the present invention is applied.
It is a block diagram of. Note that the present device is not limited to this, and may be a single element integrated into an LSI or a systemized device as a microcomputer and a microcomputer peripheral device.
【0028】ここで、文字発生装置 1は、CPUインタ
フェース 2及びCPUインタフェース 2内部にあるフォ
ント入力FIFO 3,ベクターブロック 4,FIFO
5,ラスターブロック 6,ドットメモリ 7から構成され
ている。この文字発生装置は、機能別に大きくわけて、
ベクターブロック 4と、ラスターブロック 6の二つのモ
ジュールで構成されている。CPUインタフェース 2か
らは、システムバスに接続されるアドレスバス,データ
バス,制御信号群が入出力される。また、制御信号群の
中には、文字発生装置に対して、アウトラインフォント
データをドットフォントデータに変換するいくつかのモ
ード情報を伝えるために、スタンバイ端子STBY1
N,STBY2Nがある。Here, the character generator 1 includes a CPU interface 2 and a font input FIFO 3, a vector block 4 and a FIFO inside the CPU interface 2.
It consists of 5, raster block 6, and dot memory 7. This character generator is roughly divided by function,
It consists of two modules, vector block 4 and raster block 6. An address bus, a data bus, and a control signal group connected to the system bus are input and output from the CPU interface 2. In addition, the control signal group includes a standby terminal STBY1 for transmitting some mode information for converting outline font data to dot font data to the character generator.
There are N and STBY2N.
【0029】この文字発生装置 1では、データバス D0
〜D15から入力されたアウトラインフォントデータは、
フォント入力FIFO 3、及びローカルデータバス C
D0〜CD15を経由して、ベクターブロック 4に送られ
る。ベクターブロック 4で処理されたデータは、FIF
O 5を経由して、ラスターブロック 6へ送られる。ラス
ターブロック 6で処理されたデータは、ドットフォント
データとしてドットメモリ 7に展開される。ベクターブ
ロック 4及びラスターブロック 6で実行される処理につ
いては後で説明する。In this character generator 1, the data bus D0
The outline font data input from ~ D15 is
Font input FIFO 3 and local data bus C
It is sent to the vector block 4 via D0 to CD15. The data processed in Vector Block 4 is FIF
It is sent to raster block 6 via O 5. The data processed by the raster block 6 is expanded in the dot memory 7 as dot font data. The processing executed in the vector block 4 and the raster block 6 will be described later.
【0030】次に、本発明における文字発生装置の動作
について説明する。Next, the operation of the character generator according to the present invention will be described.
【0031】図1は、文字発生装置 1に供給されるクロ
ックCLKとデータバス D1〜D15を経由して文字発生
装置内部のnビットのモードレジスタ11に書き込まれた
モード情報から、文字発生装置内部のモジュールに供給
するクロックを制御する方式を示すブロック図である。
12は、CLKとモード情報11から、モジュールに対して
供給するクロックを制御するクロック供給制御回路であ
る。クロック供給制御回路12から各モジュールに対して
クロックCLK1及びCLK2が供給されている。FIG. 1 shows the inside of the character generator from the mode information written in the n-bit mode register 11 inside the character generator via the clock CLK supplied to the character generator 1 and the data buses D1 to D15. 3 is a block diagram showing a method of controlling a clock supplied to the module of FIG.
Reference numeral 12 is a clock supply control circuit that controls a clock supplied to the module based on CLK and the mode information 11. Clocks CLK1 and CLK2 are supplied from the clock supply control circuit 12 to each module.
【0032】まず始めに説明するモジュール1 13は、
図2におけるベクターブロック 4であり、モジュール2
14は、図2におけるラスターブロック 6である。例え
ば、モードレジスタ11に書き込まれたモード情報が、文
字発生装置に入力されたアウトラインフォントデータに
対して、ベクターブロック 4の処理を行わないモードで
あれば、クロック供給制御回路12はベクターブロック 4
に対してクロックCLK1を供給しない。ただし、フォ
ント入力FIFO 3からベクターブロック 4を経由して
FIFO 5へ転送するために必要な最小限のクロックは
供給する。また、ラスターブロック 6の処理を行わない
モードにおいても同様である。First, the module 1 13 described below
2 is vector block 4 in FIG. 2 and is module 2
14 is the raster block 6 in FIG. For example, if the mode information written in the mode register 11 is a mode in which the processing of the vector block 4 is not performed on the outline font data input to the character generator, the clock supply control circuit 12 causes the vector block 4 to operate.
Does not supply the clock CLK1. However, the minimum clock required to transfer from the font input FIFO 3 to the FIFO 5 via the vector block 4 is supplied. The same applies to the mode in which the raster block 6 is not processed.
【0033】次に、図1で説明したクロック供給制御方
式を更にベクターブロック 4の内部、あるいは、ラスタ
ーブロック 6の内部に適用した例を説明する。Next, an example in which the clock supply control method described in FIG. 1 is further applied inside the vector block 4 or inside the raster block 6 will be described.
【0034】図3は、ベクターブロック 4に供給される
クロックCLK1とnビットのモード情報11から、ベク
ターブロック内部のモジュールに供給するクロックを制
御するブロック図である。31は、CLK1とモード情報
11から、モジュールに対して供給するクロックを制御す
るクロック供給制御回路である。クロック供給制御回路
31から各モジュールに対してクロックCLKA,CLK
B,CLKC、及びCLKDが供給されている。ベクタ
ーブロックにおけるモジュールは、文字の拡大,縮小,
回転等の座標変換を行うアフィン変換モジュール32と、
出力する文字サイズに応じて、文字を構成しているすべ
ての線の幅を補正する線幅補正モジュール33と、曲線デ
ータに関してショートベクトルで曲線を発生する曲線補
間モジュール34と、アウトラインフォントデータを構成
しているループの先頭データに関してドットメモリ 7上
に展開する際のドットメモリ 7のアドレスを計算するア
ドレス計算モジュール35である。また、この四つのモジ
ュールは、加減算器,乗算器,レジスタファイル等で構
成された演算部(エグゼキューションユニット)36を共
用してデータを変換する。FIG. 3 is a block diagram for controlling the clock supplied to the module inside the vector block from the clock CLK1 supplied to the vector block 4 and the mode information 11 of n bits. 31 is CLK1 and mode information
11 is a clock supply control circuit for controlling the clock supplied to the module. Clock supply control circuit
From 31 to each module clock CLKA, CLK
B, CLKC, and CLKD are supplied. Modules in vector blocks are
An affine transformation module 32 that performs coordinate transformation such as rotation,
Line width correction module 33 that corrects the width of all the lines that make up a character according to the size of the output character, curve interpolation module 34 that generates a curve with a short vector for curve data, and outline font data The address calculation module 35 calculates the address of the dot memory 7 when the head data of the loop is expanded on the dot memory 7. Further, these four modules share the arithmetic unit (execution unit) 36 including an adder / subtractor, a multiplier, a register file, etc. to convert data.
【0035】図4は、ラスターブロック 6に供給される
クロックCLK2とnビットのモード情報11から、ラス
ターブロック内部のモジュールに供給するクロックを制
御するブロック図である。41は、CLK2とモード情報
11から、モジュールに対して供給するクロックを制御す
るクロック供給制御回路である。クロック供給制御回路
41から各モジュールに対してクロックCLKE,CLK
F、及びCLKGが供給されている。ラスターブロック
におけるモジュールは、座標データ間をドットでライン
を発生するライン発生モジュール42と、ライン発生モジ
ュールにより生成された文字のアウトライン内部を塗り
潰す塗り潰しモジュール43と、文字を展開するドットメ
モリの制御及びドットメモリをクリアするドットメモリ
制御・クリアモジュール44である。また、この三つのモ
ジュールは、加減算器,レジスタファイル等で構成され
たエグゼキューションユニット45を共用してデータを変
換する。FIG. 4 is a block diagram for controlling the clock supplied to the module inside the raster block from the clock CLK2 supplied to the raster block 6 and the mode information 11 of n bits. 41 is CLK2 and mode information
11 is a clock supply control circuit for controlling the clock supplied to the module. Clock supply control circuit
Clocks CLKE and CLK for each module from 41
F and CLKG are supplied. The module in the raster block is a line generation module 42 that generates a line with dots between coordinate data, a filling module 43 that fills the inside of the outline of the character generated by the line generation module, and a dot memory control that expands the character. A dot memory control / clear module 44 for clearing the dot memory. In addition, these three modules share the execution unit 45 composed of an adder / subtractor, a register file, etc., and convert data.
【0036】ここで、例えば、図3において、モード情
報11が、ベクターブロックに入力されたデータに対し
て、線幅補正を行わないモードであれば、クロック供給
制御回路31は、線幅補正モジュール33に対して、クロッ
クCLKBを供給しない。また、他のモジュールや、図
4におけるモジュールについても同様である。Here, for example, in FIG. 3, when the mode information 11 is a mode in which the line width correction is not performed on the data input to the vector block, the clock supply control circuit 31 causes the line width correction module 31 to The clock CLKB is not supplied to 33. The same applies to other modules and the module in FIG.
【0037】次に、図2において、文字発生装置 1の入
力端子として入力されているSTBY1N,STBY2
N信号により、クロックの供給を制御する例を説明す
る。この例では、先に述べた比較的大きなモジュールに
対してクロックの供給を制御するものである。モジュー
ルはベクターブロック 4及びラスターブロック 6であ
り、クロック供給制御回路は、CPUインタフェース 2
内部にあるものとする。Next, referring to FIG. 2, STBY1N and STBY2 input as the input terminals of the character generator 1 are input.
An example in which the supply of the clock is controlled by the N signal will be described. In this example, the clock supply is controlled for the relatively large module described above. The modules are vector block 4 and raster block 6, and the clock supply control circuit is CPU interface 2
It is supposed to be inside.
【0038】表1は、文字発生装置 1において、アウト
ラインフォントデータをドットフォントデータに変換す
る際の変換モードの情報をSTBY1N及びSTBY2
N信号として入力したときの文字発生装置内部の状態と
その処理内容について表したものである。Table 1 shows the conversion mode information STBY1N and STBY2 when converting outline font data into dot font data in the character generator 1.
The figure shows the internal state of the character generator when input as an N signal and its processing contents.
【0039】[0039]
【表1】 [Table 1]
【0040】STBY1N=1,STBY2N=1のと
きは、CPUインタフェース 2は、ベクターブロック 4
及びラスターブロック 6の両方に対してクロックを供給
して動作状態にする。このときの文字発生装置 1の処理
内容は、両方のブロックが機能する通常処理を実行す
る。また、STBY1N=0,STBY2N=1のとき
は、CPUインタフェース 2は、ベクターブロック 4に
対してクロックの供給を止めて、ラスターブロックに対
してクロックを供給する。したがって、ベクターブロッ
クは停止状態になり、ラスターブロックは動作状態とな
る。このときの文字発生装置 1の処理内容は、ベクター
ブロックが機能しないベクターブロック転送モード処理
を実行する。また、STBY1N=1,STBY2N=
0のときは、CPUインタフェース 2は、ベクターブロ
ック 4に対してクロックを供給し、ラスターブロック 6
に対してクロックの供給を止める。したがって、ベクタ
ーブロックは動作状態になり、ラスターブロックは停止
状態になる。このときの文字発生装置 1の処理内容は、
ラスターブロックが機能しないラスターブロック転送モ
ード処理を実行する。ただし、転送に必要な最小限のク
ロックは供給する。また、STBY1N=0,STBY
2N=0のときは、CPUインタフェース 2は、ベクタ
ーブロック4及びラスターブロック 6の両方に対してク
ロックの供給を止めて停止状態にする。このときの文字
発生装置 1の処理内容は、両方のブロックの機能が停止
するスタンバイ状態となる。When STBY1N = 1 and STBY2N = 1, the CPU interface 2 uses the vector block 4
Clock is supplied to both the raster block 6 and the raster block 6 to bring them into operation. The processing contents of the character generator 1 at this time execute normal processing in which both blocks function. When STBY1N = 0 and STBY2N = 1, the CPU interface 2 stops the clock supply to the vector block 4 and supplies the clock to the raster block. Therefore, the vector block is stopped and the raster block is operated. The processing contents of the character generator 1 at this time execute vector block transfer mode processing in which the vector block does not function. Also, STBY1N = 1, STBY2N =
When it is 0, the CPU interface 2 supplies the clock to the vector block 4, and the raster block 6
To stop the clock supply. Therefore, the vector block is in the operating state and the raster block is in the stopped state. The processing contents of the character generator 1 at this time are
Raster block does not work Perform raster block transfer mode processing. However, it supplies the minimum clock required for transfer. Also, STBY1N = 0, STBY
When 2N = 0, the CPU interface 2 stops the supply of clocks to both the vector block 4 and the raster block 6 and puts them in a stopped state. At this time, the processing content of the character generator 1 is in a standby state in which the functions of both blocks are stopped.
【0041】次に、図2に示す文字発生装置 1におい
て、有効なデータが入力されるまでと、有効なデータの
処理期間中、及び処理終了後のクロックの供給制御につ
いて説明する。図5は、文字発生装置 1に供給されるク
ロックCLKと入力されるアウトラインフォントデータ
51から文字発生装置内部のモジュールに対して供給する
クロックを制御する方式を示すブロック図である。52
は、クロックCLKと、アウトラインフォントデータの
処理されるべき有効なデータ51から各モジュールに対し
て供給するクロックを制御するクロック供給制御回路で
ある。クロック供給制御回路52からモジュール1 53及
びモジュール2 54に対して、クロックCLK1及びク
ロックCLK2が供給されている。ここで、モジュール
1 53は、先に述べたように、ベクターブロック 4であ
り、モジュール2 54は、ラスターブロック 6である。
クロック供給制御回路52は、CPUインタフェース 2内
部にあるものとする。ここで、クロック供給制御回路52
は、入力されたアウトラインフォントデータの処理する
べき有効なデータ51を検知すると、それまでベクターブ
ロック 4及びラスターブロック 6に対してクロックの供
給を止めていたのを解除し、クロックを供給する。ベク
ターブロック 4及びラスターブロック 6は、入力された
データを逐次処理し、有効なデータを処理し終わると、
クロック供給制御回路52は、ベクターブロック 4及びラ
スターブロック 6に対してクロックの供給を止める。ま
た、図5に示すクロック供給制御方式は、図3及び図4
に示すベクターブロック及びラスターブロックにおいて
も同様に適用できる。更に、細かい制御もできる。例え
ば、図3に示すクロック供給制御回路31は、入力された
アウトラインフォントデータの曲線データを検知する
と、それまで曲線補間モジュール34に対してクロックの
供給を止めていたのを解除し、クロックを供給する。曲
線データの処理が終わったら、再びクロックの供給を止
める。Next, in the character generator 1 shown in FIG. 2, the clock supply control until the valid data is input, during the valid data processing period, and after the processing is completed will be described. FIG. 5 shows a clock CLK supplied to the character generator 1 and input outline font data.
FIG. 3 is a block diagram showing a method of controlling a clock supplied from 51 to a module inside a character generation device. 52
Is a clock supply control circuit for controlling the clock CLK and the clock supplied to each module from the valid data 51 to be processed of the outline font data. The clock CLK1 and the clock CLK2 are supplied from the clock supply control circuit 52 to the module 1 53 and the module 254. Here, module 1 53 is vector block 4 and module 2 54 is raster block 6 as previously described.
The clock supply control circuit 52 is assumed to be inside the CPU interface 2. Here, the clock supply control circuit 52
When the valid outline data 51 to be processed of the input outline font data is detected, cancels the supply of the clock to the vector block 4 and the raster block 6 until then and supplies the clock. The vector block 4 and the raster block 6 sequentially process the input data, and after processing valid data,
The clock supply control circuit 52 stops the clock supply to the vector block 4 and the raster block 6. Further, the clock supply control method shown in FIG.
The same can be applied to the vector block and raster block shown in FIG. Furthermore, fine control is possible. For example, when the clock supply control circuit 31 shown in FIG. 3 detects the curve data of the input outline font data, it cancels the supply of the clock to the curve interpolation module 34 until then and supplies the clock. To do. When the curve data processing is completed, the clock supply is stopped again.
【0042】最後に、図6は、図2に示す文字発生装置
1において、ベクターブロック 4とラスターブロック 6
の間に連結されたFIFO 5でデータの受渡しが行われ
る際のクロック供給制御方式について説明するための図
である。Finally, FIG. 6 shows the character generator shown in FIG.
Vector block 4 and raster block 6 in 1
FIG. 3 is a diagram for explaining a clock supply control method when data is transferred by a FIFO 5 connected between the two.
【0043】ベクターブロック 4で処理されたデータは
FIFO 5へ書き込まれる。このとき、データは、ベク
ターブロック 4からの書き込み信号WRITEによって
順次書き込まれる。そこで、FIFO 5がフル(いっぱ
いの状態)になったとき、FIFO 5は、書き込み不可
信号WRITE BUSYをアクティブにする。このW
RITE BUSYを受けて、クロック供給制御回路61
は、ベクターブロック4に対してクロックCLKVの供
給を止める。また、FIFO 5からのデータの読みだし
により、WRITE BUSYがインアクティブになる
と、クロックの供給を再開する。The data processed by the vector block 4 is written to the FIFO 5. At this time, the data is sequentially written by the write signal WRITE from the vector block 4. Therefore, when the FIFO 5 becomes full (full state), the FIFO 5 activates the write disable signal WRITE BUSY. This W
Receiving RITE BUSY, clock supply control circuit 61
Stops the supply of the clock CLKV to the vector block 4. When WRITE BUSY becomes inactive due to the reading of data from the FIFO 5, the clock supply is restarted.
【0044】ラスターブロック 6は、FIFO 5からデ
ータを読みだす。このとき、データは、ラスターブロッ
ク 6からの読みだし信号READによって順次読みださ
れる。そこで、FIFO 5がエンプティ(空の状態)に
なったとき、FIFO 5は、読みだし不可信号READ
BUSYをアクティブにする。このREAD BUS
Yを受けて、クロック供給制御回路62は、ラスターブロ
ック 6に対してクロックCLKRの供給を止める。ま
た、FIFO 5へのデータの書き込みにより、READ
BUSYがインアクティブになると、クロックの供給
を再開する。Raster block 6 reads data from FIFO 5. At this time, the data is sequentially read by the read signal READ from the raster block 6. Therefore, when the FIFO 5 becomes empty (empty state), the FIFO 5 reads the read disable signal READ.
Activate BUSY. This READ BUS
Upon receiving Y, the clock supply control circuit 62 stops the supply of the clock CLKR to the raster block 6. Also, by writing data to FIFO 5, READ
When BUSY becomes inactive, clock supply is restarted.
【0045】[0045]
【発明の効果】本発明によれば、文字の輪郭情報で構成
されたアウトラインフォントデータをドットフォントデ
ータに変換する文字発生装置において、文字発生装置の
消費電力を著しく低下させることができる。According to the present invention, in a character generator for converting outline font data composed of character contour information into dot font data, the power consumption of the character generator can be remarkably reduced.
【0046】更に、文字発生装置を使ったシステム全体
の消費電力を低下させることができる。Furthermore, the power consumption of the entire system using the character generator can be reduced.
【図1】クロック供給制御方式の説明図である。FIG. 1 is an explanatory diagram of a clock supply control system.
【図2】文字発生装置のブロック図である。FIG. 2 is a block diagram of a character generator.
【図3】ベクターブロックにおけるクロック供給方式の
説明図である。FIG. 3 is an explanatory diagram of a clock supply system in a vector block.
【図4】ラスターブロックにおけるクロック供給方式の
説明図である。FIG. 4 is an explanatory diagram of a clock supply system in a raster block.
【図5】クロック供給制御方式の説明図である。FIG. 5 is an explanatory diagram of a clock supply control method.
【図6】クロック供給制御方式の説明図である。FIG. 6 is an explanatory diagram of a clock supply control system.
【図7】文字発生装置を使用したシステム構成図であ
る。FIG. 7 is a system configuration diagram using a character generation device.
【図8】文字発生装置のブロック図である。FIG. 8 is a block diagram of a character generator.
1…文字発生装置、2…CPUインタフェース、3…フ
ォント入力FIFO、4…ベクターブロック、5…FI
FO、6…ラスターブロック、7…ドットメモリ、12
…クロック供給制御回路。1 ... Character generator, 2 ... CPU interface, 3 ... Font input FIFO, 4 ... Vector block, 5 ... FI
FO, 6 ... Raster block, 7 ... Dot memory, 12
… Clock supply control circuit.
───────────────────────────────────────────────────── フロントページの続き (72)発明者 長谷川 和子 神奈川県横浜市戸塚区吉田町292番地株式 会社日立製作所マイクロエレクトロニクス 機器開発研究所内 (72)発明者 和田 弘士 神奈川県横浜市戸塚区吉田町292番地株式 会社日立製作所マイクロエレクトロニクス 機器開発研究所内 (72)発明者 佐藤 裕子 神奈川県横浜市戸塚区吉田町292番地株式 会社日立製作所マイクロエレクトロニクス 機器開発研究所内 (72)発明者 白根 弘晃 神奈川県横浜市戸塚区吉田町292番地株式 会社日立画像情報システム内 (72)発明者 西本 和久 神奈川県横浜市戸塚区吉田町292番地株式 会社日立画像情報システム内 (72)発明者 林 繁夫 東京都小平市上水本町五丁目20番1号株式 会社日立製作所半導体事業部内 ─────────────────────────────────────────────────── ─── Continued Front Page (72) Inventor Kazuko Hasegawa 292 Yoshida-cho, Totsuka-ku, Yokohama-shi, Kanagawa, Ltd. Microelectronics Devices Development Laboratory, Hitachi, Ltd. (72) Hiroshi Wada 292 Yoshida-cho, Totsuka-ku, Yokohama-shi, Kanagawa House number Hitachi, Ltd. Microelectronics equipment development laboratory (72) Inventor Yuko Sato 292 Yoshida-cho, Totsuka-ku, Yokohama, Kanagawa Prefecture Household number Hitachi Ltd. Microelectronics equipment development laboratory (72) Inventor Hiroaki Shirane Totsuka Yokohama, Kanagawa Prefecture 292 Yoshida-cho, Tokyo Stock company Hitachi Image Information Systems (72) Inventor Kazuhisa Nishimoto 292 Yoshida-cho, Totsuka-ku, Yokohama City, Kanagawa Stock company Hitachi Image Information Systems (72) Inventor Shigeo Hayashi Kamimizumoto-cho, Kodaira-shi, Tokyo 5 chome No. 20-1 Stock Company Hitachi Ltd. Semiconductor Division
Claims (5)
フォントデータをドットフォントデータに変換する文字
発生装置において、変換するモードを複数備え、モード
で指定された変換を実行するために、複数のモジュール
で構成され、モードによって動作しないモジュールの機
能を停止することを特徴とする文字発生装置。1. A character generator for converting outline font data composed of character contour information into dot font data, comprising a plurality of conversion modes, and a plurality of modules for executing the conversion designated by the mode. A character generation device configured to stop the function of a module that does not operate depending on the mode.
換するモード情報を文字発生装置内部のレジスタに格納
しておき、そのモード情報から、モードによって動作し
ないモジュールの機能を停止することを特徴とする文字
発生装置。2. The character generator according to claim 1, wherein the mode information to be converted is stored in a register inside the character generator, and the function of the module that does not operate depending on the mode is stopped based on the mode information. Character generator.
て、変換するモード情報を文字発生装置外部からの信号
としてスタンバイ端子を複数備え、そのモード情報か
ら、モードによって動作しないモジュールの機能を停止
することを特徴とする文字発生装置。3. The character generator according to claim 1 or 2, further comprising a plurality of standby terminals for converting mode information as a signal from the outside of the character generator, and stopping the function of the module which does not operate depending on the mode information. A character generator characterized by being.
文字発生装置において、入力されたデータが処理される
べき有効なデータかを判断する手段を備え、有効なデー
タが入力されるまでは各モジュールの機能を停止して、
有効なデータが入力されたら各モジュールの機能を動作
状態にして、有効なデータの処理が終了したら再び各モ
ジュールの機能を停止することを特徴とする文字発生装
置。4. The character generator according to claim 1, further comprising means for determining whether the input data is valid data to be processed, and valid data is input. Until, stop the function of each module,
A character generator characterized in that when valid data is input, the function of each module is activated, and when the processing of valid data is completed, the function of each module is stopped again.
文字発生装置において、各モジュール間のデータの受渡
しは、一つのモジュールと一つのモジュールの間に連結
されたFIFOで行なわれ、渡す側のモジュールがFI
FOにデータをライトするとき、FIFOがフルでライ
トできない場合、あるいは、受ける側のモジュールがF
IFOからデータをリードするとき、FIFOがエンプ
ティでリードできない場合、その判断手段を備え、モジ
ュールの機能を停止することを特徴とする文字発生装
置。5. The character generator according to claim 1, wherein data is transferred between the modules by a FIFO connected between the modules. The passing module is FI
When writing data to the FO, if the FIFO is full and cannot be written, or if the receiving module is F
When reading data from an IFO, if the FIFO cannot be read due to an empty state, a character generator is provided with a judging means for stopping the function of the module.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5109063A JPH06324666A (en) | 1993-05-11 | 1993-05-11 | Character generating device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5109063A JPH06324666A (en) | 1993-05-11 | 1993-05-11 | Character generating device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH06324666A true JPH06324666A (en) | 1994-11-25 |
Family
ID=14500662
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5109063A Pending JPH06324666A (en) | 1993-05-11 | 1993-05-11 | Character generating device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH06324666A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2003077201A1 (en) * | 2002-03-14 | 2003-09-18 | Mitsubishi Denki Kabushiki Kaisha | 3-dimensional graphic plotting apparatus |
JP2006163700A (en) * | 2004-12-06 | 2006-06-22 | Kyocera Mita Corp | Drawing processor and program |
-
1993
- 1993-05-11 JP JP5109063A patent/JPH06324666A/en active Pending
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2003077201A1 (en) * | 2002-03-14 | 2003-09-18 | Mitsubishi Denki Kabushiki Kaisha | 3-dimensional graphic plotting apparatus |
US6950106B2 (en) | 2002-03-14 | 2005-09-27 | Mitsubishi Denki Kabushiki Kaisha | 3-dimensional graphic plotting apparatus |
JP2006163700A (en) * | 2004-12-06 | 2006-06-22 | Kyocera Mita Corp | Drawing processor and program |
JP4624087B2 (en) * | 2004-12-06 | 2011-02-02 | 京セラミタ株式会社 | Drawing processing apparatus and program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH0667768A (en) | Method for operating processor of type including bus unit and executing unit, central processing unit, computer system and clock control device circuit | |
JPH0747335B2 (en) | Character generating device and character generating method | |
JPH06324666A (en) | Character generating device | |
US6486969B1 (en) | Image processing apparatus, information processing apparatus and printer | |
JPH04323691A (en) | Display controller | |
JPH0916280A (en) | Self-timing type data-processing system with low-power-consumption transition detector | |
US5333259A (en) | Graphic information processing system having a RISC CPU for displaying information in a window | |
JP2003280850A (en) | High speed printer and high speed printing method using the printer | |
JPH06161421A (en) | Character generating device | |
JPH08174921A (en) | Apparatus for controlling page printer | |
JP2803598B2 (en) | Printer device | |
JPH09186836A (en) | Digital copying machine | |
JPH1185455A (en) | Graphic drawing and processing system | |
JPH05281945A (en) | Character and pattern generating circuit | |
JPH06149735A (en) | Data reception controller | |
JPH0830251A (en) | Vector character processor | |
JPH0636555A (en) | Dynamic semiconductor memory and device for generating image data | |
JPH09231151A (en) | Communication processor for computer | |
JPH05127657A (en) | Character pattern generation device | |
JPH0239383A (en) | Image processor | |
JPH096712A (en) | Data processor | |
JPH04241391A (en) | Character generator | |
JPH11115258A (en) | Apparatus and method for controlling output | |
JPS6163461A (en) | Printer buffer | |
JPH01169691A (en) | Ic card |