JPH04258996A - Plotting device - Google Patents

Plotting device

Info

Publication number
JPH04258996A
JPH04258996A JP3021158A JP2115891A JPH04258996A JP H04258996 A JPH04258996 A JP H04258996A JP 3021158 A JP3021158 A JP 3021158A JP 2115891 A JP2115891 A JP 2115891A JP H04258996 A JPH04258996 A JP H04258996A
Authority
JP
Japan
Prior art keywords
character
coordinate
line
font
work area
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
JP3021158A
Other languages
Japanese (ja)
Inventor
Taiichi Maruyama
丸山 泰一
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP3021158A priority Critical patent/JPH04258996A/en
Publication of JPH04258996A publication Critical patent/JPH04258996A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Image Generation (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

PURPOSE:To efficiently execute the plotting of an enlarged character by consti tuting the plotting device so that the enlarged character can be divided without deriving an intersection of a borderline for the division and a character graphic. CONSTITUTION:As for a linear graphic exceeding a font size of a 1-character portion, it is plotted extending over a work area 16 and an additional area 17, only the linear graphic plotted in the work area 16 is fetched as a font, and the portion plotted in the additional area 17 is not fetched. Accordingly, if only coordinate data which becomes both ends of the linear graphic exists in the whole area consisting of the work area 16 and the additional area 17, an enlarged character being larger than a size of the work area 16 can also be plotted without deriving an intersection of a borderline and a graphic.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】この発明は描画装置に関し、特に
アウトライン方式で拡大文字を描画する描画装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a drawing device, and more particularly to a drawing device for drawing enlarged characters using an outline method.

【0002】0002

【従来の技術】一般に、コンピュータシステムにおける
フォントの格納方法としては、アウトライン方式が良く
使用されている。このアウトライン方式は、文字輪郭の
座標点をひろい、それらを直線や曲線の線図形で結合し
て文字図形を表現する方法である。このアウトライン方
式では、1つの文字データを拡大/縮小することにより
、動的に任意のサイズのフォントを生成できるという利
点がある。拡大文字のフォントを生成する場合には、そ
の拡大文字を1文字分のフォント単位に分割し、そして
それら分割フォントを合成するという処理が必要とされ
る。
2. Description of the Related Art Generally, the outline method is often used as a method for storing fonts in computer systems. This outline method is a method of expressing a character shape by finding the coordinate points of the character outline and connecting them with straight or curved line shapes. This outline method has the advantage that a font of any size can be dynamically generated by enlarging/reducing one character data. When generating a font for enlarged characters, it is necessary to divide the enlarged characters into font units of one character, and then synthesize the divided fonts.

【0003】この場合、拡大文字を1文字分のフォント
単位に分割する際には、その分割のための境界線と文字
図形との交点を計算により求めておく必要がある。なぜ
なら、アウトラインフォントは文字輪郭の座標点間を結
合するように線図形を描画することにより生成されるも
のであるため、交点の座標点が分からないと線図形を描
画することができないからである。従来の分割フォント
の生成方式の一例を図4および図5に示す。
In this case, when dividing the enlarged characters into font units of one character, it is necessary to calculate the intersection of the dividing line and the character figure. This is because outline fonts are generated by drawing a line figure that connects the coordinate points of the character outline, so it is not possible to draw a line figure unless the coordinate points of the intersection points are known. . An example of a conventional divided font generation method is shown in FIGS. 4 and 5.

【0004】図4には、拡大文字の輪郭の一部を表す線
図形G1がワークエリアW1のサイズを越えている場合
が示されている。ワークエリアW1は、1文字分のアウ
トラインフォントの描画が行われる作業用の記憶領域で
あり、拡大文字はこのワークエリアW1のサイズ単位で
分割される。
FIG. 4 shows a case where a line figure G1 representing a part of the outline of an enlarged character exceeds the size of the work area W1. The work area W1 is a working storage area in which one character's worth of outline font is drawn, and enlarged characters are divided into units of the size of this work area W1.

【0005】線図形G1をワークエリアW1のサイズで
分割すると、図5のようになる。この場合、ワークエリ
アW1上への分割された文字図形G11,G12の描画
は次のように行われる。
When the line figure G1 is divided by the size of the work area W1, the result is as shown in FIG. In this case, the divided characters and graphics G11 and G12 are drawn on the work area W1 as follows.

【0006】まず、境界線と文字図形との交点P11,
P12の座標が計算により求められ、次いで、座標点P
1とP11間を結ぶ直線L1と、座標点P1とP11間
を結ぶ直線L2がそれぞれワークエリアW1上に描かれ
る。そして、ワークエリアW1上に描かれた文字図形G
11が出力用のビットマップメモリに1文字分のフォン
トとして転送され、この後、ワークエリアW1上への文
字図形G12の描画が同様にして行われる。そして、ビ
ットマップメモリ上で文字図形G11,G12が合成さ
れて、2文字分のサイズを有するフォントが生成される
First, the intersection point P11 between the boundary line and the character figure,
The coordinates of P12 are determined by calculation, and then the coordinate point P
A straight line L1 connecting coordinate points P1 and P11 and a straight line L2 connecting coordinate points P1 and P11 are respectively drawn on the work area W1. Then, the character figure G drawn on the work area W1
11 is transferred to the output bitmap memory as a font for one character, and thereafter, a character graphic G12 is drawn on the work area W1 in the same manner. Then, the characters and graphics G11 and G12 are combined on the bitmap memory to generate a font having the size of two characters.

【0007】このように、従来では、拡大文字を分割す
る際には、その分割のための境界線と文字図形との交点
を計算により求めていたので、この計算処理に多くの時
間が費やされる欠点があった。特に、ベジェ曲線を用い
て座標点間を滑らかに結ぶ方式の場合には、そのベジェ
曲線から成る文字図形と分割のための境界線との交点を
求める計算が複雑化される。
[0007] Conventionally, when dividing an enlarged character, the intersection point between the dividing line and the character figure was calculated, and a lot of time was spent on this calculation process. There were drawbacks. In particular, in the case of a method that uses Bezier curves to smoothly connect coordinate points, calculations for finding the intersections between character figures made of Bezier curves and dividing boundaries become complicated.

【0008】[0008]

【発明が解決しようとする課題】従来では、拡大文字を
分割する際には、その分割のための境界線と文字図形と
の交点を計算により求めることが必要とされ、その計算
処理に多くの時間が費やされる欠点があった。
[Problem to be Solved by the Invention] Conventionally, when dividing an enlarged character, it is necessary to calculate the intersection point between the dividing line and the character shape, and this calculation process requires a lot of effort. The drawback was that it was time consuming.

【0009】この発明はこのような点に鑑みてなされた
もので、分割のための境界線と文字図形との交点を求め
ること無く拡大文字を分割できるようにして、効率良く
拡大文字を描画することができる描画装置を提供するこ
とを目的とする。
The present invention has been made in view of the above points, and it is possible to efficiently draw enlarged characters by making it possible to divide enlarged characters without finding the intersection between a dividing line and a character figure. The purpose is to provide a drawing device that can.

【0010】0010

【課題を解決するための手段および作用】この発明は、
拡大文字を1文字分のフォント単位に分割し、それら分
割されたフォントを合成して拡大文字のフォントを生成
する描画装置において、1文字分のアウトラインフォン
トの描画が行われる作業用記憶領域と、この作業用記憶
領域の記憶サイズが実質的に増大されるようにその作業
用記憶領域の周囲に設けられた付加記憶領域と、前記拡
大文字の文字輪郭を表す座標データを保持する手段と、
前記座標データ間を結ぶ線図形が前記1文字分のフォン
トサイズを越える際、その線図形を前記作業用記憶領域
および付加記憶領域の双方に跨がって描画する手段と、
前記作業用記憶領域に描画された1文字分の線図形を取
り出し、それら1文字分の線図形を合成する手段とを具
備することを特徴とする。
[Means and effects for solving the problems] This invention has the following features:
In a drawing device that divides enlarged characters into font units of one character and synthesizes the divided fonts to generate a font of enlarged characters, a working storage area in which an outline font for one character is drawn; an additional storage area provided around the working storage area so that the storage size of the working storage area is substantially increased; and means for holding coordinate data representing a character outline of the enlarged character;
When a line figure connecting the coordinate data exceeds the font size of one character, means for drawing the line figure across both the working storage area and the additional storage area;
The present invention is characterized by comprising means for extracting line figures for one character drawn in the working storage area and synthesizing the line figures for one character.

【0011】この描画装置においては、1文字分のフォ
ントサイズを越える線図形については作業用記憶領域お
よび付加記憶領域の双方に跨がって描画され、作業用記
憶領域に描画された線図形だけがフォントとして取り出
され、付加記憶領域に描画された分は取り出されない。 したがって、作業用記憶領域と付加記憶領域からなるエ
リア内に線図形の両端となる座標データが存在しさえす
れば、作業用記憶領域のサイズよりも大きい拡大文字に
ついても、作業用記憶領域のサイズ以下の通常サイズの
文字と同様にして、境界線と図形との交点を求めること
無く作業用記憶領域に描画することができる。このため
、境界線と図形との交点を求める計算処理に要する時間
分だけ、フォントの生成速度の向上を図ることができる
In this drawing device, line figures exceeding the font size of one character are drawn across both the working memory area and the additional memory area, and only the line figures drawn in the working memory area are drawn. is extracted as a font, and the portion drawn in the additional storage area is not extracted. Therefore, as long as the coordinate data for both ends of a line figure exists within the area consisting of the working storage area and the additional storage area, the size of the working storage area can be adjusted even for enlarged characters that are larger than the working storage area. In the same way as normal-sized characters below, they can be drawn in the working storage area without finding the intersection between the boundary line and the figure. Therefore, it is possible to improve the font generation speed by the amount of time required for calculation processing to find the intersection between the boundary line and the figure.

【0012】0012

【実施例】以下、図面を参照してこの発明の実施例を説
明する。
Embodiments Hereinafter, embodiments of the present invention will be described with reference to the drawings.

【0013】図1にはこの発明の一実施例に係わる描画
装置が示されている。この描画装置はアウトライン方式
でフォントを作成するものであり、座標点メモリ11、
切り出し用座標メモリ12、座標点比較部13、線デー
タ取り出し部14、描画部15、ワークエリア16、付
加エリア17、データ転送部18、およびビットマップ
メモリ19から構成されている。
FIG. 1 shows a drawing apparatus according to an embodiment of the present invention. This drawing device creates fonts using an outline method, and has a coordinate point memory 11,
It is composed of a cutting coordinate memory 12, a coordinate point comparison section 13, a line data extraction section 14, a drawing section 15, a work area 16, an additional area 17, a data transfer section 18, and a bitmap memory 19.

【0014】座標点メモリ11には、拡大文字等の描画
対象文字の文字輪郭を表す座標データが保持されている
。この座標データには、個々の座標点を示す座標情報の
他に、文字輪郭を再現するためにどの座標点間が結合さ
れるかを示す結合情報が含まれている。
The coordinate point memory 11 holds coordinate data representing the character outline of a character to be drawn, such as an enlarged character. This coordinate data includes, in addition to coordinate information indicating individual coordinate points, connection information indicating which coordinate points are to be connected to reproduce a character outline.

【0015】切り出し用座標メモリ12には、拡大文字
を標準サイズの1文字分のフォント単位に分割するため
に使用される基準座標データが格納されている。この基
準座標データは、標準サイズの1文字分のフォントの座
標範囲をN行×N列のマトリクス状に配置してなる座標
系である。
The cutting coordinate memory 12 stores reference coordinate data used to divide enlarged characters into font units of one standard size character. This reference coordinate data is a coordinate system in which the coordinate range of a standard-sized font for one character is arranged in a matrix of N rows and N columns.

【0016】座標点比較部13は、拡大文字を標準サイ
ズの1文字分のフォント単位で切り出すために、切り出
し用座標メモリ12の基準座標データの1行1列目の座
標範囲からN行N列目の座標範囲までについて、それら
座標範囲内に拡大文字の座標データ(または、座標デー
タ間を結合する線データ)が含まれているか否かを検出
する。この検出は、拡大文字の座標データと基準座標デ
ータの各座標範囲との比較によって行われる。
The coordinate point comparison unit 13 extracts enlarged characters in units of fonts corresponding to one character of standard size, from the coordinate range of the first row and first column of the reference coordinate data of the cutting coordinate memory 12 to N rows and N columns. It is detected whether coordinate data of an enlarged character (or line data connecting coordinate data) is included in the coordinate range of the eye. This detection is performed by comparing the coordinate data of the enlarged character with each coordinate range of the reference coordinate data.

【0017】線データ取り出し部14は、切り出し対象
の座標範囲内に拡大文字の座標データが含まれているこ
とが検出された際に、その座標データを座標点メモリ1
1から取り出す。ここで、取り出されるデータは、座標
点を示す座標情報だけでなく、その座標点にどの座標点
が結合されるのかを示す結合情報も取り出される(以後
、座標情報と結合情報とを合わせて、線データと称する
)。
When it is detected that the coordinate data of the enlarged character is included in the coordinate range to be cut out, the line data extraction unit 14 stores the coordinate data in the coordinate point memory 1.
Take it out from 1. Here, the extracted data is not only coordinate information indicating the coordinate point, but also connection information indicating which coordinate point is connected to the coordinate point (hereinafter, the coordinate information and connection information are combined, (referred to as line data).

【0018】描画部15は、線データ取り出し部14で
取り出された線データで指定される線図形を、ワークエ
リア16と付加エリア17を利用して描画する。つまり
、描画部15は、線データに含まれる2つの座標点を示
す情報にしたがって、その座標点間を結合する線図形(
直線または曲線)を描画する。
The drawing section 15 draws a line figure specified by the line data extracted by the line data extraction section 14 using the work area 16 and the additional area 17. In other words, the drawing unit 15 draws a line figure (
draw straight lines or curves).

【0019】この場合、その線図形の描画サイズがワー
クエリア16のサイズを越える場合(線図形の一端の座
標点がワークエリア16内に属し他端の座標点が付加エ
リア17内に属す場合、または線図形の両端の座標はワ
ークエリア16内に属さないがその線図形の一部がワー
クエリア16内に属す場合)には、その線図形はワーク
エリア16と付加エリア17の双方に跨がって描画され
る。また、線図形の描画サイズがワークエリア16のサ
イズ内に収まる場合には、その線図形はワークエリア1
6にそのまま描画される。
In this case, if the drawing size of the line figure exceeds the size of the work area 16 (if the coordinate point at one end of the line figure is within the work area 16 and the coordinate point at the other end is within the additional area 17, (or the coordinates of both ends of the line figure do not belong to the work area 16, but part of the line figure belongs to the work area 16), the line figure straddles both the work area 16 and the additional area 17. is drawn. Furthermore, if the drawing size of the line figure falls within the size of the work area 16, the line figure will be drawn in the work area 1.
6 is drawn as is.

【0020】ワークエリア16のサイズは拡大文字を分
割するための1文字分のフォントのサイズと同一となっ
ており、標準サイズの文字であれば全てこのワークエリ
ア16内に収められる。
The size of the work area 16 is the same as the size of the font for one character for dividing enlarged characters, and all standard-sized characters can be accommodated within this work area 16.

【0021】付加エリア17は、ワークエリア16の記
憶サイズが実質的に増大されるようにそのワークエリア
16の周囲に割り当てられた記憶エリアである。ワーク
エリア16と付加エリア17は、同一のメモリ上に割り
当てられた記憶領域である。転送部18は、ワークエリ
ア18上に描画された線図形だけを読み出して、ビット
マップメモリ19内の該当する記憶エリアに転送する。 次に、図2および図3を参照して、図1の描画装置によ
るフォント作成動作を説明する。
Additional area 17 is a storage area allocated around work area 16 such that the storage size of work area 16 is substantially increased. The work area 16 and the additional area 17 are storage areas allocated on the same memory. The transfer unit 18 reads only the line figure drawn on the work area 18 and transfers it to the corresponding storage area in the bitmap memory 19. Next, with reference to FIGS. 2 and 3, the font creation operation by the drawing device shown in FIG. 1 will be described.

【0022】図2には、作成対象の拡大文字の一例が示
されている。図2において、拡大文字「A」は標準サイ
ズの文字を4倍に拡大したものであり、その拡大文字の
輪郭は座標点データP1〜P10によって与えられる。
FIG. 2 shows an example of enlarged characters to be created. In FIG. 2, the enlarged character "A" is a standard size character enlarged four times, and the outline of the enlarged character is given by coordinate point data P1 to P10.

【0023】この拡大文字「A」のアウトラインフォン
トをビットマップメモリ19上に展開するために、まず
、座標点データP1〜P10が基準座標データの1行1
列目の座標範囲(R1,C1)から4行4列目の座標範
囲(R4,C4)までについて、それら座標範囲内それ
ぞれに拡大文字「A」の座標点データP1〜P10が含
まれるか否かが座標点比較部13によって検出される。
In order to develop the outline font of the enlarged character "A" on the bitmap memory 19, first, the coordinate point data P1 to P10 are arranged in one row and one row of the reference coordinate data.
Regarding the coordinate range (R1, C1) of the column 4 to the coordinate range (R4, C4) of the 4th row and 4th column, whether the coordinate point data P1 to P10 of the enlarged character "A" are included in each of these coordinate ranges. is detected by the coordinate point comparing section 13.

【0024】1行1列目の座標範囲(R1,C1)には
拡大文字「A」の座標点データP1〜P10が含まれて
ないので、この座標範囲(R1,C1)については線デ
ータの取り出しおよび描画は行われない。
Since the coordinate range (R1, C1) in the 1st row and 1st column does not include the coordinate point data P1 to P10 of the enlarged character "A", the coordinate range (R1, C1) of the line data is No retrieval or drawing occurs.

【0025】1行2列目の座標範囲(R1,C2)には
拡大文字「A」の座標点データP5が含まれているので
、座標点P5に関係する線データ(座標点P5とP4の
座標情報、座標点P5とP6の座標情報)が線データ取
り出し部14によって取り出される。
Since the coordinate range (R1, C2) in the 1st row and 2nd column includes the coordinate point data P5 of the enlarged character "A", the line data related to the coordinate point P5 (coordinate points P5 and P4) coordinate information, coordinate information of coordinate points P5 and P6) is extracted by the line data extraction unit 14.

【0026】座標点P5とP4を結ぶ線図形は1文字分
のフォントの座標範囲つまりワークエリア16のサイズ
を越えているので、座標点P5とP4を結ぶ線図形は、
図3に示すように、描画部15によってワークエリア1
6と付加エリア17の双方に跨がって描画される。同様
に、座標点P5とP6を結ぶ線図形も1文字分のフォン
トの座標範囲を越えているので、ワークエリア16と付
加エリア17の双方に跨がって描画される。
Since the line figure connecting the coordinate points P5 and P4 exceeds the coordinate range of the font for one character, that is, the size of the work area 16, the line figure connecting the coordinate points P5 and P4 is
As shown in FIG. 3, the work area 1 is drawn by the drawing unit 15.
6 and the additional area 17. Similarly, since the line figure connecting the coordinate points P5 and P6 also exceeds the coordinate range of the font for one character, it is drawn across both the work area 16 and the additional area 17.

【0027】そして、座標点P5とP4を結ぶ線図形の
うちでワークエリア16内に属す部分と、座標点P5と
P6を結ぶ線図形のうちでワークエリア16内に属す部
分だけが、転送部18によってビットマップメモリ19
の該当する座標エリア(r1,c2)に転送される。
[0027] Then, only the part of the line figure connecting the coordinate points P5 and P4 that belongs to the work area 16, and the part of the line figure connecting the coordinate points P5 and P6 that belongs to the work area 16, are transferred to the transfer unit. bitmap memory 19 by 18
is transferred to the corresponding coordinate area (r1, c2).

【0028】この後、1行3列目の座標範囲(R1,C
3)が新たな切り出し対象として選定される。この1行
3列目の座標範囲(R1,C3)には拡大文字「A」の
座標点データは含まれてないが、座標点P5とP6を結
ぶ線データの一部が座標範囲(R1,C3)に属してい
るので、座標点P5とP6の座標情報が線データ取り出
し部14によって取り出される。
After this, the coordinate range of the 1st row and 3rd column (R1, C
3) is selected as a new extraction target. This coordinate range (R1, C3) in the first row and third column does not include the coordinate point data of the enlarged character "A", but part of the line data connecting coordinate points P5 and P6 is in the coordinate range (R1, C3). C3), the coordinate information of coordinate points P5 and P6 is extracted by the line data extraction unit 14.

【0029】座標点P5とP6を結ぶ線図形は1文字分
のフォントの座標範囲つまりワークエリア16のサイズ
を越えているので、座標点P5とP6を結ぶ線図形は、
図3に示すように、描画部15によってワークエリア1
6と付加エリア17の双方に跨がって描画される。
Since the line figure connecting the coordinate points P5 and P6 exceeds the coordinate range of the font for one character, that is, the size of the work area 16, the line figure connecting the coordinate points P5 and P6 is
As shown in FIG. 3, the work area 1 is drawn by the drawing unit 15.
6 and the additional area 17.

【0030】そして、座標点P5とP6を結ぶ線図形の
うちでワークエリア16内に属す部分だけが、転送部1
8によってビットマップメモリ19の該当する座標エリ
ア(r1,c3)に転送される。
Of the line figures connecting the coordinate points P5 and P6, only the portion belonging to the work area 16 is transferred to the transfer unit 1.
8, the data is transferred to the corresponding coordinate area (r1, c3) of the bitmap memory 19.

【0031】この結果、ビットマップメモリ19の2つ
の座標エリア(r1,c2),(r1,c3)には、図
3に示されているように、基準座標における2つの座標
範囲(R1,C2),(R1,C3)内の線図形と同一
の図形が展開される。以下、同様にして、1行4列目の
座標範囲(R1,C4)から4行4列目の座標範囲(R
4,C4)に渡って順次同様の処理が行われる。
As a result, as shown in FIG. ), (R1, C3) are expanded. Similarly, from the coordinate range (R1, C4) in the 1st row and 4th column to the coordinate range in the 4th row and 4th column (R
4 and C4), similar processing is performed sequentially.

【0032】以上のように、この実施例の描画装置にお
いては、1文字分のフォントサイズを越える線図形につ
いてはワークエリア16および付加エリア17の双方に
跨がって描画され、ワークエリア16に描画された線図
形だけがフォントとして取り出され、付加エリア17に
描画された分は取り出されない。
As described above, in the drawing device of this embodiment, line figures exceeding the font size of one character are drawn across both the work area 16 and the additional area 17, and are drawn in the work area 16. Only the drawn line figure is taken out as a font, and the part drawn in the additional area 17 is not taken out.

【0033】したがって、ワークエリア16と付加エリ
ア17からなる全体のエリア内に線図形の両端となる座
標データが存在しさえすれば、ワークエリア16のサイ
ズよりも大きい拡大文字についても、ワークエリア16
のサイズ以下の通常サイズの文字と同様に、境界線と図
形との交点を求めること無く描画することができる。こ
のため、従来に比し、境界線と図形との交点を求める計
算処理に要する時間分だけ、フォントの生成速度の向上
を図ることができる。
Therefore, as long as coordinate data for both ends of a line figure exists within the entire area consisting of the work area 16 and the additional area 17, even enlarged characters larger than the size of the work area 16 can be stored in the work area 16.
As with normal size characters smaller than , it can be drawn without finding the intersection between the boundary line and the figure. Therefore, compared to the conventional method, it is possible to improve the font generation speed by the amount of time required for calculation processing to find the intersection between a boundary line and a figure.

【0034】[0034]

【発明の効果】以上詳記したようにこの発明によれば、
分割のための境界線と文字図形との交点を求めること無
く拡大文字を分割できるようになり、効率良く拡大文字
を描画することが可能となる。
[Effects of the Invention] As detailed above, according to the present invention,
Enlarged characters can be divided without finding the intersection between a dividing line and a character figure, and enlarged characters can be drawn efficiently.

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

【図1】この発明の一実施例に係るシステム構成を示す
ブロック図。
FIG. 1 is a block diagram showing a system configuration according to an embodiment of the present invention.

【図2】同実施例で扱われる拡大文字の一例を示す図。FIG. 2 is a diagram showing an example of enlarged characters handled in the embodiment.

【図3】同実施例のフォント生成動作を説明するための
図。
FIG. 3 is a diagram for explaining the font generation operation of the same embodiment.

【図4】従来の描画装置で扱われる拡大文字の一例を示
す図。
FIG. 4 is a diagram showing an example of enlarged characters handled by a conventional drawing device.

【図5】従来の描画装置のフォント生成動作を説明する
ための図。
FIG. 5 is a diagram for explaining a font generation operation of a conventional drawing device.

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

11…座標点メモリ、12…切り出し用座標メモリ、1
3…座標点比較部、14…線データ取り出し部、15…
描画部、16…ワークエリア、17…付加エリア、18
…データ転送部、19…ビットマップメモリ。
11...Coordinate point memory, 12...Coordinate memory for cutting out, 1
3... Coordinate point comparison section, 14... Line data extraction section, 15...
Drawing section, 16...Work area, 17...Additional area, 18
...Data transfer unit, 19...Bitmap memory.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  拡大文字を1文字分のフォント単位に
分割し、それら分割されたフォントを合成して拡大文字
のフォントを生成する描画装置において、1文字分のア
ウトラインフォントの描画が行われる作業用記憶領域と
、この作業用記憶領域の記憶サイズが実質的に増大され
るようにその作業用記憶領域の周囲に設けられた付加記
憶領域と、前記拡大文字の文字輪郭を表す座標データを
保持する手段と、前記座標データ間を結ぶ線図形が前記
1文字分のフォントサイズを越える際、その線図形を前
記作業用記憶領域および付加記憶領域の双方に跨がって
描画する手段と、前記作業用記憶領域に描画された1文
字分の線図形を取り出し、それら1文字分の線図形を合
成する手段とを具備することを特徴とする描画装置。
Claim 1: An operation in which an outline font for one character is drawn in a drawing device that divides an enlarged character into font units of one character and synthesizes the divided fonts to generate an enlarged character font. an additional storage area provided around the working storage area so that the storage size of the working storage area is substantially increased, and coordinate data representing the character outline of the enlarged character. When a line figure connecting the coordinate data exceeds the font size of one character, means for drawing the line figure across both the working storage area and the additional storage area; A drawing device comprising means for extracting a line figure for one character drawn in a working storage area and for synthesizing the line figures for one character.
JP3021158A 1991-02-14 1991-02-14 Plotting device Pending JPH04258996A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3021158A JPH04258996A (en) 1991-02-14 1991-02-14 Plotting device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3021158A JPH04258996A (en) 1991-02-14 1991-02-14 Plotting device

Publications (1)

Publication Number Publication Date
JPH04258996A true JPH04258996A (en) 1992-09-14

Family

ID=12047107

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3021158A Pending JPH04258996A (en) 1991-02-14 1991-02-14 Plotting device

Country Status (1)

Country Link
JP (1) JPH04258996A (en)

Similar Documents

Publication Publication Date Title
US7747077B2 (en) Image processing apparatus, image processing method, and image processing program
US4608662A (en) Method for editing document
US5920324A (en) Character pattern producing apparatus capable of producing character pattern having connected character elements
JP2662035B2 (en) Character processor
JPH04258996A (en) Plotting device
EP0388832B1 (en) Graphic drawing method and graphic drawing device
JPH03149678A (en) Method for forming composite graphic
JPH05138943A (en) Character pattern generating device for serial printer
JP2644735B2 (en) Drawing information management method
JPS60198690A (en) High-speed graphic processing system
JP2590327B2 (en) How to manage drawing information
US20020057273A1 (en) Method of and apparatus for reproducing facial expressions
JPS6074088A (en) Extraction processing system for hidden-surface removed graphic
JPH06100906B2 (en) Character processing method
JP3355660B2 (en) Program conversion method
JPH04218094A (en) Outline font processor
JP2977226B2 (en) Nonlinear normalization method for characters
JP2666090B2 (en) Outline pattern generator
JPH0814755B2 (en) How to display characters / symbols
JPH02222080A (en) Producing/storing system for character string drawing command
JPH05158453A (en) Character retrieving system
JPH06301793A (en) Surface shape data extracting display device
JPH02125768A (en) Method for converting dot image to outline vector
JPH04152483A (en) Device and method for extracting graphic segmenting boundary
JPH04174495A (en) Letter pattern forming device