JPH06250630A - Character output device - Google Patents

Character output device

Info

Publication number
JPH06250630A
JPH06250630A JP5035280A JP3528093A JPH06250630A JP H06250630 A JPH06250630 A JP H06250630A JP 5035280 A JP5035280 A JP 5035280A JP 3528093 A JP3528093 A JP 3528093A JP H06250630 A JPH06250630 A JP H06250630A
Authority
JP
Japan
Prior art keywords
character
data
dot pattern
line segment
output
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.)
Granted
Application number
JP5035280A
Other languages
Japanese (ja)
Other versions
JP2965429B2 (en
Inventor
広市 ▲吉▼田
Hiroichi Yoshida
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sharp Corp
Original Assignee
Sharp Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sharp Corp filed Critical Sharp Corp
Priority to JP5035280A priority Critical patent/JP2965429B2/en
Publication of JPH06250630A publication Critical patent/JPH06250630A/en
Application granted granted Critical
Publication of JP2965429B2 publication Critical patent/JP2965429B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)
  • Image Generation (AREA)
  • Document Processing Apparatus (AREA)

Abstract

PURPOSE:To provide the character output device which diversifies a dot pattern constituting a character without increasing the amount of outline data when the character is varied in size and shape according to its precedent and follow ing characters and outputted and the character is expanded into the dot pattern on the basis of its outline data outputted. CONSTITUTION:The character output device stores data on the end point of an (n)th segment among plural successive segments constituting the outline of the character and data on the start point of the (n+1)th segment in a data table 171 for character pattern expansion by sharing and determines whether or not the character is developed in a character buffer 122 according to whether or not data on the end point of the final segment is made common to data on the start point of the first segment by blurring the character. Further, the character is varied in size, thickness, and position according to its precedent and following characters and expanded into dots by referring to a character layout information table LTB.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は文字出力装置に関し、
特に、ワードプロセッサ、レーザプリンタ、パーソナル
コンピュータなどに搭載される文字出力のための装置の
改良に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a character output device,
In particular, it relates to improvement of a character output device mounted on a word processor, a laser printer, a personal computer, or the like.

【0002】[0002]

【従来の技術】図24は従来の文字出力装置のブロック
構成図である。図において文字出力装置は、文字コード
などを入力するためのキーボード21、該出力装置を集
中制御するためのCPU(中央処理装置)22、文字を
表示するためのCRT(陰極線管)23、入力し加工さ
れた文字を格納する文章バッファ24、印刷すべき文字
データを記憶する印刷バッファ25、印刷バッファ25
に格納されたデータに基づいて文字を印字出力するプリ
ンタ26、文字を印刷バッファ25において出力用のデ
ータに展開するために必要な各種データを予め格納する
文字データメモリ27を含む。
2. Description of the Related Art FIG. 24 is a block diagram of a conventional character output device. In the figure, a character output device includes a keyboard 21 for inputting a character code, a CPU (central processing unit) 22 for centrally controlling the output device, a CRT (cathode ray tube) 23 for displaying characters, and an input. Text buffer 24 for storing processed characters, print buffer 25 for storing character data to be printed, print buffer 25
The printer 26 includes a printer 26 that prints out characters based on the data stored in the printer, and a character data memory 27 that stores in advance various data necessary for expanding the characters into output data in the print buffer 25.

【0003】文字データメモリ27には、文字が輪郭の
データ(以下、アウトラインデータと呼ぶ)にして格納
される。アウトラインデータとしては、文字の輪郭を直
線で近似した直線アウトラインデータや曲線で近似した
曲線アウトラインデータが提案されている。曲線アウト
ラインデータには、文字の輪郭をスプライン曲線または
ビジェ曲線で近似して得られたデータが含まれる。ま
た、アウトラインデータの格納方式として、文字の部首
やつくりを部品として扱い、部品ごとにアウトラインデ
ータを格納するものもある。
In the character data memory 27, characters are stored as contour data (hereinafter referred to as outline data). As outline data, straight line outline data in which the contour of a character is approximated by a straight line and curve outline data in which a curve is approximated are proposed. The curve outline data includes data obtained by approximating the contour of a character with a spline curve or a Viget curve. In addition, as a method of storing outline data, there is also a method of treating the radicals and making of characters as parts and storing outline data for each part.

【0004】図25(a)および(b)は、従来のアウ
トラインデータを用いた文字の出力例を示す図である。
図25(a)で示されるようにCPU22は文字データ
メモリ27に記憶されたアウトラインデータから座標値
を求め、内部のメモリにドットマトリクス方式により閉
じたアウトラインをドットを用いて展開し(図25
(a)参照)、展開し終わると閉じたアウトラインの中
をドットを用いて塗りつぶしていき(図25(b)参
照)、すべてを塗りつぶすと、このドットパターンは印
刷バッファ25に転送された後、プリンタ26に出力さ
れる。
FIGS. 25 (a) and 25 (b) are views showing examples of character output using conventional outline data.
As shown in FIG. 25 (a), the CPU 22 obtains coordinate values from the outline data stored in the character data memory 27, and develops the closed outline in the internal memory by the dot matrix method using dots (see FIG. 25).
(See (a)), when the expansion is completed, the closed outline is filled with dots (see FIG. 25 (b)). When all are filled, this dot pattern is transferred to the print buffer 25, It is output to the printer 26.

【0005】図26は、従来の文字出力装置におけるア
ウトラインデータの一例を示す図であり、図27は図2
6のアウトラインデータを用いて展開されるドットパタ
ーンを示す図である。アウトラインデータが3次ビジェ
曲線である場合、アウトラインデータとして始点、2つ
の制御点、および終点の4点を特定するための座標デー
タが必要であり、これらの座標データからなる曲線を複
数本つなげて閉じた曲線にして、その中がドットパター
ンにより塗りつぶされる(図27参照)。
FIG. 26 is a diagram showing an example of outline data in a conventional character output device, and FIG. 27 is a diagram showing FIG.
It is a figure which shows the dot pattern developed using the outline data of 6. When the outline data is a cubic Bézier curve, coordinate data for specifying the start point, two control points, and the end point four points is necessary as the outline data, and multiple curves composed of these coordinate data can be connected together. A closed curve is created and the inside is filled with a dot pattern (see FIG. 27).

【0006】[0006]

【発明が解決しようとする課題】たとえば、筆で書かれ
た文字のように文字にかすれ部分を持たせようとする場
合、この掠れ部分を特定するための情報は図26に示さ
れるようなアウトラインデータのヘッダに付加されてい
た。そのためアウトラインデータ量が増大して文字出力
装置におけるメモリ容量が不足するという問題が発生し
ていた。
For example, when a character is to have a faint portion like a character written with a brush, the information for specifying the faint portion has an outline as shown in FIG. It was added to the data header. Therefore, there has been a problem that the amount of outline data increases and the memory capacity of the character output device becomes insufficient.

【0007】また、人間が、実際に文字を書く場合、た
とえば行書体の文字は、前後の文字によって、文字の大
きさやバランス(位置)などを任意に変更している。し
かしながら、従来の文字出力装置では前後に位置する文
字によって、文字の大きさやバランスを変更することは
できないという問題があった。
Further, when a person actually writes a character, for example, a character in a line typeface is arbitrarily changed in size, balance (position), etc. depending on the preceding and following characters. However, the conventional character output device has a problem in that it is impossible to change the size and balance of the characters depending on the characters located before and after.

【0008】それゆえこの発明の目的は、文字を、その
アウトラインデータに基づいてドットパターンに展開し
て出力する文字出力装置において、アウトラインデータ
量を増やすことなく文字を構成する線分の種類およびド
ットパターンを多様化させることのできる文字出力装置
を提供することである。
SUMMARY OF THE INVENTION Therefore, an object of the present invention is to provide a character output device which develops a character into a dot pattern based on the outline data and outputs the dot pattern, without increasing the amount of outline data. An object of the present invention is to provide a character output device capable of diversifying patterns.

【0009】この発明の他の目的は、前後に配置される
文字によって文字の大きさや形を変更してより手書き感
覚に近づけた文字を出力できる文字出力装置を提供する
ことである。
Another object of the present invention is to provide a character output device capable of changing the size and shape of a character depending on the characters arranged in front and behind so as to output a character closer to a handwriting feeling.

【0010】[0010]

【課題を解決するための手段】請求項1に記載の文字出
力装置は、文字の輪郭を連続して連なる複数の線分に分
割し、各線分を点の集合で示すデータ群に基づいて前記
輪郭をドットパターンに展開する装置であり、各線分の
データ群を、各線分の終点のデータと次位に連なる線分
の始点のデータとを共用させるようにして記憶するメモ
リと、ドットパターン展開後、輪郭をなす最終の線分の
データ群に含まれる終点データが輪郭をなす最初の線分
のデータ群に含まれる始点データと共用されて前述のメ
モリに記憶されいるか否かを判断する判断手段と、この
判断結果に基づいて、輪郭の内部を一部間引かれたドッ
トパターンに展開して出力する出力手段とを備えて構成
される。
According to a first aspect of the present invention, there is provided a character output device in which a contour of a character is divided into a plurality of continuous line segments, and each line segment is based on a data group represented by a set of points. A device for expanding a contour into a dot pattern, a memory for storing the data group of each line segment so that the data of the end point of each line segment and the data of the start point of the next line segment are shared, and a dot pattern expansion After that, a determination is made as to whether the end point data included in the data group of the last line segment forming the contour is shared with the start point data included in the data group of the first line segment forming the contour and stored in the memory. And a means for developing the inside of the contour into a partially thinned dot pattern and outputting the dot pattern based on the result of the determination.

【0011】請求項2に記載の文字出力装置は、文字の
輪郭を連続して連なる複数の線分に分割し、各線分を点
の集合で示すデータ群に基づいて、輪郭をドットパター
ンに展開する装置であり、各線分のデータ群と各データ
群に対応して該線分の線の種類を特定するデータとを記
憶するテーブルと、このテーブルから各線分のデータ群
と対応の線種データとを順次読出す読出手段と、読出手
段によりデータ群が読出されたことに応答して、読出さ
れたデータ群に基づいて対応の線分をドットパターンに
展開する線分展開手段と、この展開後、パターン展開さ
れた線分を読出手段により読出された対応の線種データ
に基づいてさらにドットパターンに展開する線種展開手
段とを備えて構成される。
According to a second aspect of the present invention, a character output device divides a contour of a character into a plurality of continuous line segments, and develops the contour into a dot pattern based on a data group represented by a set of points. And a table that stores a data group of each line segment and data that specifies the line type of the line segment corresponding to each data group, and line type data corresponding to each data group of each line segment from this table And a line segment expanding unit that expands a corresponding line segment into a dot pattern based on the read data group in response to the data group being read by the reading unit, and the expanding unit. Thereafter, a line type expanding unit for expanding the pattern expanded line segment into a dot pattern based on the corresponding line type data read by the reading unit.

【0012】請求項3または4に記載の文字出力装置は
文字の輪郭を示すデータ群に基づいて文字をドットパタ
ーンに展開して出力する装置であり、第1に出力される
文字とこの文字に続いて出力される第2文字とからなる
複数の文字対と、各文字対に対応して該文字対に含まれ
る第2文字の前述の第1文字により決定されるドットパ
ターン展開に関する情報とを記憶するテーブルと、文字
列中の文字を出力する毎に、出力される文字と該出力文
字の直前に出力された文字とからなる文字対に基づいて
前述のテーブルから対応の展開情報を読出す読出手段
と、この読出手段により読出された展開情報および該出
力文字の輪郭を示すデータ群を用いて該出力文字をドッ
トパターンに展開する展開手段とを備えて構成される。
A character output device according to a third or a fourth aspect is a device which develops a character into a dot pattern based on a data group indicating a contour of the character and outputs the dot pattern. A plurality of character pairs consisting of the second character that is subsequently output and information about dot pattern expansion determined by the above-mentioned first character of the second character included in the character pair corresponding to each character pair are provided. Every time a table to be stored and a character in a character string is output, corresponding expansion information is read from the above-mentioned table based on a character pair consisting of an output character and a character output immediately before the output character. It comprises a reading means and a developing means for developing the output character into a dot pattern using the expansion information read by the reading means and a data group indicating the contour of the output character.

【0013】請求項4に記載の文字出力装置は、前述の
パターン展開情報が、前述の第2文字の大きさに関する
情報、文字線の太さに関する情報および前述の第1文字
との相対的な位置に関する情報の少なくともいずれか1
つを含んで構成される。
According to a fourth aspect of the present invention, in the character output device, the pattern development information is relative to the second character size information, the character line thickness information, and the first character relative information. At least one of the location information
Composed of two.

【0014】請求項5に記載の文字出力装置は、文字を
構成する字画を相互に重複してドットパターンに展開さ
れても該文字の判読を妨げない字画の集合からなる複数
の字画群に予め分割して、該文字をドットパターンに展
開し出力する装置であり、複数の字画群のそれぞれを各
字画群の輪郭を点の集合で示すデータ群にして記憶する
テーブルと、このテーブル中の各データ群に基づいて、
複数の字画群を順次ドットパターンに展開することによ
り文字をドットパターン展開する展開手段と、この展開
手段によるパターン展開時、異なる字画群のドットパタ
ーン同士が重複した部分のドットを一部オフデータに設
定するオフデータ設定手段とを備えて構成される。
According to a fifth aspect of the present invention, in a character output device, a plurality of stroke groups each of which is composed of a stroke group that does not hinder the legibility of the stroke characters even if the strokes forming the stroke character are overlapped with each other and developed into a dot pattern. A device that divides the character into a dot pattern and outputs the character. A table that stores each of a plurality of stroke groups as a data group that shows the contour of each stroke group as a set of points, and a table Based on the data set,
A developing means for developing a character into a dot pattern by successively developing a plurality of stroke groups into a dot pattern, and when the pattern is developed by this developing means, some of the dots where the dot patterns of different stroke groups overlap each other are turned off data. And off data setting means for setting.

【0015】[0015]

【作用】請求項1に記載の文字出力装置は、メモリに文
字の輪郭をなす各線分のデータ群を、各線分の終点のデ
ータと次位に連なる線分の始点のデータとを共有させる
ようにして記憶し、ドットパターン展開後、判断手段が
輪郭をなす最終の線分の終点データが輪郭をなす最初の
線分の始点データと共有されてメモリに記憶されている
か否かを判断し、この判断結果に基づいて出力手段が該
文字の輪郭の内部を一部間引かれたドットパターンに展
開して出力するので、メモリにおけるデータ量を増やさ
ずに文字の輪郭内部を一部間引かれたドットパターンに
展開するための情報、すなわちかすれの情報をもつこと
が可能となる。
According to the character output device of the present invention, the data group of each line segment forming the outline of the character is shared in the memory with the data of the end point of each line segment and the data of the start point of the next line segment. After developing the dot pattern, the determination means determines whether or not the end point data of the final line segment forming the contour is stored in the memory in common with the start point data of the first line segment forming the contour, Based on the result of this judgment, the output means develops the inside of the outline of the character into a partially thinned dot pattern and outputs it, so that the inside of the outline of the character is partially thinned without increasing the amount of data in the memory. It is possible to have information for developing into a different dot pattern, that is, faint information.

【0016】請求項2に記載の文字出力装置は、テーブ
ルに文字の輪郭を構成する各線分のデータ群と、各線分
の線の種類を特定するデータとを記憶し、輪郭をドット
パターンに展開するとき、線分展開手段および線種展開
手段により各線分は線種データにより指定された線種に
対応のパターンに展開されるので、テーブルにおけるデ
ータ量を増やさずに文字の輪郭を任意の線種にしてパタ
ーン展開可能となる。
A character output device according to a second aspect of the present invention stores a data group of each line segment forming a contour of a character and data specifying a line type of each line segment in a table, and develops the contour into a dot pattern. In this case, since each line segment is expanded into a pattern corresponding to the line type specified by the line type data by the line segment expansion means and the line type expansion means, the outline of the character can be changed to an arbitrary line without increasing the data amount in the table. The pattern can be developed as a seed.

【0017】請求項3または4に記載の文字出力装置で
は、文字列中の文字を出力する毎に、読出手段が出力さ
れる文字と該出力文字の直前に出力された文字とからな
る文字対に基づいてテーブルから該出力文字のドットパ
ターン展開に関する情報を読出して、読出された展開情
報および該出力文字の輪郭を示すデータ群を用いて展開
手段が該出力文字をドットパターンに展開するので、文
字列中の文字を直前に出力された文字によってパターン
展開可能となる。
According to another aspect of the character output device of the present invention, each time a character in the character string is output, a character pair consisting of a character output by the reading means and a character output immediately before the output character. Based on the above, information about dot pattern development of the output character is read from the table, and the developing means develops the output character into a dot pattern using the read development information and a data group indicating the outline of the output character. The character in the character string can be expanded by the character output immediately before.

【0018】請求項4に記載の文字出力装置は、前述の
展開情報に該出力文字の大きさに関する情報、文字線の
太さに関する情報および直前に出力された文字との相対
的な位置に関する情報の少なくともいずれか1つを含ん
でいるので、文字列中の文字を直前に出力された文字に
よって、大きさ、文字線の太さおよび直前に出力された
文字との相対的な位置を変更しながらパターン展開可能
となってより手書き感覚に近い出力文字を得ることがで
きる。
According to a fourth aspect of the present invention, in the character output device, the expansion information includes information regarding the size of the output character, information regarding the thickness of the character line, and information regarding the relative position with respect to the character output immediately before. Since at least one of the above is included, the size, the thickness of the character line, and the relative position to the character output immediately before are changed for the character in the character string depending on the character output immediately before. On the other hand, the pattern can be developed and the output character closer to handwriting can be obtained.

【0019】請求項5に記載の文字出力装置は、文字を
構成する字画を相互に重複してドットパターンに展開さ
れても該文字の判読を妨げない字画の集合からなる複数
の字画に予め分割し、展開手段が複数の字画群を順次ド
ットパターンに展開して該文字をドットパターンに展開
するとき、オフデータ設定手段は異なる字画群のドット
パターン同士が重複した部分のドットを一部オフデータ
に設定するので、異なる字画群のドットパターン同士が
重複して該文字の判読が不可能となる状態を回避でき
る。
According to a fifth aspect of the character output device, the strokes forming a character are divided into a plurality of strokes each of which is composed of a set of strokes that do not interfere with the interpretation of the stroke even if the strokes are overlapped with each other and developed into a dot pattern. Then, when the developing means sequentially develops a plurality of stroke groups into a dot pattern and develops the character into a dot pattern, the off-data setting means causes a part of the dots in which the dot patterns of different stroke groups overlap each other to be off-data. Therefore, it is possible to avoid a situation in which the dot patterns of different stroke groups overlap each other and the characters cannot be read.

【0020】[0020]

【実施例】以下、この発明の実施例について図面を参照
して詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0021】図1は、この発明の実施例による文字出力
装置のブロック構成図である。文字出力装置は、文字コ
ードなどを入力するためのキーボード11、文字出力装
置を集中制御するCPU12、CRT13、入力し加工
された文字を格納する文章バッファ14、アウトライン
データをドットパターンに展開するための印刷バッファ
15、バッファ15中のドットパターンデータを用いて
印字出力するプリンタ16、アウトラインデータなど文
字出力に必要なデータを格納するための文字データ蓄積
メモリ17、および文字線の太さを指定するデータを格
納するための文字太さ指定レジスタ18を含む。
FIG. 1 is a block diagram of a character output device according to an embodiment of the present invention. The character output device includes a keyboard 11 for inputting a character code and the like, a CPU 12 for centrally controlling the character output device, a CRT 13, a sentence buffer 14 for storing input and processed characters, and a line pattern for expanding outline data into a dot pattern. A print buffer 15, a printer 16 that prints out using the dot pattern data in the buffer 15, a character data storage memory 17 for storing data necessary for character output such as outline data, and data that specifies the thickness of character lines. Includes a character thickness designation register 18 for storing

【0022】キーボード11は、文字の出力形式が縦書
きか横書きかを指定するために押下される縦書きキー1
11および横書きキー112、出力する文字の大きさ、
文字線の太さおよび文字の線種を複数種類指定可能な複
数のキーからなる文字大きさ指定キー群113、文字太
さ指定キー群114および文字線種指定キー群115、
文字を改行して出力するために押下される改行キー11
6、筆で書いた文字のように文字線をかすれた状態で出
力させるために押下されるかすれ指定キー117および
仮名、漢字などの文字を入力するために押下される文字
コード入力キー群118を含む。
The keyboard 11 is a vertical writing key 1 which is pressed to specify whether the output format of characters is vertical writing or horizontal writing.
11, the horizontal writing key 112, the size of characters to be output,
A character size designating key group 113, a character thickness designating key group 114, and a character line type designating key group 115, which are composed of a plurality of keys capable of designating a plurality of character line thicknesses and character line types;
The line feed key 11 that is pressed to output a line feed character
6. A blur specifying key 117 that is pressed to output a character line in a faint state like a character written with a brush and a character code input key group 118 that is pressed to input characters such as kana and kanji. Including.

【0023】この文字出力装置では、文字は後述するよ
うに複数の部品に展開される。文字を構成する部品と
は、文字のアウトラインを適当に分解して得られた文字
の部分、たとえば文字を構成する字画のそれぞれであ
る。CPU12は、この部品をドットパターンに展開す
るために用いられる部品バッファ121、部品バッファ
121で展開された部品のドットパターンデータが逐次
転送されて格納され、1文字分のドットパターンデータ
を蓄積して記憶する文字バッファ122を含む。
In this character output device, characters are developed into a plurality of parts as described later. The parts forming a character are the parts of the character obtained by appropriately decomposing the outline of the character, for example, the strokes forming the character. The CPU 12 successively transfers and stores the component buffer 121 used for developing this component into a dot pattern, the dot pattern data of the component developed by the component buffer 121, and stores the dot pattern data for one character. It includes a character buffer 122 for storage.

【0024】文字データ蓄積メモリ17には、文字パタ
ーン展開用データテーブル171および文字レイアウト
情報テーブルLTBが記憶される。文字パターン展開用
データテーブル171は、キーボード11から入力され
る文字コードに対応した文字を、キーボード11から入
力された各種指定情報に従いつつ、その部品のアウトラ
インデータに基づいてドットパターンに展開するための
データの集合からなる。文字レイアウト情報テーブルL
TBには、前後の文字によってその文字の大きさや位置
を変更するのに必要な情報が記憶される。文字パターン
展開用データテーブル171および文字レイアウト情報
テーブルLTBの詳細については後述する。
The character data storage memory 17 stores a character pattern expansion data table 171 and a character layout information table LTB. The character pattern expansion data table 171 is used to expand the character corresponding to the character code input from the keyboard 11 into a dot pattern based on the outline data of the part, according to various designation information input from the keyboard 11. It consists of a set of data. Character layout information table L
The TB stores information necessary for changing the size and position of the preceding and following characters. Details of the character pattern expansion data table 171 and the character layout information table LTB will be described later.

【0025】図2は、図1の文字パターン展開用データ
テーブル171の構成図である。テーブル171には、
複数の文字コードCCに対応して曲線データテーブルB
TBおよび曲線種情報テーブルBNTBからなる少なく
とも1つ以上の部品データBDと、各部品データBDに
対応した階層データHDとが記憶される。テーブルBT
BおよびBNTBの詳細については後述する。また、階
層データHDに関する部品の階層に関しての詳細も後述
する。図2において、たとえば文字コードCCiに対応
の文字は2つの部品からなる。そして、各部品について
部品データBDとこの部品の階層データHDが設定され
ていることがわかる。
FIG. 2 is a block diagram of the character pattern expansion data table 171 of FIG. On the table 171,
Curve data table B corresponding to a plurality of character codes CC
At least one or more component data BD including the TB and the curve type information table BNTB, and the hierarchical data HD corresponding to each component data BD are stored. Table BT
Details of B and BNTB will be described later. The details regarding the hierarchy of the parts regarding the hierarchy data HD will also be described later. In FIG. 2, for example, the character corresponding to the character code CCi is composed of two parts. Then, it can be seen that the component data BD and the hierarchical data HD of this component are set for each component.

【0026】図1の文字出力装置において、キーボード
11から文字を入力して、図示されない仮名漢字変換装
置を用いて仮名漢字混じり文を作成し、文章バッファ1
4に蓄える。入力された文字はCRT13にも表示され
る。キーボード11の図示されない印字キーが押下され
ると、CPU12は文章バッファ14の内容を1文字ず
つ取出し、該文字に対応の文字パターン展開用のデータ
をテーブル171から読出す。そして、読出されたデー
タおよび予め設定された文字太さ指定用レジスタ18中
の指定される太さデータに基づき文字パターンを印刷バ
ッファ15に展開する。展開された文字のドットパター
ンはプリンタ16に転送されて印刷される。
In the character output device of FIG. 1, characters are input from the keyboard 11 and a kana-kanji mixed sentence is created by using a kana-kanji conversion device (not shown).
Store in 4. The input characters are also displayed on the CRT 13. When a print key (not shown) of the keyboard 11 is pressed, the CPU 12 takes out the contents of the text buffer 14 character by character and reads the data for character pattern development corresponding to the character from the table 171. Then, the character pattern is developed in the print buffer 15 based on the read data and the thickness data designated in the preset character thickness designation register 18. The developed dot pattern of characters is transferred to the printer 16 and printed.

【0027】図3には、この発明の実施例による文字の
部品重ねを指定するための画面の表示例が示される。図
4(a)および(b)には部品重ね指定による出力文字
の一例が示され、図5(a)および(b)には文字線が
太くなった場合に部品重ね指定による出力文字の一例が
示され、図6には文字を構成する部品とその階層との関
係が示される。図1のCRTには図3に示されるように
文字の部品重ねを指定するための画面が表示される。C
RT13に関連して設けられるカーソル(図示せず)な
どを用いて“重ね否”が選択された場合、図4(a)に
示されるように部品の重なり部分はドットパターンで塗
りつぶされて出力される。一方、図3に示される重ね指
定画面で“重ね要”が指定された場合、図4(b)に示
されるように部品が相互に重なり合う部分はその重なっ
た部分が明確にわかるように重なり部分のみドットパタ
ーンで塗りつぶされない。
FIG. 3 shows a display example of a screen for designating the overlapping of character parts according to the embodiment of the present invention. 4 (a) and 4 (b) show an example of the output character by the component overlapping designation, and FIGS. 5 (a) and 5 (b) show an example of the output character by the component overlapping designation when the character line becomes thick. Is shown, and FIG. 6 shows the relationship between the parts forming the character and their hierarchy. As shown in FIG. 3, the CRT shown in FIG. 1 displays a screen for designating the overlapping of character parts. C
When "no overlap" is selected by using a cursor (not shown) provided in association with the RT13, the overlapping part of the parts is filled in with a dot pattern and output as shown in FIG. 4 (a). It On the other hand, when “overlap required” is specified on the overlap specification screen shown in FIG. 3, the overlapping parts are clearly overlapped parts as shown in FIG. 4 (b). Only the dot pattern is not filled.

【0028】平仮名“ぱ”は、部品の重なり部分がドッ
トパターンで塗りつぶされた場合、通常の文字線の太さ
であれば図5(a)のように出力される。この状態で、
文字線を太くすると、右上の“○”が他の部品に近接し
すぎて文字が判読できなくなるおそれがあるが、この文
字出力装置によれば、このような状態になることが部品
の階層を考慮した部品同士の重なりにより回避される。
図6を参照して、平仮名の“ぱ”は部品B1、B2およ
びB3からなる。これら部品は上位層の部品B1と下位
層の部品B2およびB3に分けられる。部品B2とB3
とは、重なり部分がドットパターンで塗りつぶされても
該文字を判読できることから、同じ下位層に属す部品に
規定される。部品B1を部品B2たはB3と重ねると文
字判読が困難になることから、部品B1は部品B2また
はB3とは異なる階層とする。部品は下位層から順番に
上位層にパターン展開していくことにより1つの文字の
ドットパターンが得られる。平仮名“ぱ”では、下位層
の部品B2およびB3をドットパターンに展開後、上位
層の部品B1を展開することにより、ドットパターンB
が得られる。このように、階層を考慮して文字を複数の
部品に分割した後、部品ごとにドットパターンに展開し
最終的な文字パターンを得ているので、文字線が太くな
っても異なる階層同士の部品が重なり合って文字が判読
できないという状態は回避される。
The hiragana "pa" is output as shown in FIG. 5A when the overlapping portion of the parts is filled with a dot pattern and the thickness of a normal character line is obtained. In this state,
If the character line is made thicker, the upper right "○" may be too close to other parts and the characters may not be readable. However, this character output device may cause such a situation in the parts hierarchy. It is avoided by overlapping the considered parts.
Referring to FIG. 6, the hiragana "pa" is made up of parts B1, B2 and B3. These parts are divided into upper layer parts B1 and lower layer parts B2 and B3. Parts B2 and B3
Is defined as a component belonging to the same lower layer because the character can be read even if the overlapping portion is filled with a dot pattern. Since it becomes difficult to read characters when the component B1 is overlapped with the component B2 or B3, the component B1 has a different layer from the component B2 or B3. A dot pattern of one character is obtained by pattern-developing the parts in order from the lower layer to the upper layer. In the hiragana “pa”, the lower layer components B2 and B3 are developed into a dot pattern, and then the upper layer component B1 is developed to obtain the dot pattern B.
Is obtained. In this way, the character is divided into multiple parts in consideration of the hierarchy, and the final character pattern is obtained by expanding each part into a dot pattern. It is possible to avoid the situation where characters are not legible due to overlapping.

【0029】図7は、この発明の一実施例による文字を
構成する部品と部品の階層とに基づく文字パターン展開
処理のフローチャートである。図7のフローチャートに
従い、文字出力装置における文字を構成する部品と部品
の階層とに基づく文字パターン展開手順について説明す
る。CPU12は文章バッファ14に予め格納された文
字コードを取出し(図7のS1)、文字大きさ指定キー
群113により指定される文字サイズを入力し(S
2)、該文字コードに基づき文字パターン展開用データ
テーブル171をアクセスし対応の部品データBDおよ
び階層データHDを読出し内部メモリに一旦ストアする
(S3)。次に文字バッファ122および部品バッファ
121をクリア(S4、S5)し、階層レベルをテーブ
ル171から読出した階層データHDの最下位層レベル
に初期セットし(S6)、CPU12の内部メモリから
順次部品データBDを取出し(S7)、その部品データ
BDに対応の階層データHDが現在の階層レベルと一致
しているならば(S8)部品バッファ121に該部品を
部品データBDに基づきドットパターン展開する(S1
2)。一方、階層レベルが異なれば(S8)、部品バッ
ファ121に展開されている現在のドットパターンデー
タを文字バッファ122に転送する(S9)。このとき
に後述する転送ドットオフデータもまた文字バッファ1
22に転送されるので、異なる階層を有する部品の重な
り部分は白く(ドットオフ)される。続いて階層レベル
をアップして(S10)、部品バッファ121を次の階
層レベルの部品データを展開するためにクリアして(S
11)、次の階層データHDを有する部品データBDに
基づき部品をドットパターンに展開する(S12)。そ
の後次の部品を取出し(S7)、以下同様にドットパタ
ーン展開する。この文字コードに対応の文字を構成する
すべての部品が展開されれば(取出す部品がなくなれ
ば)、文字バッファ122にはこの文字コードに対応す
る文字のドットパターンが展開されたことになる。
FIG. 7 is a flow chart of the character pattern development processing based on the parts forming the character and the hierarchy of the parts according to the embodiment of the present invention. With reference to the flowchart of FIG. 7, a character pattern development procedure based on a component forming a character and a layer of the component in the character output device will be described. The CPU 12 retrieves the character code stored in advance in the text buffer 14 (S1 in FIG. 7) and inputs the character size designated by the character size designation key group 113 (S1).
2) Based on the character code, the character pattern development data table 171 is accessed to read the corresponding component data BD and hierarchical data HD and temporarily store them in the internal memory (S3). Next, the character buffer 122 and the component buffer 121 are cleared (S4, S5), the hierarchy level is initially set to the lowest layer level of the hierarchy data HD read from the table 171 (S6), and the component data is sequentially read from the internal memory of the CPU 12. BD is extracted (S7), and if the hierarchical data HD corresponding to the component data BD matches the current hierarchical level (S8), the component buffer 121 develops a dot pattern based on the component data BD (S1).
2). On the other hand, if the hierarchical levels are different (S8), the current dot pattern data developed in the component buffer 121 is transferred to the character buffer 122 (S9). Transfer dot-off data, which will be described later, is also stored in the character buffer 1 at this time.
Since the data is transferred to No. 22, the overlapping portion of parts having different layers is whitened (dotted off). Subsequently, the hierarchy level is increased (S10), and the component buffer 121 is cleared to develop the component data of the next hierarchy level (S10).
11), the component is developed into a dot pattern based on the component data BD having the next hierarchical data HD (S12). After that, the next part is taken out (S7), and the dot pattern is developed in the same manner. If all the parts that form the character corresponding to this character code are expanded (if there are no parts to be taken out), it means that the dot pattern of the character corresponding to this character code is expanded in the character buffer 122.

【0030】図8(a)〜(c)は、異なる階層同士の
部品重ねにおける1ドットオフの場合のドットパターン
を示す図である。図8(a)において下位層の部品のド
ットパターンが示され、図8(b)には上位層の部品の
ドットパターンが示される。図8(b)には文字バッフ
ァ122へ転送される場合に同時に転送される転送ドッ
トオフデータもまた示される。図8(c)には図8
(a)の下位層データと図8(b)の上位層データとが
文字バッファ122に転送されて重ね合わせられた場合
のドットパターンデータが示される。図8(c)に示さ
れるように転送ドットオフデータはドットパターンにお
いてオフ状態で示されるので、これら2つの異なる部品
の重なり状況が明確にわかる。
FIGS. 8 (a) to 8 (c) are diagrams showing dot patterns in the case where one dot is off in component superposition of different layers. 8A shows the dot pattern of the lower layer component, and FIG. 8B shows the dot pattern of the upper layer component. FIG. 8B also shows transfer dot-off data that is transferred at the same time when it is transferred to the character buffer 122. FIG. 8 (c) shows FIG.
The dot pattern data when the lower layer data of (a) and the upper layer data of FIG. 8 (b) are transferred to the character buffer 122 and overlapped with each other are shown. As shown in FIG. 8C, the transfer dot-off data is shown in the OFF state in the dot pattern, so that the overlapping state of these two different parts can be clearly understood.

【0031】図9は、異なる階層同士の部品重ねにおけ
るドットオフ部分の太さを指定するための画面の表示例
を示す図である。CRT13に図9に示されるような画
面が表示されると、キーボード11の図示されないカー
ソルなどを用いて重ね部分のドットオフの幅を所望の幅
に指定することができる。図10(a)〜(c)は、異
なる部品同士の部品重ねにおける2ドットオフの場合の
ドットパターンを示す図である。図10(a)の部品の
ドットパターンデータが部品バッファ121から文字バ
ッファ122に転送された後、図10(b)の部品のド
ットパターンデータが部品バッファ121から文字バッ
ファ122に転送される。この場合、図10(b)に示
されるように2ドット幅の転送ドットオフデータもまた
文字バッファ122に転送されるので、図10(c)に
示されるようにこれら2つの部品の重ね合わせ部分が2
ドット幅のオフデータを用いて明確に示される。
FIG. 9 is a diagram showing a display example of a screen for designating the thickness of a dot-off portion in overlapping parts on different layers. When the screen as shown in FIG. 9 is displayed on the CRT 13, the dot-off width of the overlapping portion can be designated to a desired width by using a cursor (not shown) of the keyboard 11 or the like. FIGS. 10A to 10C are diagrams showing dot patterns in the case where two dots are off in component overlapping of different components. After the dot pattern data of the component of FIG. 10A is transferred from the component buffer 121 to the character buffer 122, the dot pattern data of the component of FIG. 10B is transferred from the component buffer 121 to the character buffer 122. In this case, since the transfer dot-off data having a width of 2 dots is also transferred to the character buffer 122 as shown in FIG. 10B, the overlapping portion of these two parts as shown in FIG. 10C. Is 2
It is clearly shown using the dot width off data.

【0032】図11(a)〜(d)は、この発明の一実
施例による文字線のかすれ情報と、この情報に基づいて
展開されるドットパターンとを示す図である。図11
(a)には曲線データテーブルBTBが示される。文字
の部品のアウトラインは複数の線分からなる閉曲線で表
わされる。テーブルBTBは部品の閉曲線を構成する複
数の線分のそれぞれに対応して各線分を一意に特定する
ための線分番号SN、始点P1、2つの制御点P2およ
びP3ならびに終点P4をそれぞれ座標データとして格
納する。部品を構成する線分を3次ビジェ曲線であると
想定してるので、該曲線を展開するには上述したよう
に、点P1〜P4の4点が必要となる。この実施例によ
る文字出力装置においては、曲線データテーブルBTB
に登録される最後の線分の終点P4のデータが登録され
ていれば、該部品をかすれたドットパターンに展開す
る。このかすれとは、筆で文字を書いた場合に生じる文
字線のかすれを意味する。部品におけるかすれの位置
は、該部品の閉曲線を表わす最初の点に相当する座標位
置に相当する。図11(a)の曲線データテーブルBP
Bはかすれがなしのデータを格納し、このデータに基づ
くドットパターンは図11(b)に示される。図11
(c)に示される曲線データテーブルBTBはかすれあ
りのデータを格納し、このデータに基づいて展開された
ドットパターンは図11(d)に示される。図11
(d)に示されるようにこの部品を構成する閉曲線の最
初の点の座標,言い換えれば線分番号SN=1の始点P
1の位置にかすれ部分Cが形成される。
FIGS. 11A to 11D are diagrams showing character line blurring information and a dot pattern developed based on this information according to one embodiment of the present invention. Figure 11
A curve data table BTB is shown in (a). The outline of the character part is represented by a closed curve composed of a plurality of line segments. The table BTB is coordinate data of a line segment number SN for uniquely identifying each line segment corresponding to each of a plurality of line segments forming a closed curve of a part, a start point P1, two control points P2 and P3, and an end point P4. Store as. Since it is assumed that the line segment that constitutes the component is a cubic Bézier curve, four points P1 to P4 are required to develop the curve, as described above. In the character output device according to this embodiment, the curve data table BTB is used.
If the data of the end point P4 of the last line segment to be registered in is registered, the component is developed into a faint dot pattern. This blur means a blur of a character line that occurs when a character is written with a brush. The position of the blur on the part corresponds to the coordinate position corresponding to the first point representing the closed curve of the part. Curve data table BP of FIG.
B stores data without blur, and a dot pattern based on this data is shown in FIG. Figure 11
The curve data table BTB shown in (c) stores data with blur, and the dot pattern developed based on this data is shown in FIG. 11 (d). Figure 11
As shown in (d), the coordinates of the first point of the closed curve forming this part, in other words, the starting point P of the line segment number SN = 1
A blurred portion C is formed at the position 1.

【0033】図12は、この発明の一実施例による文字
線のかすれ処理のフローチャートである。文字線のかす
れ処理は、文字の部品を構成する閉曲線の中を埋めるド
ットパターンのドットを間引くことにより行なわれる。
この処理においては、図11に示された曲線データテー
ブルBTBが参照される。図11のテーブルBTBを参
照しながら図12のフローチャートに従って文字線のか
すれ処理を説明する。まず展開すべき文字コードを得
て、該文字コードに基づき文字パターン展開用データテ
ーブル171をアクセスして該当の曲線データテーブル
BTBを取出す(S20)。次に曲線のスタート位置座
標をセーブする(S21)。図11の曲線データテーブ
ルBTBが参照されているので、この場合はスタート位
置座標は(4 ,0)である。次に、直前にセーブされた
スタート位置座標を有する線分がテーブルBTBに登録
される最後の線分であるかチェックし(S22)、最終
線分でなければ次の線分の始点P1の座標データをテー
ブルBTBから取出し今回の線分の終点P4のデータと
する(S23)。逆に、今回の線分が最終線分であれば
(S22)、該線分に対応してテーブルBTBに格納さ
れる点の数をチェックする(S29)。チェック結果が
3点であれば最初にセーブしたスタート位置のデータを
最終線分の終点P4のデータに共用する(S30)。こ
れにより、点P1〜P4は得られたので、この4点で3
次ビジェ曲線を部品バッファ121に展開する(S2
4)。次に、テーブルBTBからデータ取出しが終了し
たかを判別し(S25)、取出すべきデータがあれば再
度S21の処理に戻り以下同様に行なう。取出すべきデ
ータはなくデータの取出しが終了した場合は、最終ビジ
ェ曲線を展開するのに用いた点の数を判別し(S2
6)、3点であれば(図11(a)のテーブルBTBの
場合に相当する)、部品バッファ121に展開された閉
じた曲線の中を図11(b)に示されるようにドットパ
ターンで埋める(S28)。一方、4点であれば(図1
1(c)のテーブルBTBの場合に相当する)、バッフ
ァ121に展開された閉じた曲線の中をドットパターン
で埋めた後、最終曲線の終点P4の部分のドットを間引
いて図11(d)のようにかすれさせる(S27)。
FIG. 12 is a flow chart of character line blurring processing according to an embodiment of the present invention. The blurring process of the character line is performed by thinning out the dots of the dot pattern that fills the closed curve forming the character part.
In this process, the curve data table BTB shown in FIG. 11 is referred to. The character line blurring process will be described with reference to the table BTB of FIG. 11 according to the flowchart of FIG. First, a character code to be expanded is obtained, the character pattern expansion data table 171 is accessed based on the character code, and the corresponding curve data table BTB is taken out (S20). Next, the start position coordinates of the curve are saved (S21). Since the curve data table BTB of FIG. 11 is referred to, the start position coordinate is (4, 0) in this case. Next, it is checked whether the line segment having the start position coordinates saved immediately before is the last line segment registered in the table BTB (S22), and if it is not the last line segment, the coordinates of the starting point P1 of the next line segment. The data is fetched from the table BTB and used as the data of the end point P4 of this line segment (S23). Conversely, if the line segment this time is the final line segment (S22), the number of points stored in the table BTB corresponding to the line segment is checked (S29). If the check result is 3 points, the first saved start position data is shared with the final line segment end point P4 data (S30). As a result, points P1 to P4 were obtained, and 3 points were obtained at these 4 points.
The next Bézier curve is expanded in the component buffer 121 (S2
4). Next, it is determined whether or not the data has been taken out from the table BTB (S25), and if there is data to be taken out, the process returns to S21 again, and so on. When there is no data to be extracted and the data has been extracted, the number of points used to develop the final Bézier curve is determined (S2
6) If there are three points (corresponding to the case of the table BTB in FIG. 11A), the closed curve developed in the component buffer 121 is represented by a dot pattern as shown in FIG. 11B. Fill (S28). On the other hand, if there are four points (Fig. 1
1 (c) (corresponding to the case of the table BTB in FIG. 1C), the closed curve developed in the buffer 121 is filled with a dot pattern, and then the dots at the end point P4 of the final curve are thinned out to obtain the pattern shown in FIG. (S27).

【0034】このように、文字出力装置においては、部
品のアウトラインを構成する複数の線分について、n番
目の線分の終点P4と(n+1)番目の線分の始点P1
とを共用させて、最終線分がループする最後のデータ、
すなわち終点P4を独自(共用せず)に持つか持たない
かの判別結果を該部品のかすれ有無情報としている。
As described above, in the character output device, the end point P4 of the n-th line segment and the start point P1 of the (n + 1) -th line segment are set for the plurality of line segments forming the outline of the part.
, And the last data where the final line loops,
That is, the result of determination as to whether the end point P4 is uniquely (not shared) or not is used as the blurring presence / absence information of the component.

【0035】図13は、図1に示された文字レイアウト
情報テーブルLTBの構成図である。文字出力装置は、
前後の文字によって文字の大きさ、文字線の太さおよび
文字の位置を変更してドットに展開するために文字レイ
アウト情報テーブルLTBを備える。テーブルLTB
は、図13に示されるように、文字コードHおよび文字
コードJで特定される2次元の配列からなり、配列要素
として複数の文字情報Iiが格納される。文字出力時に
文字コードHiの文字の次に文字コードJiの文字が出
力されるような場合に、文字コードJiの文字の大き
さ、文字線の太さ、および文字の位置は直前に出力され
た文字のコードHiにより決定される文字情報Iiに従
って決定される。
FIG. 13 is a structural diagram of the character layout information table LTB shown in FIG. The character output device is
A character layout information table LTB is provided to change the size of characters, the thickness of character lines, and the position of characters according to the preceding and succeeding characters and develop them into dots. Table LTB
As shown in FIG. 13, consists of a two-dimensional array specified by the character code H and the character code J, and stores a plurality of character information Ii as array elements. When a character code Ji is output next to a character code Hi when a character is output, the character size, character line thickness, and character position of the character code Ji are output immediately before. It is determined according to the character information Ii determined by the character code Hi.

【0036】図14は、図13に示された文字情報Ii
を説明する図である。情報Iiはキーボード11の縦書
きキー111または横書きキー112の押下によって指
定されることに応じて縦書き用および横書き用それぞれ
の文字の大きさD41およびD51、文字線の太さD4
2およびD52ならびに直前の文字に対する文字の位置
D43およびD53を含む。
FIG. 14 shows the character information Ii shown in FIG.
It is a figure explaining. The information Ii is specified by pressing the vertical writing key 111 or the horizontal writing key 112 of the keyboard 11, and the character sizes D41 and D51 for vertical writing and horizontal writing, respectively, and the thickness D4 of the character line.
2 and D52 and the character positions D43 and D53 relative to the previous character.

【0037】図15は、この発明の一実施例による前後
の文字によって文字の大きさ、文字線の太さおよび位置
を変更しながら文字を展開処理するためのフローチャー
トである。図15のフローチャートを参照しながら、前
後の文字によって文字を展開処理する手順について説明
する。まずCPU12は文字バッファ122に文字の展
開位置を初期セットするとともに初期の文字の大きさを
予め設定された書式情報などから取出しセットする(S
31、S32)。続いて文章バッファ14に予め格納さ
れた文字の文字コードを取出し(S33)、縦書き出力
が所望されているか横書き出力が所望されているかを縦
書きキー111または横書きキー112のいずれが押下
されているかに基づいて判別する(S34)。判別後、
文字レイアウト情報テーブルLTBから直前に出力され
た文字コードに従う該文字コードに対応の文字情報Ii
を読出し、縦書きが指定されている場合は読出された文
字情報Iiから図14に示されるような大きさD41、
太さD42および位置D43を読出しセットするが、横
書きが指定されている場合は読出された文字情報Iiか
ら大きさD51、太さD52および位置D53を読出し
セットする(S35、S36、S37)。次に、読出さ
れてセットされた情報から該文字コードに対応の文字の
大きさを決め(S38)、文字線の太さを決め(S3
9)、前の文字に対する相対的な出力位置を決め(S4
0)、これら決められた情報に基づいて該文字を文字バ
ッファ122に展開する(S41)。この文字の展開
は、該文字コードに基づきテーブル171から読出され
た部品データBD、階層データHDに基づきまず部品が
部品バッファ121に展開される。これらすべての部品
の展開終了後文字バッファ122では該文字が展開され
た状態となっている。該文字を展開後、出力すべき行が
変更されるか否かを判定し(S42)、行変更がなけれ
ば列方向だけ文字の展開位置を更新して(S43)、次
の文字を展開するために文章バッファ14から次の文字
コードを取出す(S33)。以下同様に処理が行なわれ
る。一方、行変更があれば(S42)、行方向の展開位
置を更新して(S44)、列方向の展開位置を初期化し
て(S45)、展開すべき文字データは終了したか否か
チェックする(S46)。さらなる文字の展開が必要で
あれば、S31の処理に戻り以下同様に処理が繰返され
る。
FIG. 15 is a flow chart for expanding a character while changing the size of the character, the thickness of the character line and the position of the character according to the embodiment of the present invention. A procedure for expanding characters by the preceding and following characters will be described with reference to the flowchart of FIG. First, the CPU 12 initially sets the expansion position of the character in the character buffer 122, and extracts and sets the initial character size from the preset format information and the like (S).
31, S32). Then, the character code of the character stored in advance in the text buffer 14 is extracted (S33), and whether the vertical writing output or the horizontal writing output is desired is selected by pressing either the vertical writing key 111 or the horizontal writing key 112. It is determined based on whether or not there is (S34). After discrimination
According to the character code output immediately before from the character layout information table LTB, the character information Ii corresponding to the character code
Is read out, and when vertical writing is designated, the size D41 as shown in FIG. 14 is read from the read character information Ii,
The thickness D42 and the position D43 are read and set, but when the horizontal writing is designated, the size D51, the thickness D52 and the position D53 are read and set from the read character information Ii (S35, S36, S37). Next, the size of the character corresponding to the character code is determined from the read and set information (S38), and the thickness of the character line is determined (S3).
9) Determine the output position relative to the previous character (S4
0), the character is expanded in the character buffer 122 based on the determined information (S41). In the expansion of this character, the component is first expanded in the component buffer 121 based on the component data BD and the hierarchical data HD read from the table 171 based on the character code. After the expansion of all of these parts, the character buffer 122 is in the expanded state. After expanding the character, it is determined whether or not the line to be output is changed (S42). If the line is not changed, the expansion position of the character is updated only in the column direction (S43), and the next character is expanded. For this purpose, the next character code is retrieved from the text buffer 14 (S33). The same processing is performed thereafter. On the other hand, if there is a line change (S42), the expansion position in the row direction is updated (S44), the expansion position in the column direction is initialized (S45), and it is checked whether or not the character data to be expanded is completed. (S46). If further expansion of characters is necessary, the process returns to S31 and the same process is repeated.

【0038】以上のように、直前に出力された文字によ
ってその文字の大きさ、文字線の太さ、文字の位置を変
更してドットに展開できるので、図16に示されるよう
な文字列の出力が可能となる。
As described above, the size of the character, the thickness of the character line, and the position of the character can be changed and expanded into dots by the character output immediately before, so that the character string as shown in FIG. Output is possible.

【0039】次に、文字に含まれる線分を波線、二重線
などデザイン化して出力する処理について説明する。図
17は、この発明の一実施例による文字に含まれる線分
を二重線にした出力例を示す図である。図17では文字
“A”に含まれる文字線の一部を二重線にしたので新た
に線分E1が発生している。図17の文字“A”のアウ
トラインデータ量は通常の文字“A”よりも線分E1の
分だけ増加するので、これに伴い文字“A”に対応の曲
線データテーブルBTBが拡張されてメモリ17の容量
不足が発生するおそれがある。このような事態を回避す
るために、この実施例による文字出力装置は、文字の線
分の波線、二重線などのデザイン的な情報を線分の付加
情報というコンパクトなデータで備えるので、曲線デー
タテーブルBTBに格納されるデータ量は文字線にデザ
イン性を施さない普通の文字のそれに比べてほとんど増
加しない。
Next, a process for designing and outputting a line segment included in a character such as a wavy line or a double line will be described. FIG. 17 is a diagram showing an output example in which a line segment included in a character is double-lined according to an embodiment of the present invention. In FIG. 17, since a part of the character line included in the character “A” is doubled, a new line segment E1 is generated. Since the outline data amount of the character "A" in FIG. 17 increases by the line segment E1 from the normal character "A", the curve data table BTB corresponding to the character "A" is expanded accordingly and the memory 17 May run out of space. In order to avoid such a situation, the character output device according to this embodiment includes design information such as a wavy line and a double line of a character line segment in compact data called additional information of the line segment. The amount of data stored in the data table BTB hardly increases as compared with that of ordinary characters in which character lines are not designed.

【0040】図18は、この発明の一実施例によるデザ
イン的な文字線に関する曲線種情報テーブルBNTBの
構成図である。テーブルBNTBは図11の曲線データ
テーブルBTBに格納される情報に新たに各線分に対応
して線種番号Snを付加した構成を有する。線種番号S
nは対応の線分の種類を特定するための数値データであ
る。図19には、この発明の一実施例による線種類テー
ブルSTBの構成が示される。テーブルSTBは、CP
U12の図示されない内部メモリに格納されており、複
数の線種番号と、各線種番号に対応した線種データSD
とが登録される。データSDには通常線、二重線、白線
および波線の情報が含まれる。図20には、部品の二重
線によるドットパターンの展開例が示される。
FIG. 18 is a block diagram of a curve type information table BNTB relating to designing character lines according to an embodiment of the present invention. The table BNTB has a configuration in which a line type number Sn is newly added in correspondence with each line segment to the information stored in the curve data table BTB of FIG. Line type number S
n is numerical data for identifying the type of the corresponding line segment. FIG. 19 shows the structure of the line type table STB according to an embodiment of the present invention. Table STB is CP
A plurality of line type numbers stored in an internal memory (not shown) of U12 and line type data SD corresponding to each line type number.
And are registered. The data SD includes information on normal lines, double lines, white lines and wavy lines. FIG. 20 shows an example of developing a dot pattern by double lines of parts.

【0041】図21(a)〜(d)には、この発明の一
実施例による線種データに従って展開されるドットパタ
ーンの一部が示される。図21(a)は通常線のドット
パターンであり、図21(b)は二重線のドットパター
ンである。二重線はドットオフのアウトラインを挟んで
ドットオンの列を設けることにより得られる。図21
(c)の白線はアウトラインをドットオフ列にしたもの
である。図21(d)は波線のドットパターンである。
21A to 21D show a part of a dot pattern developed according to the line type data according to the embodiment of the present invention. 21A shows a dot pattern of normal lines, and FIG. 21B shows a dot pattern of double lines. Double lines are obtained by providing dot-on rows with dot-off outlines in between. Figure 21
The white line in (c) is a dot-off line of the outline. FIG. 21D shows a dot pattern of wavy lines.

【0042】図22は、この発明の一実施例による曲線
種情報テーブルBNTBに従う部品展開処理のフローチ
ャートである。図23(a)および(b)は、この発明
の一実施例による波線をドットパターンに展開する手順
の一部を説明するための図である。なお、曲線種情報テ
ーブルBNTBは、図2に示されるように文字パターン
展開用データテーブル171において文字コードCCの
それぞれに対応して設けられる。図22を参照し、曲線
種情報テーブルBNTBに従う部品展開処理について説
明する。まずテーブルBNTBから始点P1、2つ制御
点P2およびP3ならびに終点P4の各座標データを取
出し(S50)、次に対応の線種番号Snを取出し、取
出した番号Snに基づきテーブルSTBをアクセスし該
当する線種データSDを特定する(S51)。次にテー
ブルBNTBから読出した4点に基づき線分を3次ビジ
ェ曲線に従うドットパターンに展開する(S52)。得
られた対応の線種データSDが通常線(線種番号Sn=
1)以外の場合は展開された線分の法線方向を計算し
(S53)、線種データSDに従う線種情報をに基づき
法線方向にドットパターンをして展開し付加する(S5
4)。この様子が図23(a)および(b)に示され
る。テーブルBNTBに格納されるすべての線分につい
てドットパターンの展開が終了したか否かを確認し(S
55)終了していなければ次の線分に関し以下同様に処
理を行なうが、終了していれば、部品を構成する線分の
展開処理は終了する。
FIG. 22 is a flow chart of the component developing process according to the curve type information table BNTB according to the embodiment of the present invention. 23 (a) and 23 (b) are views for explaining a part of the procedure for developing the dotted line into the dot pattern according to the embodiment of the present invention. The curve type information table BNTB is provided corresponding to each character code CC in the character pattern expansion data table 171 as shown in FIG. The component expansion processing according to the curve type information table BNTB will be described with reference to FIG. First, the coordinate data of the start point P1, the two control points P2 and P3, and the end point P4 are fetched from the table BNTB (S50), then the corresponding line type number Sn is fetched, and the table STB is accessed based on the fetched number Sn. The line type data SD to be specified is specified (S51). Then, based on the four points read from the table BNTB, the line segment is developed into a dot pattern that follows a cubic Vizier curve (S52). The obtained line type data SD is a normal line (line type number Sn =
In cases other than 1), the normal direction of the expanded line segment is calculated (S53), and a dot pattern is expanded and added in the normal direction based on the line type information according to the line type data SD (S5).
4). This state is shown in FIGS. 23 (a) and 23 (b). It is confirmed whether or not the development of the dot pattern is completed for all the line segments stored in the table BNTB (S
55) If it is not completed, the same process is performed for the next line segment, but if it is completed, the expansion process of the line segment forming the part is completed.

【0043】その後、得られた閉曲線の中をかすれ処理
の有無を考慮してドットパターンで塗りつぶす。これに
より、このテーブルBNTBに従う1つの部品がパター
ン展開されたことになる。この部品のパターン展開を、
該文字を構成するすべての部品について繰返し行なうこ
とにより、図17に示されたようなデザイン的な文字が
ドットパターン展開して得られる。
Then, the inside of the obtained closed curve is filled with a dot pattern in consideration of the presence or absence of blurring processing. As a result, one component according to this table BNTB has been pattern-developed. The pattern development of this part,
By repeating this process for all the parts forming the character, a design character as shown in FIG. 17 is obtained by developing the dot pattern.

【0044】この実施例では部品データBDとして図2
に示されるように曲線データテーブルBTBと曲線種情
報テーブルBNTBとを備えるようにしたが、テーブル
BTBとBNTBとの内容は一部重複していることに着
目し、テーブルBNTBのみを備えるようにしてメモリ
17の有向活用を図ってもよい。
In this embodiment, the part data BD is shown in FIG.
Although the curve data table BTB and the curve type information table BNTB are provided as shown in, the contents of the tables BTB and BNTB are partially overlapped, and only the table BNTB is provided. You may aim at the directed utilization of the memory 17.

【0045】また、この実施例では図18に示されるよ
うに線種は二重線であるとしたが、この線種の指定は文
字線種指定キー群115により指定される線種に対応の
番号SnがテーブルBNTBに設定されるようにして、
曲線種情報テーブルBNTBに格納される線種番号Sn
が外部操作にりよ任意に変更可能なようにしてもよい。
Further, in this embodiment, the line type is a double line as shown in FIG. 18, but this line type designation corresponds to the line type designated by the character line type designation key group 115. As the number Sn is set in the table BNTB,
Line type number Sn stored in the curve type information table BNTB
May be arbitrarily changed according to an external operation.

【0046】[0046]

【発明の効果】請求項1に記載の文字出力装置によれ
ば、メモリに文字の輪郭をなす線分のデータ群を、各線
分の終点のデータと次位に連なる線分の始点のデータと
を共用させるようにして記憶させ、ドットパターン展開
後において、出力手段は、判断手段により輪郭をなす最
終の線分の終点データが輪郭をなす最初の線分の始点デ
ータと共用されてメモリに記憶されているか否かの判断
結果に基づいて文字の輪郭の内部を一部間引いたドット
パターンに展開して出力する、すなわち文字をかすれさ
せて出力するので、メモリにおけるデータ量を増やさず
に文字のかすれ状態をパターン展開し出力することが容
易に可能となる。
According to the character output device of the present invention, the data group of the line segment forming the outline of the character is stored in the memory as the data of the end point of each line segment and the data of the start point of the next line segment. After the dot pattern has been developed, the output means stores the end line data of the final line segment forming the contour in the memory in common with the start point data of the first line segment forming the contour. Based on the determination result of whether or not the character outline is expanded and output in a dot pattern in which some parts are thinned out, that is, the character is blurred and output, so it is possible to determine whether the character is written without increasing the amount of data in the memory. It is possible to easily develop the pattern of the slip state and output it.

【0047】請求項2に記載の文字出力装置によれば、
テーブルに文字の輪郭をなす各線分のデータ群と線分の
線の種類を特定するデータとを対応して記憶し、パター
ン展開時線分展開手段および線種展開手段により文字の
輪郭が指定された線の種類にしてドットパターン展開さ
れるので、テーブルにおけるデータ量を増やさずに文字
の輪郭を、その線種を多様化させてドットパターン展開
できる。
According to the character output device of the second aspect,
The data group for each line segment forming the outline of the character and the data for specifying the line type of the line segment are stored in the table in association with each other, and the outline of the character is designated by the line segment expanding means and the line type expanding means when the pattern is developed. Since the dot pattern is developed for each line type, the contour of the character can be developed for the dot pattern by diversifying the line type without increasing the amount of data in the table.

【0048】請求項3または4に記載の文字出力装置に
よれば、文字列中の文字を出力する毎に、展開手段が該
出力文字を直前に出力された文字に従うドットパターン
に展開するので、文字列中の文字を前に位置する文字と
調和をとって出力可能となり、より手書き感覚に近い文
字列の出力が可能となる。
According to the character output device of the third or fourth aspect, every time a character in the character string is output, the expansion means expands the output character into a dot pattern according to the character output immediately before. The character in the character string can be output in harmony with the character positioned in front, and the character string closer to the handwriting feeling can be output.

【0049】請求項4に記載の文字出力装置によれば、
前述の文字列中の文字を出力する毎に、該文字の大き
さ、文字線の太さおよび出力位置を直前に出力された文
字によって変化させることが可能となるので、文字列中
の各文字を直前に出力された文字と調和させて大きさ、
文字線の太さおよび直前に出力された文字との相対的な
位置を変更してより手書き文字に近い文字列の出力が可
能となる。
According to the character output device of claim 4,
Each time the character in the character string is output, the size of the character, the thickness of the character line, and the output position can be changed according to the character output immediately before. To match the size of the character that was output immediately before,
It is possible to output a character string closer to a handwritten character by changing the thickness of the character line and the position relative to the character output immediately before.

【0050】請求項5に記載の文字出力装置によれば、
データ設定手段は、展開手段による文字のパターン展開
時、異なる字画群のドットパターン同士が重複した部分
のドットを一部オフデータに設定するので、異なる字画
のパターン同士が重なりあってパターン展開されたため
に文字が読めなくなることは防止される。
According to the character output device of claim 5,
When the character pattern is expanded by the expansion means, the data setting means sets the dots in the part where the dot patterns of different stroke groups overlap to each other as off data, so the patterns of different strokes are overlapped and the pattern is expanded. Unreadable characters are prevented.

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

【図1】この発明の一実施例による文字出力装置のブロ
ック構成図である。
FIG. 1 is a block diagram of a character output device according to an embodiment of the present invention.

【図2】図1の文字パターン展開用データテーブルの構
成図である。
FIG. 2 is a configuration diagram of a data table for expanding a character pattern in FIG.

【図3】この発明の一実施例による文字の部品重ねを指
定するための画面の表示例を示す図である。
FIG. 3 is a diagram showing a display example of a screen for designating a character component stack according to an embodiment of the present invention.

【図4】(a)および(b)は、部品重ね指定による出
力文字の一例を示す図である。
FIG. 4A and FIG. 4B are diagrams showing an example of an output character designated by component superposition.

【図5】(a)および(b)は、文字線が太くなった場
合に部品重ね指定による出力文字の一例を示す図であ
る。
5 (a) and 5 (b) are diagrams showing an example of output characters by component superposition designation when a character line becomes thick.

【図6】文字を構成する部品と、その階層とを説明する
図である。
FIG. 6 is a diagram illustrating parts that form a character and their hierarchy.

【図7】この発明の一実施例による文字を構成する部品
と、部品の階層とに基づく文字パターン展開処理のフロ
ーチャートである。
FIG. 7 is a flowchart of a character pattern development process based on parts that form a character and a hierarchy of parts according to an embodiment of the present invention.

【図8】(a)〜(c)は、異なる階層同士の部品重ね
における1ドットオフの場合のドットパターンを示す図
である。
FIGS. 8A to 8C are diagrams showing dot patterns in the case where one dot is off in a component stack of different layers.

【図9】異なる階層同士の部品重ねにおけるドットオフ
部分の太さを指定するための画面の表示例を示す図であ
る。
FIG. 9 is a diagram showing a display example of a screen for designating the thickness of a dot-off portion in overlapping parts on different layers.

【図10】(a)〜(c)は、異なる部品同士の部品重
ねにおける2ドットオフの場合のドットパターンを示す
図である。
FIG. 10A to FIG. 10C are diagrams showing dot patterns in the case where two dots are off in overlapping parts of different parts.

【図11】(a)〜(d)は、この発明の一実施例によ
る文字線のかすれ情報と、この情報に基づいて展開され
るドットパターンとを示す図である。
11A to 11D are diagrams showing character line blurring information and a dot pattern developed based on this information according to an embodiment of the present invention.

【図12】この発明の一実施例による文字線のかすれ処
理のフローチャートである。
FIG. 12 is a flowchart of character line blurring processing according to an embodiment of the present invention.

【図13】図1に示された文字レイアウト情報テーブル
の構成図である。
FIG. 13 is a configuration diagram of a character layout information table shown in FIG. 1.

【図14】図13に示された文字情報を説明する図であ
る。
14 is a diagram illustrating the character information shown in FIG.

【図15】この発明の一実施例による前後の文字によっ
て文字の大きさ、文字線の太さおよび位置を変更しなが
ら文字を展開する処理のフローチャートである。
FIG. 15 is a flowchart of a process for expanding a character while changing the size of the character, the thickness and the position of the character line according to the preceding and following characters according to the embodiment of the present invention.

【図16】前後の文字によって文字の大きさ、文字線の
太さおよび位置を変更しながら文字を展開した場合の出
力例を示す例である。
FIG. 16 is an example showing an output example when a character is expanded while changing the character size, character line thickness, and position depending on the preceding and following characters.

【図17】この発明の一実施例による文字に含まれる線
分を二重線にした出力例を示す図である。
FIG. 17 is a diagram showing an output example in which a line segment included in a character is doubled according to an embodiment of the present invention.

【図18】この発明の一実施例によるデザイン的な文字
線に関する曲線種情報テーブルの構成図である。
FIG. 18 is a configuration diagram of a curve type information table regarding a designed character line according to an embodiment of the present invention.

【図19】この発明の一実施例による線種類テーブルの
構成図である。
FIG. 19 is a configuration diagram of a line type table according to an embodiment of the present invention.

【図20】部品の二重線によるドットパターンの展開例
を示す図である。
FIG. 20 is a diagram showing an example of developing a dot pattern by a double line of a component.

【図21】(a)〜(d)は、この発明の一実施例によ
る線種データに従って展開されるドットパターンの一部
を示す図である。
21A to 21D are diagrams showing a part of a dot pattern developed according to line type data according to an embodiment of the present invention.

【図22】この発明の一実施例による曲線種情報テーブ
ルに従う部品を構成する線分展開処理のフローチャート
である。
FIG. 22 is a flowchart of a line segment expansion process that configures a component according to the curve type information table according to the embodiment of the present invention.

【図23】(a)および(b)は、この発明の一実施例
による波線をドットパターンに展開する手順の一部を説
明するための図である。
23 (a) and 23 (b) are views for explaining a part of a procedure for developing a wavy line into a dot pattern according to an embodiment of the present invention.

【図24】従来の文字出力装置のブロック構成図であ
る。
FIG. 24 is a block diagram of a conventional character output device.

【図25】(a)および(b)は、従来のアウトライン
データを用いた文字の出力例を示す図である。
FIG. 25A and FIG. 25B are diagrams showing a character output example using conventional outline data.

【図26】従来の文字出力装置におけるアウトラインデ
ータの一例を示す図である。
FIG. 26 is a diagram showing an example of outline data in a conventional character output device.

【図27】図26のアウトラインデータを用いて展開さ
れるドットパターンを示す図である。
FIG. 27 is a diagram showing a dot pattern developed using the outline data of FIG. 26.

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

11 キーボード 12 CPU 17 文字データ蓄積メモリ 121 部品バッファ 122 文字バッファ 171 文字パターン展開用データテーブル CC 文字コード BD 部品データ HD 階層データ BTB 曲線データテーブル BNTB 曲線種情報テーブル LTB 文字レイアウト情報テーブル Ii 文字情報 なお、各図中同一符号は同一または相当部分を示す。 11 keyboard 12 CPU 17 character data storage memory 121 parts buffer 122 character buffer 171 character pattern expansion data table CC character code BD parts data HD hierarchical data BTB curve data table BNTB curve type information table LTB character layout information table Ii character information In the drawings, the same reference numerals indicate the same or corresponding parts.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 文字の輪郭を連続して連なる複数の線分
に分割し、各線分を点の集合で示すデータ群に基づいて
前記輪郭をドットパターンに展開する文字出力装置にお
いて、 前記各線分のデータ群を、各線分の終点のデータと次位
に連なる線分の始点のデータとを共用させるようにして
記憶するメモリと、 前記ドットパターン展開後、 前記輪郭をなす最終の線分の前記データ群に含まれる前
記終点データが前記輪郭をなす最初の線分の前記データ
群に含まれる前記始点データと共用されて前記メモリに
記憶されいるか否かを判断する判断手段と、 前記判断手段による判断結果に基づいて、前記輪郭の内
部を一部間引かれたドットパターンに展開して出力する
出力手段とを備えた、文字出力装置。
1. A character output device for dividing a contour of a character into a plurality of continuous line segments, and developing the contour into a dot pattern on the basis of a data group showing each line segment as a set of points. A data group for storing the data so that the data of the end point of each line segment and the data of the start point of the next line segment are shared, and after the dot pattern development, the final line segment forming the contour Determining means for determining whether or not the end point data included in the data group is stored in the memory in common with the start point data included in the data group of the first line segment forming the contour; A character output device, comprising: an output unit that develops the inside of the contour into a partially thinned dot pattern based on a determination result and outputs the dot pattern.
【請求項2】 文字の輪郭を連続して連なる複数の線分
に分割し、各線分を点の集合で示すデータ群に基づい
て、前記輪郭をドットパターンに展開する文字出力装置
において、 前記各線分のデータ群と、該データ群に対応して該線分
の線の種類を特定するデータとを記憶するテーブルと、 前記テーブルから各線分のデータ群と、対応の前記線種
データとを順次読出す読出手段と、 前記読出手段により前記データ群が読出されたことに応
答して、読出された前記データ群に基づいて該線分をド
ットパターンに展開する線分展開手段と、 前記線分展開手段による展開後、パターン展開された前
記線分を前記読出手段により読出された対応の前記線種
データに基づいてさらにドットパターンに展開する線種
展開手段とを備えた、文字出力装置。
2. A character output device that divides a contour of a character into a plurality of line segments that are continuously connected, and develops the contour into a dot pattern based on a data group that represents each line segment in the character output device. Table for storing the data group of the line segment and data for identifying the line type of the line segment corresponding to the data group, the data group of each line segment from the table, and the corresponding line type data in order. Reading means for reading, line segment developing means for developing the line segment into a dot pattern based on the read data group in response to the reading of the data group, and the line segment A character output device comprising: a line type expansion unit for expanding the pattern expanded line segment into a dot pattern based on the corresponding line type data read by the reading unit after the expansion by the expansion unit.
【請求項3】 文字の輪郭を示すデータ群に基づいて前
記文字をドットパターンに展開して出力する文字出力装
置において、 第1に出力される文字と前記第1文字に続いて出力され
る第2文字とからなる複数の文字対と、前記各文字対に
対応して該文字対に含まれる前記第2文字の前記第1文
字により決定される前記展開に関する情報とを記憶する
テーブルと、 文字列中の文字を出力する毎に、出力される文字と該出
力文字の直前に出力された文字とからなる文字対に基づ
いて前記テーブルから対応の前記展開情報を読出す読出
手段と、 前記読出手段により読出された前記展開情報および該出
力文字の前記輪郭を示すデータ群を用いて該出力文字を
前記ドットパターンに展開する展開手段とを備えた、文
字出力装置。
3. A character output device for developing a character into a dot pattern and outputting the character based on a data group indicating the contour of the character, wherein a character output first and a character output subsequent to the first character are output. A table for storing a plurality of character pairs consisting of two characters and information about the expansion determined by the first character of the second character included in the character pair corresponding to each character pair; Read-out means for reading out the corresponding expansion information from the table based on a character pair consisting of an output character and a character output immediately before the output character, each time the character in the column is output; A character output device comprising: expansion means for expanding the output character into the dot pattern using the expansion information read by the means and a data group indicating the contour of the output character.
【請求項4】 前記展開情報は、前記第2文字の大きさ
に関する情報、文字線の太さに関する情報および前記第
1文字との相対的な位置に関する情報の少なくともいず
れか1つを含む、請求項3に記載の文字出力装置。
4. The expansion information includes at least one of information about a size of the second character, information about a thickness of a character line, and information about a position relative to the first character. Item 3. The character output device according to item 3.
【請求項5】 文字を構成する字画を相互に重複してド
ットパターンに展開しても該文字の判読を妨げない字画
の集合からなる複数の字画群に予め分割して、該文字を
ドットパターンに展開し出力する文字出力装置であっ
て、 前記複数の字画群のそれぞれを各字画群の輪郭を点の集
合で示すデータ群にして記憶するテーブルと、 前記テーブル中の前記各データ群に基づいて、前記複数
の字画群を順次ドットパターンに展開することにより前
記文字をドットパターンに展開する展開手段と、 前記展開手段によるパターン展開時、異なる前記字画群
のドットパターン同士が重複した部分のドットを一部オ
フデータに設定するオフデータ設定手段とを備えた、文
字出力装置。
5. A dot pattern obtained by dividing a character constituting a character into a plurality of character groups, each of which is a set of characters which does not hinder the reading of the character even if the characters are overlapped with each other and developed into a dot pattern. A character output device for expanding and outputting the data, wherein a table for storing each of the plurality of stroke groups as a data group showing the contour of each stroke group as a set of points; and a table based on each data group in the table A developing means for developing the character into a dot pattern by successively developing the plurality of stroke groups into a dot pattern; and a dot in a portion where the dot patterns of different stroke groups overlap each other when the pattern is developed by the developing means. And an off-data setting means for setting a part of the data to off-data.
JP5035280A 1993-02-24 1993-02-24 Character output device Expired - Fee Related JP2965429B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5035280A JP2965429B2 (en) 1993-02-24 1993-02-24 Character output device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5035280A JP2965429B2 (en) 1993-02-24 1993-02-24 Character output device

Publications (2)

Publication Number Publication Date
JPH06250630A true JPH06250630A (en) 1994-09-09
JP2965429B2 JP2965429B2 (en) 1999-10-18

Family

ID=12437376

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5035280A Expired - Fee Related JP2965429B2 (en) 1993-02-24 1993-02-24 Character output device

Country Status (1)

Country Link
JP (1) JP2965429B2 (en)

Also Published As

Publication number Publication date
JP2965429B2 (en) 1999-10-18

Similar Documents

Publication Publication Date Title
KR100193584B1 (en) Character Generation System and Character Generation Method
EP0051857A1 (en) Method for editing document
US6151032A (en) Stroke-based glyph-outline font generation in low/high resolution space
JP2965429B2 (en) Character output device
JPH0337697A (en) Character generator
JP2844446B2 (en) Character information storage method, stroke order display method, and stroke order display device
JPS6346429B2 (en)
JPH03213367A (en) Multicolor printer
JPS62204956A (en) Document processing system
JP2569489B2 (en) Brush character output device
JPH01262149A (en) Document output device having dot-character font forming function
JPH06175639A (en) Method and device for character generation
JPS62146641A (en) Data processor
JPH0366157B2 (en)
JPH08101675A (en) Font developing device
JP2800865B2 (en) Character processor
JP2803746B2 (en) Character processing method and apparatus
JP4080470B2 (en) Character pattern generator
JP3351231B2 (en) Image forming device
JPS6346431B2 (en)
JPH08153092A (en) Document processor
JPH09146519A (en) Character composition device
JPH07152737A (en) Document preparing device
JPH09325754A (en) Processor and method for document processing, and storage medium stored with same method
JPH0734233B2 (en) How to create a graph

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990727

LAPS Cancellation because of no payment of annual fees