JPH1063248A - Outline font plotter - Google Patents

Outline font plotter

Info

Publication number
JPH1063248A
JPH1063248A JP8220922A JP22092296A JPH1063248A JP H1063248 A JPH1063248 A JP H1063248A JP 8220922 A JP8220922 A JP 8220922A JP 22092296 A JP22092296 A JP 22092296A JP H1063248 A JPH1063248 A JP H1063248A
Authority
JP
Japan
Prior art keywords
coordinate
data
point data
line
character
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8220922A
Other languages
Japanese (ja)
Inventor
Toshihiko Tokuda
寿彦 徳田
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP8220922A priority Critical patent/JPH1063248A/en
Publication of JPH1063248A publication Critical patent/JPH1063248A/en
Pending legal-status Critical Current

Links

Landscapes

  • Dot-Matrix Printers And Others (AREA)
  • Image Generation (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

PROBLEM TO BE SOLVED: To prevent the missing of data by converting the coordinate values into integers by repeating the processing to integrate N lines to one line and to develop this line to dot patterns in accordance with magnified contour coordinate point data. SOLUTION: An input section 1 inputs code information, such as character codes of the characters to be displayed or printed and type face codes, and character sizes. A contour coordinate data memory section 2 stores the coordinate data of an outline font in accordance with the code information inputted from the input section 1. A variable magnification processing section 4 executes transformation of the contour coordinate point data so as to meet desired character sizes. A y coordinate magnification processing section 5 executes the magnification conversion of N times with respect to the y coordinate of the contour coordinate point data after the variable magnification. A dot pattern development section 6 integrates the N lines to one line and develops the line to the dot patterns and repeats the processing to combine and develop the lines by as much as the character size component in a y direction in accordance with the contour coordinate point data by which the y coordinate is magnified N times.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、文字や図形などを
輪郭座標点データとして所有し、ドットパターンに展開
するアウトラインフォント描画装置に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an outline font drawing apparatus which possesses characters and figures as contour coordinate point data and develops them into dot patterns.

【0002】[0002]

【従来の技術】従来、文字サイズの小さい文字をディス
プレイや低解像度の出力機で出力すると、ドット数の少
ない文字では「文字欠け」が発生していた。この文字欠
けの例を図11を用いて説明する。
2. Description of the Related Art Conventionally, when a character having a small character size is output by a display or a low-resolution output device, "character missing" occurs in a character having a small number of dots. An example of this missing character will be described with reference to FIG.

【0003】図11は従来例における座標ドットデータ
のデータ欠落の例を示す図であり、10×10のドット
パターンに展開した文字を示している。図11におい
て、Aは欠落したドットである。また、○印は輪郭座標
点を示し、各点を直線で結ぶことで文字の輪郭を表して
いる。
FIG. 11 is a diagram showing an example of data loss of coordinate dot data in a conventional example, and shows characters developed into a 10 × 10 dot pattern. In FIG. 11, A is a missing dot. The circles indicate contour coordinate points, and the outline of the character is represented by connecting each point with a straight line.

【0004】図12は従来例における輪郭座標点の8点
の座標値を示す図である。図13は従来例におけるy座
標の整数値と各輪郭座標点を結ぶ直線との交点座標を示
す図である。図14は従来例における整数化された座標
ドットデータを示す図であり、Yはy座標の値、X開始
はx座標の開始座標、X終了はx座標の終了座標を示
し、Yライン目にX開始からX終了までドットパターン
を展開することを示している。
FIG. 12 is a view showing coordinate values of eight contour coordinate points in the conventional example. FIG. 13 is a diagram showing the coordinates of the intersection of the integer value of the y-coordinate and a straight line connecting each contour coordinate point in the conventional example. FIG. 14 is a diagram showing coordinate dot data converted into integers in a conventional example, where Y is the value of the y coordinate, X start is the start coordinate of the x coordinate, X end is the end coordinate of the x coordinate, and This indicates that the dot pattern is developed from the start of X to the end of X.

【0005】なお、座標ドットデータとは、輪郭座標点
データをドットパターン展開処理することで発生するデ
ータとする。
The coordinate dot data is data generated by performing dot pattern development processing on the contour coordinate point data.

【0006】図12に示す輪郭座標点から図13、図1
4に示す座標ドットデータへは、各輪郭座標点を結ぶ直
線とy座標の整数値(ライン)との交点を求め、小数点
以下を四捨五入し、整数化してドット化する計算を行
う、これにより、図11に示す文字のドットAがなくな
り、「文字欠け」となっていた。
FIGS. 13 and 1 show the outline coordinate points shown in FIG.
In the coordinate dot data shown in FIG. 4, an intersection of a straight line connecting each contour coordinate point and an integer value (line) of the y coordinate is calculated, rounded off to the decimal point, converted to an integer, and converted into a dot. The dot A of the character shown in FIG. 11 has disappeared, resulting in "character missing".

【0007】[0007]

【発明が解決しようとする課題】このようなアウトライ
ンフォント描画装置では、前述した如く、ドット数の少
ない文字や図形をディスプレイなどに出力する場合、ド
ットパターンに展開する際に「文字欠け」は発生すると
いった問題点を有していた。
In such an outline font drawing apparatus, as described above, when characters or graphics with a small number of dots are output to a display or the like, "character missing" occurs when the characters or graphics are developed into a dot pattern. Had the problem of doing so.

【0008】本発明は、輪郭座標点データをドットパタ
ーンに展開するときの演算処理において発生するデータ
の欠落を防ぎ、文字品質を向上させることのできるアウ
トラインフォント描画装置を提供することを目的とす
る。
SUMMARY OF THE INVENTION An object of the present invention is to provide an outline font drawing apparatus capable of preventing loss of data generated in an arithmetic processing when developing contour coordinate point data into a dot pattern and improving character quality. .

【0009】[0009]

【課題を解決するための手段】この課題を解決するため
に本発明は、コード情報を入力する入力手段と、コード
情報に対応した輪郭座標点データを記憶する記憶手段
と、記憶手段から輪郭座標点データを呼び出し、輪郭座
標点データのy座標に対してN倍の拡大処理を行い、拡
大した輪郭座標点データに基づいてNラインを1ライン
に併合した後、ドットパターンに展開し、Nラインを1
ラインに併合してドットパターンに展開する処理を、y
方向の文字サイズ分繰り返す展開手段とを備える構成と
した。
According to the present invention, there is provided an input means for inputting code information, a storage means for storing contour coordinate point data corresponding to the code information, Point data is called, N times enlargement processing is performed on the y coordinate of the contour coordinate point data, N lines are merged into one line based on the enlarged contour coordinate point data, and then developed into a dot pattern, and N lines are developed. 1
The process of merging with a line and developing it into a dot pattern is called y
And a developing means for repeating by the character size in the direction.

【0010】これにより、輪郭座標点データをドットパ
ターンに展開するときの演算処理において発生するデー
タの欠落を防ぎ、文字品質を向上させることのできるア
ウトラインフォント描画装置が得られる。
As a result, there is provided an outline font drawing apparatus capable of preventing loss of data generated in the arithmetic processing when developing the outline coordinate point data into a dot pattern and improving the character quality.

【0011】[0011]

【発明の実施の形態】本発明の請求項1に記載の発明
は、コード情報を入力する入力手段と、コード情報に対
応した輪郭座標点データを記憶する記憶手段と、記憶手
段から輪郭座標点データを呼び出し、輪郭座標点データ
のy座標に対してN倍の拡大処理を行い、拡大した輪郭
座標点データに基づいてNラインを1ラインに併合した
後、ドットパターンに展開し、Nラインを1ラインに併
合してドットパターンに展開する処理を、y方向の文字
サイズ分繰り返す展開手段とを備える構成としたことに
より、1ライン毎にドットパターンに展開するために発
生する整数化によるデータの欠落を防ぐことができる。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The invention according to claim 1 of the present invention provides an input means for inputting code information, a storage means for storing contour coordinate point data corresponding to the code information, and The data is called, the N-fold enlargement processing is performed on the y-coordinate of the contour coordinate point data, and the N lines are merged into one line based on the enlarged contour coordinate point data. By providing a developing means for repeating the process of merging into one line and developing it into a dot pattern by a character size in the y-direction, data of integer data generated for developing into a dot pattern for each line can be obtained. Missing can be prevented.

【0012】[0012]

【実施例】以下、本発明の一実施例について、図面を参
照しながら説明する。
An embodiment of the present invention will be described below with reference to the drawings.

【0013】図1は本発明の一実施例におけるアウトラ
インフォント描画装置の機能ブロック図である。図1に
おいて、入力部1は、表示又は印字する文字の文字コー
ドや書体コード等のコード情報及び文字サイズを入力す
る。輪郭座標データ記憶部2は、入力部1から入力され
るコード情報に基づいてアウトラインフォントの座標デ
ータを格納する。出力部7は、展開したドッドパターン
をディスプレイやプリンタ等に出力する。
FIG. 1 is a functional block diagram of an outline font drawing apparatus according to an embodiment of the present invention. In FIG. 1, an input unit 1 inputs code information such as a character code and a typeface code of a character to be displayed or printed, and a character size. The outline coordinate data storage unit 2 stores outline font coordinate data based on the code information input from the input unit 1. The output unit 7 outputs the developed dot pattern to a display, a printer, or the like.

【0014】描画部3は、変倍処理部4、y座標拡大処
理部5、ドットパターン展開部6から構成され、各部の
制御を行う。変倍処理部4は、所望の文字サイズに合う
ように輪郭座標点データの変換を行う。y座標拡大処理
部5は、変倍後の輪郭座標点データのy座標についてN
倍の拡大変換を行う。ドットパターン展開部6は、y座
標がN倍に拡大された輪郭座標点データを基に、Nライ
ンを1ラインに併合して、ドットパターンに展開すると
共に、この併合して展開する処理を、y方向の文字サイ
ズ分だけ繰り返し行う。
The drawing unit 3 comprises a scaling unit 4, a y-coordinate enlargement unit 5, and a dot pattern developing unit 6, and controls each unit. The scaling unit 4 converts the contour coordinate point data so as to match the desired character size. The y-coordinate enlargement processing unit 5 determines that the y-coordinate of the contour coordinate point data after scaling is N
Perform double magnification conversion. The dot pattern developing unit 6 combines the N lines into one line based on the contour coordinate point data in which the y coordinate is enlarged by N times, develops the N lines into a dot pattern, and performs the process of combining and developing the dots. This is repeated for the character size in the y direction.

【0015】y座標拡大処理部5での拡大率Nは、出力
される文字サイズ、ディスプレイやプリンタ等の出力機
の解像度や書体の種類等により決まる。本実施例では、
拡大率Nは固定としているが、前記条件等により、可変
としても良い。
The enlargement ratio N in the y-coordinate enlargement processing section 5 is determined by the size of the character to be output, the resolution of an output device such as a display or a printer, the type of font, and the like. In this embodiment,
Although the enlargement ratio N is fixed, it may be variable depending on the above conditions and the like.

【0016】図2は本発明の一実施例におけるアウトラ
インフォント描画装置の構成ブロック図である。図2に
おいて、10は本実施例のアウトラインフォント描画装
置の制御プログラムを実行する中央処理演算装置(以下
「CPU」と称する)、11はCPU10において実行
される制御プログラムを記憶したリード・オンリー・メ
モリ(以下「ROM」と称する)、12はCPU10に
おける制御プログラムの実行の際に生じるデータを一時
的に保存するランダム・アクセス・メモリ(以下「RA
M」と称する)、13はキーボードやマウスなど、デー
タを入力する入力装置、14はCRTディスプレイなど
の表示画面を備える表示装置、15は文字や図形などの
データを用紙に印字する印字装置である。
FIG. 2 is a block diagram showing the configuration of an outline font drawing apparatus according to an embodiment of the present invention. In FIG. 2, reference numeral 10 denotes a central processing unit (hereinafter referred to as "CPU") for executing a control program of the outline font drawing apparatus of the present embodiment, and 11 denotes a read-only memory storing a control program executed by the CPU 10. (Hereinafter referred to as “ROM”), 12 is a random access memory (hereinafter referred to as “RA”) for temporarily storing data generated when the CPU 10 executes the control program.
M)), 13 is an input device for inputting data such as a keyboard and a mouse, 14 is a display device having a display screen such as a CRT display, and 15 is a printing device for printing data such as characters and figures on paper. .

【0017】図1及び図2に示すように、入力部1は入
力装置13によって実現され、出力部7は表示装置14
あるいは印字装置15によって実現され、輪郭座標デー
タ記憶部2はRAM12によって実現され、描画部3、
変倍処理部4、y座標拡大処理部5及びドットパターン
展開部6はROM11に格納されている制御プログラム
をCPU10により実行することによって実現される。
As shown in FIGS. 1 and 2, the input unit 1 is realized by an input device 13, and the output unit 7 is provided by a display device 14.
Alternatively, the outline coordinate data storage unit 2 is realized by the RAM 12, and the drawing unit 3
The scaling unit 4, the y-coordinate enlargement unit 5, and the dot pattern developing unit 6 are realized by the CPU 10 executing a control program stored in the ROM 11.

【0018】以上のように構成されたアウトラインフォ
ント描画装置について、以下にその動作を説明する。
The operation of the outline font drawing apparatus configured as described above will be described below.

【0019】図3は本発明の一実施例におけるアウトラ
インフォント描画装置の動作フローチャートであり、入
力装置13から入力される情報を表示装置14または印
字装置15に出力するまでのCPU10による制御プロ
グラムの実行処理を示している。
FIG. 3 is a flowchart showing the operation of the outline font drawing apparatus according to one embodiment of the present invention. The CPU 10 executes the control program until the information input from the input device 13 is output to the display device 14 or the printing device 15. The processing is shown.

【0020】図3に示すように、まず、ステップ20で
は、キーボード等の入力部1から文字コードや書体コー
ド等のコード情報及び文字サイズ情報を得る。ステップ
21では、輪郭座標データ記憶部2からアウトラインフ
ォントの輪郭座標点データを読み込む。ステップ22で
は、ステップ21で読み出した輪郭座標点データに対し
て、出力文字サイズに合うように描画部3の変倍処理部
4で、データ変換を行う。
As shown in FIG. 3, first, in step 20, code information such as a character code and a font code and character size information are obtained from the input unit 1 such as a keyboard. In step 21, outline coordinate point data of the outline font is read from the outline coordinate data storage unit 2. In step 22, data conversion is performed on the contour coordinate point data read in step 21 by the scaling processing unit 4 of the drawing unit 3 so as to match the output character size.

【0021】ステップ23では、ステップ22で変倍さ
れた輪郭座標点データに対し、y座標拡大処理部5で、
y座標をN倍に拡大する。ステップ24では、ステップ
23でできた輪郭座標点データにを基に、後述するNラ
インを1ラインに併合する処理が出力文字サイズ分終わ
ったかどうかを判定する。
In step 23, the y-coordinate enlargement processing unit 5 applies the contour coordinate point data scaled in step 22 to
Enlarge the y coordinate by N times. In step 24, based on the outline coordinate point data generated in step 23, it is determined whether or not the process of merging N lines into one line, which will be described later, has been completed for the output character size.

【0022】ステップ24において、終了していないと
判断した場合は、ドットパターン展開部6により、ステ
ップ25でドットパターンに展開するための座標ドット
データを求め、ステップ26でNラインを1ラインに併
合するかどうかを判定し、ステップ27でNライン分揃
ったならば、座標ドットデータを併合し、ステップ28
で併合したデータを基にドットパターンに展開する。
If it is determined in step 24 that the process is not completed, the dot pattern developing unit 6 obtains coordinate dot data for developing into a dot pattern in step 25, and merges N lines into one line in step 26. It is determined whether or not the coordinate dot data is merged.
Develops a dot pattern based on the merged data.

【0023】ステップ28を終えると、ステップ24に
戻り、文字サイズ分の処理が終わるまでステップ25か
らステップ28の処理を繰り返す。ステップ24で出力
文字サイズ分の処理が終わったと判定したならば、ステ
ップ29で出力部7によって展開したドッドパターンを
ディスプレイやプリンタ等に出力する。なお、ステップ
28でN回分たまった時点で、ドットパターンに展開し
ているが、ステップ29の出力の前で、文字サイズ分ま
とめて展開しても構わない。
When step 28 is completed, the process returns to step 24, and the processes from step 25 to step 28 are repeated until the process for the character size is completed. If it is determined in step 24 that the processing for the output character size has been completed, in step 29, the dot pattern developed by the output unit 7 is output to a display, a printer, or the like. Note that the dot pattern is developed at the time when the data is accumulated N times in step 28, but it may be developed in a batch for the character size before the output in step 29.

【0024】次に、従来例である図11の文字に対し、
N=2として本発明を実施した場合について具体的に説
明する。
Next, with respect to the conventional character shown in FIG.
The case where the present invention is implemented with N = 2 will be specifically described.

【0025】図4は本発明の一実施例において図11の
文字をN=2でy座標データを拡大した図である。図4
において、○印は輪郭座標点を示し、文字は10×20
のドット座標に表されている。図5は本発明の一実施例
において図4に示す文字の輪郭座標点を示す図であっ
て、図12のy座標をN=2で拡大したものとなってい
る。図6は本発明の一実施例において各輪郭座標点を結
ぶ直線とyラインとの交点座標を示す図であり、Yはy
座標の整数値を、Xは各輪郭座標点を結ぶ直線とyライ
ンとの交点のx座標値をそれぞれ表している。図7は本
発明の一実施例においてyライン毎に併合した座標ドッ
トデータを示す図であり、図6のx座標値を四捨五入し
て整数化し、これをyライン毎に併合している。図8は
本発明の一実施例において各ラインを2(=N)ライン単
位に併合した図であり、図7に示すデータを基に併合す
る。図9は本発明の一実施例において図2の文字に対し
本発明を実施した図である。図10は本発明の一実施例
において図8のy座標データを展開直前の整数化された
座標ドットデータを示す図であり、図9はこれをドット
に展開したものである。
FIG. 4 is an enlarged view of the character of FIG. 11 with N = 2 and y-coordinate data in one embodiment of the present invention. FIG.
In the figure, a circle indicates an outline coordinate point, and a character is 10 × 20.
Dot coordinates. FIG. 5 is a diagram showing the outline coordinate points of the character shown in FIG. 4 according to one embodiment of the present invention, wherein the y coordinate in FIG. 12 is enlarged by N = 2. FIG. 6 is a diagram showing the coordinates of the intersection of a line connecting each outline coordinate point and the y line in one embodiment of the present invention, where Y is y
X represents the integer value of the coordinates, and X represents the x coordinate value of the intersection of the line connecting the outline coordinate points and the y line. FIG. 7 is a diagram showing coordinate dot data merged for each y line in one embodiment of the present invention. The x coordinate values in FIG. 6 are rounded off and converted to integers, which are merged for each y line. FIG. 8 is a diagram in which lines are merged in units of 2 (= N) lines in one embodiment of the present invention, and are merged based on the data shown in FIG. FIG. 9 is a diagram in which the present invention is applied to the characters of FIG. 2 in one embodiment of the present invention. FIG. 10 is a diagram showing coordinate dot data obtained by converting y-coordinate data of FIG. 8 into an integer just before expansion in one embodiment of the present invention, and FIG. 9 is a diagram in which this is expanded to dots.

【0026】従来例の図11に示される文字に対して、
図5→図6→図7→図8→図10のように処理を行うこ
とで、図11において隙間が生じていたものが、図9で
はその隙間が無くなり、文字欠けの無いアウトライン文
字ができ、文字品質を向上させることができる。
With respect to the character shown in FIG.
By performing the processing as shown in FIG. 5 → FIG. 6 → FIG. 7 → FIG. 8 → FIG. 10, a gap is generated in FIG. 11, but the gap is eliminated in FIG. 9 and an outline character without missing characters is formed. , Character quality can be improved.

【0027】[0027]

【発明の効果】以上のように本発明によれば、コード情
報を入力する入力手段と、コード情報に対応した輪郭座
標点データを記憶する記憶手段と、記憶手段から輪郭座
標点データを呼び出し、輪郭座標点データのy座標に対
してN倍の拡大処理を行い、拡大した輪郭座標点データ
に基づいてNラインを1ラインに併合した後、ドットパ
ターンに展開し、Nラインを1ラインに併合してドット
パターンに展開する処理を、y方向の文字サイズ分繰り
返す展開手段とを備える構成としたことにより、1ライ
ン毎にドットパターンに展開するために発生する整数化
によるデータの欠落を防ぐことができ、文字欠けがなく
なり、文字品質の向上が図れる。という有利な効果が得
られる。
As described above, according to the present invention, input means for inputting code information, storage means for storing contour coordinate point data corresponding to the code information, and contour coordinate point data are called from the storage means. Performs N-times enlargement processing on the y coordinate of the contour coordinate point data, merges the N lines into one line based on the enlarged contour coordinate point data, develops it into a dot pattern, and merges the N lines into one line And a developing means for repeating the process of developing the dot pattern by the character size in the y-direction, thereby preventing the loss of data due to the conversion into integers generated for developing the dot pattern for each line. , Character missing is eliminated, and character quality can be improved. The advantageous effect described above can be obtained.

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

【図1】本発明の一実施例におけるアウトラインフォン
ト描画装置の機能ブロック図
FIG. 1 is a functional block diagram of an outline font drawing apparatus according to an embodiment of the present invention.

【図2】本発明の一実施例におけるアウトラインフォン
ト描画装置の構成ブロック図
FIG. 2 is a configuration block diagram of an outline font drawing apparatus according to an embodiment of the present invention;

【図3】本発明の一実施例におけるアウトラインフォン
ト描画装置の動作フローチャート
FIG. 3 is an operation flowchart of an outline font drawing apparatus according to an embodiment of the present invention.

【図4】本発明の一実施例において図11の文字をN=
2でy座標データを拡大した図
FIG. 4 is a diagram showing an example in which characters in FIG.
Diagram of enlarged y-coordinate data in 2

【図5】本発明の一実施例において図4に示す文字の輪
郭座標点を示す図
FIG. 5 is a diagram showing contour coordinate points of the character shown in FIG. 4 in one embodiment of the present invention.

【図6】本発明の一実施例において各輪郭座標点を結ぶ
直線とyラインとの交点座標を示す図
FIG. 6 is a diagram showing coordinates of intersections between a straight line connecting each contour coordinate point and a y-line in one embodiment of the present invention.

【図7】本発明の一実施例においてyライン毎に併合し
た座標ドットデータを示す図
FIG. 7 is a diagram showing coordinate dot data merged for each y line in one embodiment of the present invention.

【図8】本発明の一実施例において各ラインを2ライン
単位に併合した図
FIG. 8 is a diagram in which each line is merged in units of two lines in one embodiment of the present invention.

【図9】本発明の一実施例において図2の文字に対し本
発明を実施した図
FIG. 9 is a diagram showing the embodiment of the present invention in which the present invention is applied to the characters shown in FIG. 2;

【図10】本発明の一実施例において展開直前の整数化
された座標ドットデータを示す図
FIG. 10 is a diagram showing coordinate dot data converted into integers immediately before development in one embodiment of the present invention.

【図11】従来例における座標ドットデータのデータ欠
落の例を示す図
FIG. 11 is a diagram showing an example of data loss of coordinate dot data in a conventional example.

【図12】従来例における輪郭座標点の8点の座標値を
示す図
FIG. 12 is a diagram showing coordinate values of eight contour coordinate points in a conventional example.

【図13】従来例におけるy座標の整数値と各輪郭座標
点を結ぶ直線との交点座標を示す図
FIG. 13 is a diagram showing intersection coordinates of an integer value of ay coordinate and a straight line connecting each contour coordinate point in a conventional example.

【図14】従来例における整数化された座標ドットデー
タを示す図
FIG. 14 is a diagram showing coordinate dot data converted into integers in a conventional example.

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

1 入力部 2 輪郭座標ーデータ記憶部 3 描画部 4 変倍処理部 5 y座標拡大処理部 6 ドットパターン展開部 7 出力部 10 中央処理演算装置(CPU) 11 リード・オンリー・メモリ(ROM) 12 ランダム・アクセス・メモリ(RAM) 13 入力装置 14 表示装置 15 印字装置 DESCRIPTION OF SYMBOLS 1 Input part 2 Contour coordinate-data storage part 3 Drawing part 4 Scaling processing part 5 y coordinate enlargement processing part 6 Dot pattern development part 7 Output part 10 Central processing unit (CPU) 11 Read-only memory (ROM) 12 Random Access memory (RAM) 13 Input device 14 Display device 15 Printing device

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】コード情報を入力する入力手段と、コード
情報に対応した輪郭座標点データを記憶する記憶手段
と、前記記憶手段から輪郭座標点データを呼び出し、輪
郭座標点データのy座標に対してN倍の拡大処理を行
い、拡大した輪郭座標点データに基づいてNラインを1
ラインに併合した後、ドットパターンに展開し、Nライ
ンを1ラインに併合してドットパターンに展開する処理
を、y方向の文字サイズ分繰り返す展開手段とを備える
ことを特徴とするアウトラインフォント描画装置。
An input unit for inputting code information; a storage unit for storing contour coordinate point data corresponding to the code information; N times enlargement processing is performed, and N lines are set to 1 based on the enlarged contour coordinate point data.
An outline font drawing apparatus comprising: a developing unit that repeats a process of merging into a dot pattern after merging into lines and merging N lines into one line and developing into a dot pattern by a character size in the y direction. .
【請求項2】所定の文字サイズに変倍する変倍手段を備
え、前記記憶手段から輪郭座標点データを呼び出し、前
記変倍手段により所定の文字サイズに変倍した後、前記
展開手段で処理を行うことを特徴とする請求項1記載の
アウトラインフォント描画装置。
2. A scaling means for scaling to a predetermined character size, retrieving outline coordinate point data from the storage means, scaling the data to a predetermined character size by the scaling means, and then processing by the expansion means. 2. The outline font drawing device according to claim 1, wherein
JP8220922A 1996-08-22 1996-08-22 Outline font plotter Pending JPH1063248A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8220922A JPH1063248A (en) 1996-08-22 1996-08-22 Outline font plotter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8220922A JPH1063248A (en) 1996-08-22 1996-08-22 Outline font plotter

Publications (1)

Publication Number Publication Date
JPH1063248A true JPH1063248A (en) 1998-03-06

Family

ID=16758658

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8220922A Pending JPH1063248A (en) 1996-08-22 1996-08-22 Outline font plotter

Country Status (1)

Country Link
JP (1) JPH1063248A (en)

Similar Documents

Publication Publication Date Title
US5159668A (en) Method and apparatus for manipulating outlines in improving digital typeface on raster output devices
JP3474037B2 (en) Character pattern generator
US5524198A (en) Character or graphic processing method and apparatus
JP3037854B2 (en) Character generation method and device
KR100255574B1 (en) Character generating apparatus
JPH1063248A (en) Outline font plotter
JP2605022B2 (en) Graphic processing unit
JPH04280296A (en) Contour data processing device
JP2856235B2 (en) Character processing device and character output method
JP3033152B2 (en) Outline data processing device
JP2937509B2 (en) Bitmap expansion method
JP3040624B2 (en) Pattern generator
JP3072756B2 (en) Drawing equipment
JP3039214B2 (en) Data converter
JPH05216456A (en) Character output device
JP2803746B2 (en) Character processing method and apparatus
JP3084817B2 (en) Character output device
JPH04278993A (en) Outline data processor
JP2881924B2 (en) Data storage device
JPS63203363A (en) Printing controller
JPH09244614A (en) Method and device for character generation
JPH03288894A (en) Document preparing device
JPH07181946A (en) Character generation device
JPH08314427A (en) Data conversion device
JPH0511734A (en) Character pattern generating device