JPH01258182A - Character information adding method - Google Patents

Character information adding method

Info

Publication number
JPH01258182A
JPH01258182A JP63085286A JP8528688A JPH01258182A JP H01258182 A JPH01258182 A JP H01258182A JP 63085286 A JP63085286 A JP 63085286A JP 8528688 A JP8528688 A JP 8528688A JP H01258182 A JPH01258182 A JP H01258182A
Authority
JP
Japan
Prior art keywords
information
character
character information
memory
cpu
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
JP63085286A
Other languages
Japanese (ja)
Inventor
Hiroyuki Uchida
博之 内田
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.)
Fuji Electric Co Ltd
Fuji Facom Corp
Original Assignee
Fuji Electric Co Ltd
Fuji Facom 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 Fuji Electric Co Ltd, Fuji Facom Corp filed Critical Fuji Electric Co Ltd
Priority to JP63085286A priority Critical patent/JPH01258182A/en
Publication of JPH01258182A publication Critical patent/JPH01258182A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To automatically add desired character information to a desired position on a drawing by adding a numeric code to a character arrangement position on the drawing with respect to drawing information and reading out character information corresponding to this numeric code from a table and adding it to the pertinent position on the drawing. CONSTITUTION:A CPU 1 uses an information reader 2 to read an input drawing and stores it in a memory 3 as drawing information of a vector form. The CPU 1 reads numeric codes from a sheet, where numeric codes are entered in positions where character information should be arranged, together with their position information and converts them to the vector form and stores them in the memory 3. On the other hand, relations between numeric codes and corresponding character information are preliminarily stored in a table 4. Thus, the CPU 1 uses drawing information read out from the memory 3 as it is and converts numeric codes to character information by referring to the table 4 and uses an information output device 5 to display both information together, thus outputting the drawing where character information is added to drawing information.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、CPU (中央処理装置)を用いて図面上の
所望位置に所望の文字情報を自動的に付加することを可
能とする文字情報付加方法に関するものである。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention provides character information that allows desired character information to be automatically added to a desired position on a drawing using a CPU (Central Processing Unit). This relates to the addition method.

〔従来の技術〕[Conventional technology]

一般にCλD (Computer Aided De
sign )システムなどで図面情報を扱うが、その際
、図面上の任意所望の位置に文字情報を付加することが
必要な場合が起きる。この場合の従来の文字情報付加方
法を以下に説明するが、その前に、図面情報のデータ形
式について説明してお(。
In general, CλD (Computer Aided De
(sign) system handles drawing information, but in doing so, there are cases where it is necessary to add character information to any desired position on the drawing. The conventional method of adding character information in this case will be explained below, but before that, the data format of the drawing information will be explained (.

図面情報を計算機上で持つときのデータ形式としてラス
ク形式とベクタ形式がある。ラスク形式とは、点データ
の集合体として表わす形式であり、1本の線にしても、
線上の位置は点データ゛°1”を表わし、線以外の背景
部分は点データ“0°“として扱う。
There are two data formats for holding drawing information on a computer: rask format and vector format. Rask format is a format that is expressed as a collection of point data, and even if it is a single line,
The position on the line represents point data "°1", and the background portion other than the line is treated as point data "0°".

これに対し、ベクタ形式とは、図形を線データの集合体
として表わす形式であり、線データは、始点と終点の情
報、或いは始点と長さと方向の情報等により表わされる
On the other hand, the vector format is a format in which a figure is represented as a collection of line data, and the line data is represented by information on a starting point and an ending point, or information on a starting point, length, and direction.

ここではCAD分野でも一般的なベクタ形式で、図面情
報を、計算機(メモリ)上で持っているものについて考
える。ベクタ形式をとって記憶されている図面情報にお
いて文字情報を付加するときの手順例を第3図に示す。
Here, we will consider drawing information stored on a computer (memory) in a vector format that is common in the CAD field. FIG. 3 shows an example of a procedure for adding character information to drawing information stored in vector format.

第3図を参照する。今、ステップ31として、ベクタ形
式をとる図面情報を想定する。そしてこれに“日本”と
いう文字情報を付加するものとする。ステップS2とし
て、これから付加する文字情報の属性を定義する。ここ
でいう属性とは、文字の高さ、幅、間隔、傾き、色等で
ある。
See Figure 3. Now, in step 31, drawing information in vector format is assumed. Then, character information "Japan" is added to this. In step S2, attributes of character information to be added from now on are defined. The attributes here include the height, width, spacing, inclination, color, etc. of characters.

次にステップS3において、文字情報の付加する位置を
図面情報上の相当位置によってX印で示す如く指定する
。次いでステップS4において付加する文字情報を指定
する(ワープロのイメージでキイ操作によって°“日本
゛°を指定するものとする)。最後にステップS5に見
られるように、図面情報上の指定位置に指定された属性
で文字情報が付加されることになる。
Next, in step S3, the position where the character information is to be added is designated by the corresponding position on the drawing information as shown by an X mark. Next, in step S4, specify the character information to be added (it is assumed that ``Japan'' is specified by key operation in the image of a word processor).Finally, as seen in step S5, specify the character information at the specified position on the drawing information. Character information will be added using the specified attributes.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述の如き従来の文字情報付加方法においては、付加す
べき文字情報毎にステップS1〜S5を繰り返さなけれ
ばならず、大量の文字情報を付加せんとする場合、効率
が悪いという問題点がある。
In the conventional text information adding method as described above, steps S1 to S5 must be repeated for each piece of text information to be added, and there is a problem in that it is inefficient when a large amount of text information is to be added.

本発明の目的は、大量の文字情報であっても効率良く自
動的に図面情報に付加することのできる文字情報付加方
法を提供することにある。
An object of the present invention is to provide a method for adding text information that can efficiently and automatically add even a large amount of text information to drawing information.

〔課題を解決するための手段〕[Means to solve the problem]

上記目的達成のため、本発明では、cpu (中央処理
装置)と、情報読取装置と、メモリと、情報出力装置と
、数字記号と文字情報との対応テーブルと、を用いた。
To achieve the above object, the present invention uses a CPU (central processing unit), an information reading device, a memory, an information output device, and a correspondence table between numerical symbols and character information.

〔作用〕[Effect]

本発明では、図面上の所望位置に文字を付加する文字情
報付加方法において、 前記図面に対応した拡がりを持ち、図面上の文字を付加
すべき所望位置に対応した位置に、付加すべき文字情報
に対応した数字記号を書き込んだシートを予め作成する
第1の段階と、CPU (中央処理装置)が情報読取装
置を使って前記図面から図面情報を読み取ってベクタ形
式でメモリに記憶する第2の段階と、CPUが前記シー
トから数字記号情報及びその書き込まれている位置情報
を読み取ってベクタ形式に変換し、メモリにおいて記憶
する第3の段階と、CPUが前記メモリから図面情報と
数字記号情報及び位置情報を読み出し、それを情報出力
装置を使って可視的に出力する際、数字記号と文字情報
との対応テーブルを参照して、数字記号情報は文字情報
に変換して出力することにより、文字情報を付加された
図面情報を出力する第4の段階と、を含む。
In the present invention, in a character information adding method for adding characters to a desired position on a drawing, character information to be added has a spread corresponding to the drawing and is to be added to a position corresponding to a desired position on the drawing where the character is to be added. The first step is to prepare a sheet in advance with numerical symbols written corresponding to the drawing, and the second step is in which the CPU (Central Processing Unit) reads the drawing information from the drawing using an information reading device and stores it in the memory in vector format. a third step in which the CPU reads the numerical symbol information and its written position information from the sheet, converts it into a vector format, and stores it in the memory; and a third step in which the CPU reads the drawing information, the numerical symbol information, and the written position information from the memory. When reading position information and visually outputting it using an information output device, refer to the correspondence table between numeric symbols and character information, convert the numeric symbol information to character information, and output it. and a fourth step of outputting the drawing information to which the information is added.

〔実施例〕〔Example〕

第2図は本発明を実施するためのシステムを示すブロッ
ク図である。同図において、lはCPU(中央処理袋W
)、2は情報読取装置、3はメモリ(RAM) 、4は
数字記号対文字情報の対応テーブル、5は出力装置、6
はバス、でる。
FIG. 2 is a block diagram illustrating a system for implementing the present invention. In the same figure, l is the CPU (central processing bag W)
), 2 is an information reading device, 3 is a memory (RAM), 4 is a correspondence table of numerical symbols and character information, 5 is an output device, 6
The bus is leaving.

第1図は本発明の一実施例としての手順説明図である。FIG. 1 is an explanatory diagram of a procedure as an embodiment of the present invention.

第1図、第2図を参照して本発明の一実施例としての文
字情報付加方法を説明する。
A method for adding character information as an embodiment of the present invention will be described with reference to FIGS. 1 and 2.

CPUIは、情報読取装置2を使い、入力図面11を読
み取り、ベクタ形式の図面情報としてメモリ3に貯える
。またCPUIは、文字情報を配置する位置に数字記号
を記したシート12から、該数字記号をその位置情報と
共に読み取り、ベクタ形式に変換してメモリ3に記憶す
る。
The CPUI uses the information reading device 2 to read the input drawing 11 and stores it in the memory 3 as drawing information in vector format. Further, the CPUI reads the numerical symbols along with the positional information from the sheet 12 in which numerical symbols are written at positions where character information is to be arranged, converts them into a vector format, and stores them in the memory 3.

他方、数字記号と対応する文字情報の関係はテーブル4
に予め格納されている。数字記号001は、例えば成る
属性(高さ、幅、色等)をもった「朝日」という文字に
対応し、002は同様に「毎日」という文字に対応し、
003は「誘光」という文字に対応しているという具合
である。
On the other hand, the relationship between numerical symbols and corresponding character information is shown in Table 4.
is stored in advance. For example, the numerical symbol 001 corresponds to the character "Asahi" with attributes (height, width, color, etc.), and 002 similarly corresponds to the character "Mainichi".
003 corresponds to the character "light attraction".

CPUIは、メモリ3から読み出した図面情報はそのま
ま、数字記号はテーブル4を参照して文字情報に変換し
た後、情報出力装置5を用いて画情報を一緒に表示させ
れば、図面情報に文字情報の付加された図面13が出力
される。
The CPUI can convert the drawing information read from the memory 3 as it is, convert the numerical symbols to text information by referring to the table 4, and then display the drawing information together with the information output device 5. A drawing 13 with information added is output.

〔発明の効果] この発明によれば、図面情報に対して図面上の文字配置
位置に数字記号を付加し、その数字記号に対応した文字
情報をテーブルより読出し、図面上の該当位置に自動的
に付加し、図面情報として出力する事が可能となった。
[Effect of the invention] According to the present invention, numerical symbols are added to the drawing information at the character arrangement positions on the drawing, character information corresponding to the numerical symbols is read from the table, and is automatically placed at the corresponding position on the drawing. It is now possible to add the information to the drawing and output it as drawing information.

この為、大量の文字情報の付加が自動化でき、操作員の
負荷が軽減した。
Therefore, the addition of a large amount of text information can be automated, reducing the burden on the operator.

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

第1図は本発明の一実施例としての手順説明図、第2図
は本発明を実施するためのシステムを示すブロック図、
第3図は従来の方法を示す手順説明図、である。 符号の説明 1・・・CPU、2・・・情報読取装置、3・・・メモ
リ、4・・・対応テーブル、5・・・情報出力装置、6
・・・バス、11・・・入力図面、12・・・シート、
13・・・出力図面代理人 弁理士 並 木 昭 夫 代理人 弁理士 松 崎   清 1111  図 ts2図
FIG. 1 is a procedure explanatory diagram as an embodiment of the present invention, FIG. 2 is a block diagram showing a system for implementing the present invention,
FIG. 3 is a procedure explanatory diagram showing a conventional method. Explanation of symbols 1... CPU, 2... Information reading device, 3... Memory, 4... Correspondence table, 5... Information output device, 6
...Bus, 11...Input drawing, 12...Sheet,
13... Output drawing agent Patent attorney Akio Namiki Agent Patent attorney Kiyoshi Matsuzaki 1111 Figure ts2 figure

Claims (1)

【特許請求の範囲】 1)図面上の所望位置に文字を付加する文字情報付加方
法において、 前記図面に対応した拡がりを持ち、図面上の文字を付加
すべき所望位置に対応した位置に、付加すべき文字情報
に対応した数字記号を書き込んだシートを予め作成する
第1の段階と、CPU(中央処理装置)が情報読取装置
を使って前記図面から図面情報を読み取ってベクタ形式
でメモリに記憶する第2の段階と、CPUが前記シート
から数字記号情報及びその書き込まれている位置情報を
読み取ってベクタ形式に変換し、メモリにおいて記憶す
る第3の段階と、CPUが前記メモリから図面情報と数
字記号情報及び位置情報を読み出し、それを情報出力装
置を使って可視的に出力する際、数字記号と文字情報と
の対応テーブルを参照して、数字記号情報は文字情報に
変換して出力することにより、文字情報を付加された図
面情報を出力する第4の段階と、を含むことを特徴とす
る文字情報付加方法。
[Scope of Claims] 1) In a character information addition method for adding characters to a desired position on a drawing, the character information is added to a position corresponding to a desired position on the drawing, which has a spread corresponding to the drawing, and a character is added to a desired position on the drawing. The first stage is to create in advance a sheet on which numerical symbols corresponding to the character information to be written are written, and the CPU (Central Processing Unit) reads the drawing information from the drawing using an information reading device and stores it in the memory in vector format. a second step in which the CPU reads numerical symbol information and its written position information from the sheet, converts it into a vector format, and stores it in the memory; and a third step in which the CPU reads the drawing information from the memory. When reading numerical symbol information and position information and visually outputting it using an information output device, convert numerical symbol information into character information and output it by referring to a correspondence table between numerical symbols and character information. A fourth step of outputting drawing information to which character information has been added.
JP63085286A 1988-04-08 1988-04-08 Character information adding method Pending JPH01258182A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63085286A JPH01258182A (en) 1988-04-08 1988-04-08 Character information adding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63085286A JPH01258182A (en) 1988-04-08 1988-04-08 Character information adding method

Publications (1)

Publication Number Publication Date
JPH01258182A true JPH01258182A (en) 1989-10-16

Family

ID=13854327

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63085286A Pending JPH01258182A (en) 1988-04-08 1988-04-08 Character information adding method

Country Status (1)

Country Link
JP (1) JPH01258182A (en)

Similar Documents

Publication Publication Date Title
JPS6320622A (en) Document editing device
JPS6290753A (en) Documentation device
JPH01258182A (en) Character information adding method
JPS6038750B2 (en) How to enter characters in a word processor
JPS63136084A (en) Character processor
JP3150319B2 (en) Character pattern generator
JPS58166375A (en) Learning apparatus
JPH07111727B2 (en) Document reader
JPS5999538A (en) Conversion processing method of document data
JPS61223918A (en) Information input device
JPH08171555A (en) Word processor
JPH02275576A (en) Device for forming parts list
JPH04195580A (en) Device for forming index term file
JPS6168631A (en) Document print processing system
JPS6359661A (en) Document processor
JPS62105190A (en) Character processor
JPS61246878A (en) Graphic document processor
JPH05307550A (en) Document preparing device
JPS59123876A (en) Pattern output system of document processor
JPH04123226A (en) Method for exchanging data
JPS62186355A (en) Document preparation system
JPS6351309B2 (en)
JPH03208122A (en) Setting method for screen item attribute
JPS5979341A (en) Confirming system of corrected document
JPH0310368A (en) Attended data display processing system