JPH04346391A - Vector font plotting device - Google Patents
Vector font plotting deviceInfo
- Publication number
- JPH04346391A JPH04346391A JP3118941A JP11894191A JPH04346391A JP H04346391 A JPH04346391 A JP H04346391A JP 3118941 A JP3118941 A JP 3118941A JP 11894191 A JP11894191 A JP 11894191A JP H04346391 A JPH04346391 A JP H04346391A
- Authority
- JP
- Japan
- Prior art keywords
- output
- data
- holding means
- holding
- selection
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 239000013598 vector Substances 0.000 title claims abstract description 16
- 238000004364 calculation method Methods 0.000 claims description 32
- 238000006243 chemical reaction Methods 0.000 claims description 15
- 238000001514 detection method Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 6
- 238000000034 method Methods 0.000 description 3
Landscapes
- Dot-Matrix Printers And Others (AREA)
- Digital Computer Display Output (AREA)
- Image Generation (AREA)
- Controls And Circuits For Display Device (AREA)
Abstract
Description
【0001】0001
【産業上の利用分野】本発明は、複数のベクトルによっ
て定義された文字(ベクトルフォント)の輪郭を描画す
るベクトルフォント描画装置に係り、特に曲線の輪郭を
高速に計算し、描画するベクトルフォント描画装置に関
するものである。[Field of Industrial Application] The present invention relates to a vector font drawing device that draws the outline of a character (vector font) defined by a plurality of vectors, and in particular to a vector font drawing device that quickly calculates and draws the outline of a curved line. It is related to the device.
【0002】0002
【従来の技術】複数のベクトルによって定義された文字
(ベクトルフォント)の輪郭を描画し、その内部を塗り
つぶすことにより高品質文字パターンを発生する文字パ
ターン発生方式が知られている。文字の輪郭は主に直線
と曲線から構成されており、曲線の輪郭を描く場合3次
Bezier曲線が通常採用されている。2. Description of the Related Art A character pattern generation method is known in which a high-quality character pattern is generated by drawing the outline of a character (vector font) defined by a plurality of vectors and filling the inside thereof. The outline of a character is mainly composed of straight lines and curved lines, and when drawing a curved outline, a cubic Bezier curve is usually employed.
【0003】3次Bezier曲線とは、始点A、終点
B、制御点C、Dの4点で定義される。曲線は以下の3
次式を計算することによって描画できる。
x(t)=axt3 +bxt2 +cxt+x0y(
t)=ayt3 +byt2 +cyt+y0(0≦t
≦1)
変数tを0から1まで変位させることによって始点Aか
ら終点Bまでの曲線の座標を計算することがきる。変数
tの増分を最適にとることによってきれいな曲線を描く
ことができ、変数tの増分が大きければ実際の曲線とか
けはなれたものになってしまう。A cubic Bezier curve is defined by four points: a starting point A, an ending point B, and control points C and D. The curve is the following 3
It can be drawn by calculating the following equation. x(t)=axt3 +bxt2 +cxt+x0y(
t)=ayt3 +byt2 +cyt+y0(0≦t
≦1) By displacing the variable t from 0 to 1, the coordinates of the curve from the starting point A to the ending point B can be calculated. A beautiful curve can be drawn by optimizing the increment of the variable t, but if the increment of the variable t is large, the curve will deviate from the actual curve.
【0004】3次Bezier曲線の幾何学的性質は線
分AC、CD、DBをm:nに内分する点をE、F、G
、線分EF、FGをm:nに内分する点をH、I、線分
HIをm:nに内分する点をJとすると、3次Bezi
er曲線は点Jで線分HIに接する。(図2を参照)こ
の種の方式では、最適な変数tの増分(δ)の決定を以
下のような計算方式でソフトウェアにより算出していた
。The geometrical properties of the cubic Bezier curve are that the points that internally divide the line segments AC, CD, and DB into m:n are E, F, and G.
, let H and I be the points that internally divide the line segments EF and FG into m:n, and let J be the point that internally divide the line segment HI into m:n, then the cubic Bezi
The er curve touches line segment HI at point J. (See FIG. 2) In this type of method, the optimum increment (δ) of the variable t is determined by software using the following calculation method.
【0005】t=kδ(k=1,2,3・・・,n−1
)の点を近似折点の補間点とする。(図3を参照)また
、以下に述べるP、M、a、b、cはベクトルである。
Pk−1 =P((k−1)δ)=(k−1)3 δ3
a+(k−1)2 δ2 b+(k−1)δcPk
=P(kδ)=k3 δ3 a+k2 δ2 b+kδ
c両点の中点をMとすると(図4を参照)、M=(2k
3 −3k2 +3k−1)δ3 a/2+(2k2
−2k+1)δ2 b/2+(2k−1)δc/2また
、t=(tk−1 +tk )/2での点をP’ とす
ると、
P’=((2kδ−δ)/2)=(8k3 −12k2
+6k−1)δ3 a/23+(4k2 −4k+1
)δ2 b/22 +(2k−1)δc/2
今、近似誤差dを(図5を参照)D=MP’で代用する
と、
Dk =|3(2k−1)/23 ×δ3 a+1/2
2 ×δ2 b|=(9|a|2 /26 ×(2k−
1)2 δ6+6ab/25 ×(2k−1)δ5 +
|b|2 /24 ×δ4 )1/2
Dはk=1、またはk=1/δで最大値をとる。[0005]t=kδ(k=1,2,3...,n-1
) is the interpolation point of the approximate break point. (See FIG. 3) Furthermore, P, M, a, b, and c described below are vectors. Pk-1 = P ((k-1) δ) = (k-1)3 δ3
a+(k-1)2 δ2 b+(k-1)δcPk
=P(kδ)=k3 δ3 a+k2 δ2 b+kδ
Let M be the midpoint between both points c (see Figure 4), then M = (2k
3 -3k2 +3k-1) δ3 a/2+(2k2
-2k+1)δ2 b/2+(2k-1)δc/2 Also, if the point at t=(tk-1 +tk)/2 is P', then P'=((2kδ-δ)/2)=( 8k3 -12k2
+6k-1) δ3 a/23+(4k2 -4k+1
) δ2 b/22 + (2k-1) δc/2 Now, if we substitute D=MP' for the approximation error d (see Figure 5), Dk = | 3 (2k-1)/23 × δ3 a+1/2
2 × δ2 b|=(9|a|2 /26 ×(2k−
1) 2 δ6 + 6ab/25 × (2k-1) δ5 +
|b|2/24×δ4)1/2 D takes the maximum value at k=1 or k=1/δ.
【0006】D0 =|b|/22 ×δ2 ・・
・(1)D1/δ =|3(2/δ−1)/23 ×δ
3 a+b/22 ×δ2 |=|3a+b|/22
×δ2 −|3a|/23 ×δ3 ・・・(2)
最適な変数tの増分求めるためには(2)式の左辺を0
とおいてδについて求める必要があった。[0006]D0=|b|/22×δ2...
・(1) D1/δ = |3(2/δ-1)/23 ×δ
3 a+b/22 ×δ2 |=|3a+b|/22
×δ2 −|3a|/23 ×δ3 ...(2) To find the optimal increment of variable t, set the left side of equation (2) to 0.
Therefore, it was necessary to calculate δ.
【0007】このように、従来は上記のような計算をソ
フトウェアで行っていた。[0007] Conventionally, the above calculations were performed using software.
【0008】[0008]
【発明が解決しようとする課題】上述したように従来は
、3次Bezier曲線のtの増分δの算出をソフトウ
ェアで行っていた。しかし、今日文字の輪郭を高速に描
画するニーズが高まっており、変数tの増分の算出もハ
ードウェアで行って高速化する必要性がでてきたが、上
記のような計算は乗除算が含まれており、これをハード
ウェアで実現することは困難であった。As described above, conventionally, the increment δ of t of a cubic Bezier curve has been calculated by software. However, today there is a growing need to draw character outlines at high speed, and it has become necessary to calculate the increment of the variable t using hardware to speed up the calculation.However, the above calculation involves multiplication and division. It was difficult to realize this with hardware.
【0009】本発明は、上記問題を解決するもので、始
点から制御点までの長さ、制御点から制御点までの長さ
、制御点から終点までの長さを計算することによって、
乗算器などを使用することなしに高速に変数tの増分を
計算して、曲線の輪郭を高速に描画できるベクトルフォ
ント描画装置を提供することを目的とするものである。The present invention solves the above problem by calculating the length from the starting point to the control point, the length from the control point to the control point, and the length from the control point to the end point.
It is an object of the present invention to provide a vector font drawing device that can quickly calculate the increment of a variable t without using a multiplier or the like and draw a curved outline at high speed.
【0010】0010
【課題を解決するための手段】上記問題を解決するため
に本発明は、外部から入力されるx、y座標と内部デー
タを入力とし、前記2つのデータを選択する第1、第2
の選択手段と、前記2つの選択手段から出力されるデー
タの加減算を行う加減算手段と、前記加減算手段から出
力される値の絶対値をとる絶対値変換手段と、前記絶対
値変換手段から出力される値を保持し、第1、第2の選
択手段に保持データを出力する第1、第2の保持手段と
、0と1と内部データを入力とし、前記3つのデータを
選択する第3の選択手段と、前記第3の選択手段から出
力されたデータを保持する第3の保持手段と、前記第3
の保持手段から出力されるデータを1つ左シフトし、そ
の演算結果を前記第3の選択手段に出力する左シフト演
算手段と、前記第2の保持手段と第3の保持手段から出
力される値の大きさを比較する比較手段と、前記比較手
段から出力される比較結果を入力とし、前記第3の保持
手段から出力されるデータを保持する刻み値保持手段と
、刻み値の値だけ右シフトする右シフト演算手段と、前
記右シフト演算手段から出力されるデータと0を選択す
る選択手段とを備えたものである。[Means for Solving the Problems] In order to solve the above problems, the present invention provides a first and a second method that receives x, y coordinates input from the outside and internal data, and selects the two data.
a selection means, an addition/subtraction means for adding and subtracting the data output from the two selection means, an absolute value conversion means for taking the absolute value of the value output from the addition/subtraction means, and a first and second holding means that hold a value and output the held data to the first and second selection means; and a third holding means that receives 0, 1 and internal data and selects the three data. a selection means, a third holding means for holding data output from the third selection means, and a third holding means for holding data output from the third selection means;
a left shift calculation means for shifting the data output from the holding means to the left by one position and outputting the calculation result to the third selection means; a comparison means for comparing the magnitude of the values; a step value holding means for inputting the comparison result output from the comparison means and holding the data output from the third holding means; The present invention includes right shift calculation means for shifting, and selection means for selecting data output from the right shift calculation means and 0.
【0011】[0011]
【作用】上記構成により、比較手段とシフト演算手段を
使うだけで変数tの増分を高速に計算することができ、
また、始点から制御点までの長さ、制御点から制御点ま
での長さ、制御点から終点までの長さを簡単にハードウ
ェアで計算することができる。[Operation] With the above configuration, the increment of the variable t can be calculated at high speed simply by using the comparison means and the shift calculation means.
Further, the length from the starting point to the control point, the length from the control point to the control point, and the length from the control point to the end point can be easily calculated using hardware.
【0012】0012
【実施例】以下、本発明の実施例を図面に基づき説明す
る。図1は、本発明の一実施例を示すベクトルフォント
描画装置のブロック図である。Embodiments Hereinafter, embodiments of the present invention will be explained based on the drawings. FIG. 1 is a block diagram of a vector font drawing device showing one embodiment of the present invention.
【0013】図1に示すように、ベクトルフォント描画
装置は、外部から入力されるx,y座標21および1つ
の内部データ27を入力とし、前記2つのデータを選択
して選択結果23を出力する第1の選択手段1と、外部
から入力されるx,y座標22および1つの内部データ
28を入力とし、前記2つのデータを選択して選択結果
24を出力する第2の選択手段2と、第1、第2の選択
手段1、2から出力される選択結果23、24を入力と
し、前記2つデータの加減算を行って出力する加減算手
段3と、この加減算手段3から出力される値25の絶対
値をとる絶対値変換手段4と、この絶対値変換手段4か
ら出力される絶対値26を保持する第1および第2の保
持手段5、6と、0、1、内部データ31を入力とし、
前記3つのデータを選択して選択結果29を出力する第
3の選択手段7と、この第3の選択手段7から出力され
るデータ29を入力として保持する第3の保持手段8と
、第3の保持手段8から出力される値30を入力とし、
入力されたデータ30を1ビット左シフトして出力する
左シフト演算手段9と、第2の保持手段6から出力され
るデータ28と第3の保持手段8から出力されるデータ
30とを比較し、第2の保持手段6の値≦第3の保持手
段8の値のときに刻み値検出信号32を出力する比較手
段10と、第3の保持手段8の出力データ30を刻み値
検出信号32が出力されると保持する刻み値保持手段1
1と、刻み値保持手段11から出力される刻み値32に
よって右シフトを行い、シフト結果34を出力する右シ
フト演算手段12と、この右シフト演算手段12から出
力されるシフト結果34と0とを入力とし、選択結果3
5を出力する第4の選択手段13と、この第4の選択手
段13から出力される選択結果35を入力とし、この選
択結果35をもとにx,y座標を計算して曲線を描画す
る3次Bezier曲線計算手段14とから構成されて
いる。As shown in FIG. 1, the vector font drawing device receives x, y coordinates 21 input from the outside and one piece of internal data 27, selects the two data, and outputs a selection result 23. a first selection means 1; a second selection means 2 which receives an externally input x, y coordinate 22 and one internal data 28, selects the two data and outputs a selection result 24; Addition and subtraction means 3 receives the selection results 23 and 24 outputted from the first and second selection means 1 and 2, performs addition and subtraction on the two data, and outputs the results; and a value 25 outputted from this addition and subtraction means 3. an absolute value conversion means 4 that takes the absolute value of , first and second holding means 5 and 6 that hold the absolute value 26 output from the absolute value conversion means 4, and inputs 0, 1, and internal data 31. year,
a third selection means 7 for selecting the three data and outputting the selection result 29; a third holding means 8 for holding the data 29 output from the third selection means 7 as input; As an input, the value 30 output from the holding means 8 of
The left shift calculation means 9 shifts the input data 30 to the left by one bit and outputs the result, and the data 28 outputted from the second holding means 6 and the data 30 outputted from the third holding means 8 are compared. , a comparing means 10 that outputs a step value detection signal 32 when the value of the second holding means 6≦the value of the third holding means 8; Step value holding means 1 that holds when is output
1, a right shift calculation means 12 which performs a right shift using the step value 32 outputted from the step value holding means 11 and outputs a shift result 34, and a shift result 34 outputted from this right shift calculation means 12 and 0. As input, selection result 3
A fourth selection means 13 that outputs 5 and a selection result 35 output from this fourth selection means 13 are input, and based on this selection result 35, x and y coordinates are calculated and a curve is drawn. It is composed of a cubic Bezier curve calculation means 14.
【0014】上記構成において、外部から入力される始
点A(以下、図2参照)のx,y座標21を第1の選択
手段1が選択し、加減算手段3の一方の入力に出力する
。また、外部から入力される第1の制御点Cのx,y座
標22を第2の選択手段2が選択し、加減算手段2の他
方の入力に出力する。加減算手段3は2つのデータの差
を絶対値変換手段4に出力する。絶対値変換手段4から
出力される始点Aから第1制御点Cまでの長さ(d1)
は第1の保持手段5に保持される。次に外部から入力さ
れる第1の制御点Cのx,y座標21を第1の選択手段
1が選択し、加減算手段3に出力する。また、外部から
入力される第2の制御点Dのx,y座標22を第2の選
択手段2が選択し、加減算手段3に出力する。加減算手
段3は2つのデータの差を絶対値変換手段4に出力する
。絶対値変換手段4から出力される第1の制御点Cから
第2の制御点Dまでの長さ(d2)は第2の保持手段6
に保持される。さらに、第1の選択手段1と第2の選択
手段2はそれぞれ第1の保持手段5と第2の保持手段6
から出力されるd1とd2を選択し、d1+d2を計算
し、絶対値変換手段4を通して第1の保持手段5に保持
する。In the above configuration, the first selection means 1 selects the x, y coordinates 21 of the starting point A (see FIG. 2 below) inputted from the outside, and outputs it to one input of the addition/subtraction means 3. Further, the second selection means 2 selects the x, y coordinates 22 of the first control point C input from the outside, and outputs it to the other input of the addition/subtraction means 2. The addition/subtraction means 3 outputs the difference between the two data to the absolute value conversion means 4. Length (d1) from the starting point A to the first control point C output from the absolute value conversion means 4
is held by the first holding means 5. Next, the first selection means 1 selects the x, y coordinates 21 of the first control point C input from the outside, and outputs it to the addition/subtraction means 3. Further, the second selection means 2 selects the x, y coordinates 22 of the second control point D inputted from the outside, and outputs it to the addition/subtraction means 3. The addition/subtraction means 3 outputs the difference between the two data to the absolute value conversion means 4. The length (d2) from the first control point C to the second control point D output from the absolute value conversion means 4 is determined by the second holding means 6.
is maintained. Furthermore, the first selection means 1 and the second selection means 2 are connected to the first holding means 5 and the second holding means 6, respectively.
selects d1 and d2 outputted from , calculates d1+d2, and stores it in the first holding means 5 through the absolute value conversion means 4.
【0015】外部から入力される第2の制御点Dのx,
y座標21を第1の選択手段1が選択し、加減算手段3
に出力する。また、外部から入力される終点Bのx,y
座標22を第2の選択手段2が選択し、減算手段2の他
方の入力に出力する。加減算手段3は2つのデータの差
を絶対値変換手段4に出力する。絶対値変換手段4から
出力される終点Bから第2の制御点Dまでの長さ(d3
)は第2の保持手段6に保持される。最後に、第1の選
択手段1と第2の選択手段2はそれぞれ第1の保持手段
5と第2の保持手段6とから出力されるd1+d2とd
3を選択し、d1+d2+d3を計算し、絶対値変換手
段4を通して第2の保持手段6に保持する。x of the second control point D input from the outside,
The first selection means 1 selects the y-coordinate 21, and the addition/subtraction means 3
Output to. Also, x, y of the end point B input from the outside
The second selection means 2 selects the coordinate 22 and outputs it to the other input of the subtraction means 2. The addition/subtraction means 3 outputs the difference between the two data to the absolute value conversion means 4. The length from the end point B output from the absolute value conversion means 4 to the second control point D (d3
) is held by the second holding means 6. Finally, the first selection means 1 and the second selection means 2 output d1+d2 and d from the first holding means 5 and the second holding means 6, respectively.
3 is selected, d1+d2+d3 is calculated, and the result is stored in the second holding means 6 through the absolute value conversion means 4.
【0016】第3の選択手段7は、まず0を選択し、第
3の保持手段8は0の値を保持する。比較手段10は、
第2の保持手段6が保持しているd1+d2+d3の値
と第3の保持手段8が保持している値を比較して、d1
+d2+d3の値≦第3の保持手段8の値の時、刻み値
検出信号32を出力する。出力されなかった場合、第3
の選択手段7は次に1を選択し、第3の保持手段8は1
の値を保持する。比較手段10は、第2の保持手段6が
保持しているd1+d2+d3の値と第3の保持手段8
が保持している値を比較して、d1+d2+d3の値≦
第3の保持手段8が保持している値の時、刻み値検出信
号32を出力する。出力されなかった場合、第3の選択
手段7は、第3の保持手段8の値を左シフト演算手段9
で1ビット左シフトした値31を選択し、その値を第3
の保持手段8は保持する。比較手段10は、第2の保持
手段6が保持しているd1+d2+d3の値と第3保持
手段8が保持している値を比較して、d1+d2+d3
の値≦第3の保持手段8の値の時、刻み値検出信号32
を出力する。これ以降は第3の選択手段8は左シフト演
算手段10から出力される値31を選択し、比較手段1
0は、第2の保持手段6が保持しているd1+d2+d
3の値と第3の保持手段9が保持している値を比較して
、d1+d2+d3の値≦第3の保持手段8の値の時、
刻み値検出信号32を出力する。刻み値検出信号32が
出力されると刻み値保持手段11が第3の保持手段9の
保持している値30を取り込む。The third selection means 7 first selects 0, and the third holding means 8 holds the value of 0. Comparison means 10 is
The value of d1+d2+d3 held by the second holding means 6 and the value held by the third holding means 8 are compared, and d1
When the value of +d2+d3≦the value of the third holding means 8, the step value detection signal 32 is output. If not output, the third
The selection means 7 then selects 1, and the third holding means 8 selects 1.
Holds the value of . The comparison means 10 compares the value of d1+d2+d3 held by the second holding means 6 and the third holding means 8.
Compare the values held by and find the value of d1+d2+d3≦
When the third holding means 8 holds the value, the step value detection signal 32 is output. If not output, the third selection means 7 shifts the value of the third holding means 8 to the left by shifting it to the left and calculating means 9.
Select the value 31 shifted left by 1 bit with
The holding means 8 holds. The comparison means 10 compares the value of d1+d2+d3 held by the second holding means 6 with the value held by the third holding means 8, and calculates d1+d2+d3.
When the value of ≦the value of the third holding means 8, the step value detection signal 32
Output. From this point on, the third selection means 8 selects the value 31 output from the left shift calculation means 10, and the comparison means 1
0 is d1+d2+d held by the second holding means 6
3 and the value held by the third holding means 9, and when the value of d1+d2+d3≦the value of the third holding means 8,
A step value detection signal 32 is output. When the step value detection signal 32 is output, the step value holding means 11 takes in the value 30 held by the third holding means 9.
【0017】刻み値保持手段11が保持している値33
が0の時、第4の選択手段13は0を選択し、第4の選
択結果35として3次Bezier曲線計算手段14に
出力する。また、刻み値保持手段11が保持している値
33が0以外の時、第4の選択手段13は右シフト演算
手段13から出力されるシフト結果34を選択し、第4
の選択結果35として3次Bezier曲線計算手段1
4に出力する。変数tの増分である選択結果35をつか
って3次Bezier曲線計算手段14が曲線のx,y
座標の計算を行う。このように、変数tの増分を高速に
計算することができ、かつ、始点Aから制御点Cまでの
長さ、制御点Cから制御点Dまでの長さ、制御点Dから
終点Bまでの長さを簡単にハードウェアで計算すること
ができる。Value 33 held by step value holding means 11
When is 0, the fourth selection means 13 selects 0 and outputs it as the fourth selection result 35 to the cubic Bezier curve calculation means 14. Further, when the value 33 held by the step value holding means 11 is other than 0, the fourth selection means 13 selects the shift result 34 output from the right shift calculation means 13, and selects the shift result 34 outputted from the right shift calculation means 13.
As the selection result 35, cubic Bezier curve calculation means 1
Output to 4. Using the selection result 35 which is the increment of the variable t, the cubic Bezier curve calculating means 14 calculates the x, y of the curve.
Perform coordinate calculations. In this way, the increment of the variable t can be calculated at high speed, and the length from the starting point A to the control point C, the length from the control point C to the control point D, and the length from the control point D to the end point B can be calculated at high speed. The length can be easily calculated using hardware.
【0018】[0018]
【発明の効果】以上のように本発明によれば、外部から
入力されるx、y座標と内部データを入力とし、前記2
つのデータを選択する第1、第2の選択手段と、前記2
つの選択手段から出力されるデータの加減算を行う加減
算手段と、前記加減算手段から出力される値の絶対値を
とる絶対値変換手段と、前記絶対値変換手段から出力さ
れる値を保持し、第1、第2の選択手段に保持データを
出力する第1、第2の保持手段と、0と1と内部データ
を入力とし、前記3つのデータを選択する第3の選択手
段と、前記第3の選択手段から出力されたデータを保持
する第3の保持手段と、前記第3の保持手段から出力さ
れるデータを1つ左シフトし、その演算結果を前記第3
の選択手段に出力する左シフト演算手段と、前記第2の
保持手段と第3の保持手段から出力される値の大きさを
比較する比較手段と、前記比較手段から出力される比較
結果を入力とし、前記第3の保持手段から出力されるデ
ータを保持する刻み値保持手段と、刻み値の値だけ右シ
フトする右シフト演算手段と、前記右シフト演算手段か
ら出力されるデータと0を選択する選択手段とを備え、
比較手段とシフト演算手段を使うだけで簡単に3次Be
zier曲線の変数tの増分をハードウェアで高速に計
算することができ、文字の輪郭を高速に描画できる。As described above, according to the present invention, x and y coordinates input from the outside and internal data are input, and the above two
first and second selection means for selecting one data;
an addition/subtraction means for adding and subtracting data output from the two selection means; an absolute value conversion means for taking the absolute value of the value output from the addition/subtraction means; 1. first and second holding means for outputting held data to the second selection means; third selection means for inputting 0, 1 and internal data and selecting the three data; A third holding means holds the data output from the selection means, and the data output from the third holding means is shifted to the left by one position, and the calculation result is transferred to the third holding means.
a left shift calculation means for outputting to the selection means; a comparison means for comparing the magnitudes of the values output from the second holding means and the third holding means; and inputting the comparison result output from the comparison means. and a step value holding means for holding the data output from the third holding means, a right shift calculation means for shifting the data to the right by the value of the step value, and selecting 0 as the data output from the right shift calculation means. and a selection means for
Cubic Be can be easily calculated by using comparison means and shift calculation means.
The increment of the variable t of the Zier curve can be calculated at high speed by hardware, and the outline of a character can be drawn at high speed.
【図1】本発明の一実施例にかかるベクトルフォント描
画装置のブロック図である。FIG. 1 is a block diagram of a vector font drawing device according to an embodiment of the present invention.
【図2】3次Bezier曲線の幾何学性質に関する図
である。FIG. 2 is a diagram regarding the geometric properties of a cubic Bezier curve.
【図3】3次Bezier曲線の変数tの増分計算に関
する図である。FIG. 3 is a diagram regarding the incremental calculation of the variable t of a cubic Bezier curve.
【図4】3次Bezier曲線の変数tの増分計算に関
する図である。FIG. 4 is a diagram regarding the incremental calculation of the variable t of a cubic Bezier curve.
【図5】3次Bezier曲線の近似誤差に関する図で
ある。FIG. 5 is a diagram regarding approximation errors of cubic Bezier curves.
1 第1の選択手段 2 第2の選択手段 3 加減算手段 4 絶対値変換手段 5 第1の保持手段 6 第2の保持手段 7 第3の選択手段 8 第3の保持手段 9 左シフト演算手段 10 比較手段 11 刻み値保持手段 12 右シフト演算手段 13 第4の選択手段 1 First selection means 2 Second selection means 3 Addition and subtraction means 4 Absolute value conversion means 5 First holding means 6 Second holding means 7 Third selection means 8 Third holding means 9 Left shift calculation means 10 Comparison means 11 Step value holding means 12 Right shift calculation means 13 Fourth selection means
Claims (1)
字の輪郭を描画するベクトルフォント描画装置において
、外部から入力されるx、y座標と内部データとを入力
とし、前記2つのデータを選択する第1、第2の選択手
段と、前記2つの選択手段から出力されるデータの加減
算を行う加減算手段と、前記加減算手段から出力される
値の絶対値をとる絶対値変換手段と、前記絶対値変換手
段から出力される値を保持し、第1、第2の選択手段に
保持データを出力する第1、第2の保持手段と、0と1
とシフト結果とを入力とし、前記3つのデータを選択す
る第3の選択手段と、前記第3の選択手段から出力され
たデータを保持する第3の保持手段と、前記第3の保持
手段から出力されるデータを1つ左シフトし、その演算
結果を前記第3の選択手段に出力する左シフト演算手段
と、前記第2の保持手段と第3の保持手段から出力され
る値の大きさを比較する比較手段と、前記比較手段から
出力される比較結果によって、前記第3の保持手段から
出力されるデータを保持する刻み値保持手段と、刻み値
の値だけ右シフトする右シフト演算手段と、前記右シフ
ト演算手段から出力されるデータと0を選択する選択手
段とを備えたベクトルフォント描画装置。Claims: 1. A vector font drawing device for drawing the outline of a character defined by a plurality of vectors; , a second selection means, an addition/subtraction means for adding and subtracting the data output from the two selection means, an absolute value conversion means for taking the absolute value of the value output from the addition/subtraction means, and the absolute value conversion means. first and second holding means that hold the values output from and output the held data to the first and second selection means;
and a shift result as input and selects the three data; a third holding means that holds the data output from the third selection means; a left shift calculation means for shifting the output data to the left by one and outputting the calculation result to the third selection means; and the size of the values output from the second holding means and the third holding means. step value holding means for holding the data output from the third holding means according to the comparison result output from the comparing means; and right shift calculation means for shifting the data to the right by the step value. and a selection means for selecting data output from the right shift calculation means and 0.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3118941A JPH04346391A (en) | 1991-05-24 | 1991-05-24 | Vector font plotting device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3118941A JPH04346391A (en) | 1991-05-24 | 1991-05-24 | Vector font plotting device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH04346391A true JPH04346391A (en) | 1992-12-02 |
Family
ID=14749026
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3118941A Pending JPH04346391A (en) | 1991-05-24 | 1991-05-24 | Vector font plotting device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH04346391A (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6482281A (en) * | 1987-09-25 | 1989-03-28 | Toshiba Corp | System for determining deltat suitable for plotting of berge cubic curve |
JPH02310783A (en) * | 1989-05-26 | 1990-12-26 | Hitachi Ltd | Curve interpolating system |
JPH0378888A (en) * | 1989-08-22 | 1991-04-04 | Pfu Ltd | Graphic data processor |
-
1991
- 1991-05-24 JP JP3118941A patent/JPH04346391A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6482281A (en) * | 1987-09-25 | 1989-03-28 | Toshiba Corp | System for determining deltat suitable for plotting of berge cubic curve |
JPH02310783A (en) * | 1989-05-26 | 1990-12-26 | Hitachi Ltd | Curve interpolating system |
JPH0378888A (en) * | 1989-08-22 | 1991-04-04 | Pfu Ltd | Graphic data processor |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4760548A (en) | Method and apparatus for producing a curve image | |
US5570463A (en) | Bresenham/DDA line draw circuitry | |
US5367617A (en) | System and method of hybrid forward differencing to render Bezier splines | |
JPH06259568A (en) | System and method for rendering bezier spline | |
US5214754A (en) | Method and apparatus for approximating polygonal line to curve | |
JPS6367680A (en) | Curved line generating method | |
JP2670875B2 (en) | Device for displaying parametric function using adaptive forward difference and integer arithmetic and method for realizing using integer arithmetic | |
Dębski | Real-time interpolation of streaming data | |
JPH0916146A (en) | Character and symbol pattern generating device | |
US5309553A (en) | Apparatus for and method of generating a straight line of pixels in a discrete coordinate system | |
EP0349182B1 (en) | Method and apparatus for approximating polygonal line to curve | |
JPH04346391A (en) | Vector font plotting device | |
JP2588257B2 (en) | Contour approximation method | |
JP2538645B2 (en) | Curved line approximation device | |
KR970004107B1 (en) | Parameter curve generator | |
JP2684609B2 (en) | Graphic display method in graphic data processing device | |
JP2724712B2 (en) | Thick line drawing method | |
JPH0683972A (en) | Curve generating device | |
JP2507812B2 (en) | Square root calculation method | |
JPH0424774A (en) | Information processor equipped with curvilinear plotting function | |
JPH06314341A (en) | Eliiptic interpolating method and arithmetic unit for elliptic interpolation | |
Ye | Signed Euclidean distance transform applied to shape analysis | |
JPH07181944A (en) | Outline font drawing device | |
JPH02250091A (en) | Character and graphic data processing method | |
JPH02126377A (en) | Thick line plotting system |