JPH11265372A - Character processor - Google Patents

Character processor

Info

Publication number
JPH11265372A
JPH11265372A JP10066306A JP6630698A JPH11265372A JP H11265372 A JPH11265372 A JP H11265372A JP 10066306 A JP10066306 A JP 10066306A JP 6630698 A JP6630698 A JP 6630698A JP H11265372 A JPH11265372 A JP H11265372A
Authority
JP
Japan
Prior art keywords
character
pattern
external
output
logo
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.)
Withdrawn
Application number
JP10066306A
Other languages
Japanese (ja)
Inventor
Minoru Nakamura
実 中村
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP10066306A priority Critical patent/JPH11265372A/en
Publication of JPH11265372A publication Critical patent/JPH11265372A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

PROBLEM TO BE SOLVED: To obtain a continuous pattern when a user requires to output a pattern consisting of logo or ruled line decorations by an external character specifying its character size information in a character processor capable of outputting a logo/decorated ruled line by an external character. SOLUTION: The character processor is provided with an external character storing part for registering a pattern of specific size optionally set up as an external character and an output processing part 10 for executing edition for outputting document information by printing or the like in addition to a storing part for document information including the format information, character codes, etc., of an inputted document and a character pattern storing part corresponding to general character codes. At the time of identifying the existence of an instruction for outputting an external character logo in document data, the output processing part 10 calculates feeding volume corresponding to the specified size of the external character by a feeding volume calculation part 13a and generates a pattern of the specified size from registered external characters by a pattern generation part 14 and an output part 15 generates an output based on the feeding volume and the generated pattern.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は外字によるロゴ・飾
り罫線を出力する文字処理装置に関する。ワードプロセ
ッサやパソコン(パーソナルコンピュータ)等では,文
字を印字する場合は予め決められた文字コードとその文
字の大きさと,字送り量(行送り量)を指定すること
で,任意の大きの文字を印字または表示することができ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a character processing device for outputting a logo / decorative rule using external characters. In a word processor or a personal computer (personal computer), when printing characters, any size of character can be printed by specifying a predetermined character code, the size of the character, and the character feed amount (line feed amount). Or can be displayed.

【0002】一方,ユーザが入力して設定した外字の場
合は,予め決められたサイズのパターンが設定登録され
ており,他の大きさに変更する場合にはそのパターンを
改めて設定登録する場合が多く,特に外字を組み合わせ
てロゴ(絵柄)や飾り罫線を構成する場合に,拡大・縮
小時にパターンを連続させることができないため,その
改善が望まれている。
On the other hand, in the case of an external character set by a user input, a pattern of a predetermined size is registered and set, and when the size is changed to another size, the pattern is set and registered again. In many cases, particularly when a logo (pattern) or decorative ruled line is formed by combining external characters, the pattern cannot be continued at the time of enlargement / reduction, and thus an improvement is desired.

【0003】[0003]

【従来の技術】従来のワードプロセッサやパソコン等の
文字処理装置では,文書を印字出力または表示出力する
場合に,書式に従った文字の大きさに文字パターンを生
成する処理が行われている。
2. Description of the Related Art In a conventional character processor such as a word processor or a personal computer, when a document is printed out or displayed, a process of generating a character pattern in a character size according to a format is performed.

【0004】図5に従来のワープロソフトにおける文字
出力のフローチャートを示す。最初に書式情報を獲得
し,次に文字コード情報を獲得し,更に文字サイズ情報
を獲得する(図5のS1〜S3)。続いて,文字種を識
別し(同S4),通常の文字の場合は,通常文字フォン
トデータを作成する(同S5)。外字の場合は,外字フ
ォントデータを登録されたメモリから取り出して展開す
ることにより作成し(図5のS6),続けて通常文字ま
たは外字の字送り量/行送り量を算出し(同S7),出
力位置を決定して(同S8),出力する(同S9)。
FIG. 5 shows a flowchart of character output in conventional word processing software. First, format information is obtained, then character code information is obtained, and further, character size information is obtained (S1 to S3 in FIG. 5). Subsequently, the character type is identified (S4), and in the case of a normal character, normal character font data is created (S5). In the case of an external character, the external character font data is created by extracting it from the registered memory and expanding it (S6 in FIG. 5), and then calculates the character feed amount / line feed amount of the normal character or the external character (S7). The output position is determined (S8) and output (S9).

【0005】文字を出力する場合,通常の標準化された
文字のサイズは,ボディフェース(各文字に割り当てら
れた正方形の領域)と,文字自体のレターフェースとで
決まり,字送り量とボディフェースを等しくしても実際
に印刷すると隙間が空いてバランスを取ることができ
る。特に,日本語の文字の場合は正方形である場合が多
く,文字の大きさと,字送り量,行送り量を設定すれ
ば,対応するサイズのパターンを生成する機能によりパ
ターンを生成して印字を行うことができる。
When a character is output, the size of a standard character is usually determined by a body face (a square area assigned to each character) and a letter face of the character itself. Even if they are equal, when printing is actually performed, there is a gap and a balance can be obtained. In particular, Japanese characters are often square, and if you set the character size, character feed amount, and line feed amount, the function that generates a pattern of the corresponding size will generate a pattern and print it. It can be carried out.

【0006】[0006]

【発明が解決しようとする課題】従来は通常文字も外字
フォントも同じように,文字サイズ情報に従って字送り
/行送りの量が算出されるため,外字をロゴや罫線飾り
に使用した時に,文字の間に隙間が発生して,連続した
文字または絵柄が発生しないという問題があった。特
に,複数の外字のパターンを組み合わせ(タイリングす
る場合を含む)る場合にロゴ(絵柄)または,罫線飾り
を発生する場合に,隣接するパターンが重なったり,離
れたりすることにより,連続したパターンにならない問
題が発生していた。
Conventionally, the amount of character feed / line feed is calculated according to character size information in the same manner as normal characters and external character fonts. There is a problem that a gap is generated between the characters and a continuous character or picture is not generated. In particular, when combining multiple external character patterns (including tiling), when a logo (picture) or ruled line decoration is generated, adjacent patterns are overlapped or separated, resulting in a continuous pattern. A problem that did not occur.

【0007】本発明は文字サイズ情報を指定した外字に
よるロゴや罫線飾りのパターンを出力したい場合に連続
したパターンを得ることができる外字によるロゴを出力
する文字処理装置を提供することを目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a character processing device for outputting a logo using an external character which can obtain a continuous pattern when a logo or a ruled line decoration pattern in which character size information is designated is desired to be output. .

【0008】[0008]

【課題を解決するための手段】図1は本発明の原理構成
を示す。図中,1は処理部,10は出力処理部,11は
書式識別部,12は文字コード識別部,13は外字ロゴ
出力部,13aは指定されたサイズ対応の送り量算出
部,14はパターン生成部,15は出力部,16はメモ
リである。
FIG. 1 shows the principle of the present invention. In the figure, 1 is a processing unit, 10 is an output processing unit, 11 is a format identification unit, 12 is a character code identification unit, 13 is an external character logo output unit, 13a is a feed amount calculation unit corresponding to a specified size, and 14 is a pattern. A generating unit, 15 is an output unit, and 16 is a memory.

【0009】処理部1において,メモリ16に格納され
た文書について,出力処理部10を駆動すると,最初に
書式識別部11で書式を識別し,その文字コード及び指
定されたサイズ等を文字コード識別部12で識別する。
次にその文書情報について文字コードが外字で且つロゴ
出力(書式で指定されている)である場合は,外字ロゴ
出力部13が起動され,ロゴ出力でない場合は通常の文
字パターンを用いた出力処理(図示省略)が起動され
る。外字ロゴ出力部13では送り量算出部13aで,外
字を指定サイズのロゴのパターンにした時の送り量(字
間と行間)を算出する。この場合の送り量(字間と行
間)は外字パターンに対応し,外字パターンの拡大また
は縮小の値に対応し,その外字パターンを拡大(または
縮小)した時に隣接するパターンと連続するような送り
量となる。この送り量は出力部15に供給され,更にパ
ターン生成部14は送り量に対応した外字のロゴのパタ
ーンを生成する。生成されたパターンは出力部15に送
られる。出力部15はパターンと送り量とを用いて外字
を組み合わせたパターン(ビットマップ)を生成して,
印刷または表示を行う機構に出力される。このように,
外字を文字として編集することができると同時にパター
ンとして扱った時に拡大,縮小を含めた加工を簡単に行
って出力することができる。また,飾り罫線を形成する
場合は,飾りの形状に応じた複数種類の外字を組み合わ
せることにより作成することができる。
In the processing unit 1, when the output processing unit 10 is driven for the document stored in the memory 16, the format identification unit 11 first identifies the format, and identifies the character code and the designated size and the like by the character code identification. The identification is performed by the unit 12.
Next, if the character code of the document information is an external character and the output is a logo (specified in a format), the external character logo output unit 13 is activated. If the output is not a logo output, an output process using a normal character pattern is performed. (Not shown) is started. In the external character logo output unit 13, a feed amount calculating unit 13a calculates a feed amount (character spacing and line spacing) when the external character is formed into a logo pattern of a specified size. In this case, the feed amount (character spacing and line spacing) corresponds to the external character pattern, and corresponds to the expansion or reduction value of the external character pattern. Amount. The feed amount is supplied to the output unit 15, and the pattern generation unit 14 generates a pattern of the external character logo corresponding to the feed amount. The generated pattern is sent to the output unit 15. The output unit 15 generates a pattern (bitmap) combining external characters using the pattern and the feed amount,
Output to the printing or display mechanism. in this way,
External characters can be edited as characters, and at the same time, when handled as patterns, processing including enlargement and reduction can be easily performed and output. Also, when forming a decorative ruled line, it can be created by combining a plurality of types of external characters according to the shape of the decoration.

【0010】[0010]

【発明の実施の形態】図2は本発明が実施されるシステ
ムの構成図である。図2中,2はCPUとメモリを含む
文字処理装置,20はシステムプログラム(OSを含
む),21はメモリ,22はアプリケーションプログラ
ム,3はキーボード/マウス等の入力装置,4a,4b
は外部記憶装置であり,4aはフレキシブルディスク記
録装置,4bはハードディスク装置である。5はCRT
ディスプレイ,6はプリンタである。
FIG. 2 is a configuration diagram of a system in which the present invention is implemented. In FIG. 2, 2 is a character processing device including a CPU and a memory, 20 is a system program (including an OS), 21 is a memory, 22 is an application program, 3 is an input device such as a keyboard / mouse, and 4a and 4b.
Is an external storage device, 4a is a flexible disk recording device, and 4b is a hard disk device. 5 is CRT
The display 6 is a printer.

【0011】システムプログラム20内の20aは入力
制御部,20bは外部記憶装置制御部,20cは表示制
御部,20dは印刷制御部である。またアプリケーショ
ンプログラム部22内の22aは文書編集処理,22b
は書式設定処理,22cは外字編集処理,22dは文書
印刷処理の各処理を行うプログラムである。
In the system program 20, reference numeral 20a denotes an input control unit, 20b denotes an external storage device control unit, 20c denotes a display control unit, and 20d denotes a print control unit. Reference numeral 22a in the application program unit 22 denotes a document editing process;
Is a program for performing each processing of the format setting processing, 22c for external character editing processing, and 22d for document printing processing.

【0012】ユーザが入力装置3から文字入力を行った
り,外字を入力して設定すると,入力制御部20aを介
してメモリ21へ設定されて表示制御部20cの制御に
よりCRTディスプレイ5に表示される。CRTディス
プレイの表示内容を参照しながら入力装置3の指示によ
りアプリケーションプログラム22の文字編集処理22
a,書式設定処理22b,外字編集処理22cの各処理
を介してメモリ21上で編集が行われ,作成された文書
情報,書式情報,外字フォントデータ等の情報は外部記
憶装置制御部20bの制御によりフレキシブルディスク
記録装置4aまたはハードディスク装置4bに記録され
る。なお,文書情報は文字編集処理22aにより,ユー
ザが入力した情報であり,書式情報は書式設定処理22
bによりユーザが指定した情報であり,外字フォントデ
ータは外字編集処理22cによりユーザが入力した情報
である。また,標準フォントデータはシステムに規定さ
れた形式による文字コードに対する文字形状出力情報で
ある。
When the user performs a character input from the input device 3 or sets a character by inputting an external character, the character is set in the memory 21 via the input control unit 20a and is displayed on the CRT display 5 under the control of the display control unit 20c. . The character editing process 22 of the application program 22 is performed according to an instruction from the input device 3 while referring to the display contents of the CRT display.
a, a format setting process 22b, and an external character editing process 22c are performed on the memory 21 through editing, and the generated information such as document information, format information, and external character font data is controlled by the external storage device control unit 20b. Is recorded on the flexible disk recording device 4a or the hard disk device 4b. The document information is information input by the user through the character editing process 22a, and the format information is the format setting process 22a.
The external character font data is information specified by the user by the external character editing process 22c. The standard font data is character shape output information for a character code in a format specified by the system.

【0013】図3は文字印刷処理(図2の22d)のフ
ローチャートである。最初に書式情報を獲得し,外字以
外の一般の文字について指定された大きさ,桁方向の隣
合う文字の距離,行方向の隣合う文字の距離を求める
(図3のS1)。次に文字コード情報を獲得して(図3
のS2),通常文字か,外字または外字相当の文字かの
文字種を識別する(同S3)。ここで通常文字であるこ
とが分かると,文字サイズ情報を獲得し(同S4),通
常文字フォントデータを作成して(同S5),文字送り
/行送り量を算出する。また,S3において外字または
外字相当であることが分かると,その外字がロゴ出力用
か判別し(図3のS7),ロゴ出力用でない場合は上記
S5へ移行するが,ロゴ出力用である場合は字送り/行
送り量を算出する(同S8)。次に外字フォントデータ
を作成し(同S9),この後上記S6の後と同様に出力
位置を決定し(同S10),印刷のための描画(ビット
マップ)の出力を行い(同S11),文字情報が終了し
たか判別し(同S12),終了しない場合はS2に戻り
同様の処理を行う。
FIG. 3 is a flowchart of the character printing process (22d in FIG. 2). First, format information is obtained, and the designated size, the distance between adjacent characters in the column direction, and the distance between adjacent characters in the row direction are calculated for general characters other than external characters (S1 in FIG. 3). Next, character code information is obtained (FIG. 3).
S2), a character type of a normal character, an external character, or a character corresponding to an external character is identified (S3). If it is determined that the character is a normal character, character size information is obtained (S4), normal character font data is created (S5), and the character feed / line feed amount is calculated. If it is determined in S3 that the external character is equivalent to the external character, it is determined whether the external character is for logo output (S7 in FIG. 3). If the external character is not for logo output, the process proceeds to S5. Calculates the character feed / line feed amount (S8). Next, external character font data is created (S9), the output position is determined in the same manner as after S6 (S10), and a drawing (bitmap) for printing is output (S11). It is determined whether the character information has been completed (S12), and if not completed, the process returns to S2 and the same processing is performed.

【0014】図4は外字による罫線飾りの作成例を示
す。図4の(1) 〜(4) の中で点線は各書式の文字の基準
位置を仮想的に表している。(1) は,(a)〜(i) の9種の
外字を用いて飾り罫線を形成している。但し,実際に
は,4つの角を表す4種の外字(a),(f),(h),(i) と横方
向の模様を表す1種類の外字((b)〜(e) は同じ種類)
と,縦方向の模様を表す1種類の外字(g) との合計6種
類の外字で構成される。図4の(1) の基準書式に対し
て,字送り量を2倍とした出力が(2) に示す書式2のよ
うな描画パターンとなる。更に,基準書式に対し,字送
り量を2倍とし,行送り量を3倍にした場合の描画パタ
ーンは図4の(3) に示す書式3のようになる。また,こ
の書式3に対し,文字サイズを4倍とした場合の描画パ
ターンは図4の(4) に示す書式4のようになる。
FIG. 4 shows an example of creating a ruled line decoration using external characters. Dotted lines in (1) to (4) of FIG. 4 virtually represent the reference positions of characters in each format. In (1), decorative ruled lines are formed using nine types of external characters (a) to (i). However, actually, four types of external characters (a), (f), (h), and (i) representing four corners and one type of external character ((b) to (e) representing a horizontal pattern are: (Same type)
And one type of external character (g) representing a vertical pattern. The output in which the character feed amount is doubled with respect to the reference format of (1) in FIG. 4 becomes a drawing pattern like the format 2 shown in (2). Further, when the character feed amount is doubled and the line feed amount is tripled with respect to the reference format, the drawing pattern is as shown in Format 3 shown in (3) of FIG. Further, when the character size is quadrupled with respect to the format 3, the drawing pattern is as shown in a format 4 shown in FIG.

【0015】[0015]

【発明の効果】本発明によれば複数の外字を組み合わせ
ることにより,利用者が任意のデザインの簡易飾り罫線
や字送り量/行送り量の整数倍比サイズのロゴを作成す
ることができる。また,書式を変更しても外字を変更す
ることなく対応する出力パターンを作成することができ
る。
According to the present invention, by combining a plurality of external characters, a user can create a simple decorative ruled line of an arbitrary design or a logo having an integral multiple of the character feed amount / line feed amount. Even if the format is changed, a corresponding output pattern can be created without changing the external character.

【0016】また,文字編集機能やかな漢字変換機能に
よりロゴや飾り罫線の位置などを簡単に変更,削除,追
加することができる。
Further, the positions of logos and decorative lines can be easily changed, deleted, and added by the character editing function and the kana-kanji conversion function.

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

【図1】本発明の原理構成を示す図である。FIG. 1 is a diagram showing a principle configuration of the present invention.

【図2】本発明が実施されるシステムの構成図である。FIG. 2 is a configuration diagram of a system in which the present invention is implemented.

【図3】文字印刷処理のフローチャートである。FIG. 3 is a flowchart of a character printing process.

【図4】外字による罫線飾りの作成例を示す図である。FIG. 4 is a diagram illustrating an example of creating a ruled line decoration using external characters;

【図5】従来のワープロソフトにおける文字出力のフロ
ーチャートを示す図である。
FIG. 5 is a diagram showing a flowchart of character output in conventional word processing software.

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

1 処理部 10 出力処理部 11 書式識別部 12 文字コード識別部 13 外字ロゴ出力部 13a 送り量算出部 14 パターン生成部 15 出力部 16 メモリ Reference Signs List 1 processing unit 10 output processing unit 11 format identification unit 12 character code identification unit 13 external character logo output unit 13a feed amount calculation unit 14 pattern generation unit 15 output unit 16 memory

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 外字によるロゴ・飾り罫線を出力する文
字処理装置において,入力された文書の書式情報,文字
コード等を含む文書情報の格納部と,一般の文字コード
に対応する文字パターンの格納部の他に外字として任意
に設定された特定サイズのパターンを登録した外字格納
部と,文書情報を印字等により出力するための編集を行
う出力処理部とを備え,前記出力処理部は,前記文書デ
ータの中に外字のロゴ出力の指示を識別する識別部と,
前記ロゴ出力が指定された外字について指定されたサイ
ズに対応した送り量の算出部と,前記登録された外字か
ら指定サイズのパターンを生成するパターン生成部とを
備え,前記送り量と生成されたパターンから出力を発生
する出力部を備えることを特徴とする外字によるロゴ・
飾り罫線を出力する文字処理装置。
1. A character processing apparatus for outputting a logo / decorative ruled line using an external character, a storage unit for document information including format information and a character code of an input document, and a character pattern corresponding to a general character code. An external character storage unit in which a pattern of a specific size arbitrarily set as an external character is registered, and an output processing unit for editing for outputting document information by printing or the like, wherein the output processing unit is An identification unit for identifying an instruction to output an external character logo in the document data;
The logo output includes a calculation unit for a feed amount corresponding to a specified size for a specified external character, and a pattern generation unit for generating a pattern of a specified size from the registered external character, and A logo with external characters, characterized by having an output unit that generates an output from the pattern
A character processing device that outputs decorative ruled lines.
【請求項2】 請求項1において,前記文書の書式情報
により外字に対するサイズが指定されていると,前記送
り量算出部は,前記サイズに対応した行内の字送り量
と,行送り量とを算出することを特徴とするロゴ・飾り
罫線を出力する文字処理装置。
2. The method according to claim 1, wherein when a size for the external character is designated by the format information of the document, the feed amount calculating unit calculates a character feed amount in a line corresponding to the size and a line feed amount. A character processing device that outputs a logo / decorative ruled line, which is calculated.
JP10066306A 1998-03-17 1998-03-17 Character processor Withdrawn JPH11265372A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10066306A JPH11265372A (en) 1998-03-17 1998-03-17 Character processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10066306A JPH11265372A (en) 1998-03-17 1998-03-17 Character processor

Publications (1)

Publication Number Publication Date
JPH11265372A true JPH11265372A (en) 1999-09-28

Family

ID=13312006

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10066306A Withdrawn JPH11265372A (en) 1998-03-17 1998-03-17 Character processor

Country Status (1)

Country Link
JP (1) JPH11265372A (en)

Similar Documents

Publication Publication Date Title
JPH0464314B2 (en)
JPS6320622A (en) Document editing device
JPH03129397A (en) Document processor
JP2864412B2 (en) Printing equipment
JPH11265372A (en) Character processor
JP2005103929A (en) Apparatus for forming small printed matter, method for forming small printed matter and program for forming small printed matter
JPS63251856A (en) Address printing device
JP2605022B2 (en) Graphic processing unit
JP2815158B2 (en) Character processor
JP2550562B2 (en) Character display device
JP2813191B2 (en) Typeface automatic conversion method
JP2803746B2 (en) Character processing method and apparatus
JPH08142438A (en) Slip printing method
JP2575116B2 (en) Image processing device
JPH01103467A (en) Document output method
JPH0815794B2 (en) Character processor
JPH08153092A (en) Document processor
JPH06274150A (en) Document display method
JPH06168239A (en) Document preparing device
JPH01215557A (en) Word processor
JPH07152737A (en) Document preparing device
JPH10207878A (en) Document editing and printing device
JPH06199020A (en) Method and apparatus for controlling label printing
JPH10283491A (en) Device for processing document
JPH07325798A (en) Document preparing device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20050607