JPH0469914B2 - - Google Patents
Info
- Publication number
- JPH0469914B2 JPH0469914B2 JP59150532A JP15053284A JPH0469914B2 JP H0469914 B2 JPH0469914 B2 JP H0469914B2 JP 59150532 A JP59150532 A JP 59150532A JP 15053284 A JP15053284 A JP 15053284A JP H0469914 B2 JPH0469914 B2 JP H0469914B2
- Authority
- JP
- Japan
- Prior art keywords
- character
- characters
- screen
- display
- bit
- 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.)
- Expired - Lifetime
Links
Landscapes
- Digital Computer Display Output (AREA)
- Document Processing Apparatus (AREA)
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は複数種類の大きさの文字を混在させて
表示することの可能なキヤラクタデイスプレイ装
置に関するもので、デイスプレイ上に表示されて
いる異なる大きさの文字が混在する文字列につい
て編集処理を行なう場合の制御に係るものであ
る。[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a character display device that is capable of displaying a mixture of characters of a plurality of sizes. This relates to control when performing editing processing on a character string containing characters of mixed sizes.
第4図はキヤラクタデイスプレイ装置の一例を
示すブロツク図であつて、1はインタフエース
部、2はリフレツシユメモリ、3は制御部、4は
キヤラクタジエネレータ、5は表示部、6はキー
ボードを表わしている。
FIG. 4 is a block diagram showing an example of a character display device, in which 1 is an interface section, 2 is a refresh memory, 3 is a control section, 4 is a character generator, 5 is a display section, and 6 is a keyboard. It represents.
第4図において、インタフエース部1で受けた
コンピユータからのデータ(文字コード等)はリ
フレツシユメモリ2に貯えられ、ラスタの走査に
同期して、制御部3によつて読み出される。そし
て、その内の文字コードがキヤラクタジエネレー
タ4に送り込まれる。キヤラクタジエネレータ4
は転送を受けた文字コードをドツトパターンに変
換して表示部5に送出する。 In FIG. 4, data (such as character codes) received from the computer by the interface section 1 is stored in a refresh memory 2, and read out by the control section 3 in synchronization with raster scanning. Then, the character code among them is sent to the character generator 4. Character generator 4
converts the transferred character code into a dot pattern and sends it to the display section 5.
表示部5の画面上での表示の位置は後述するサ
ブブロツク単位でハード的に固定されており、か
つリフレツシユメモリ2のアドレスとは1対1に
対応している。すなわち、リフレツシユメモリ2
の特定のアドレスの内容は、これと対応する画面
の一定の位置に表示される。 The display position on the screen of the display unit 5 is fixed in terms of hardware in units of sub-blocks, which will be described later, and has a one-to-one correspondence with the addresses of the refresh memory 2. In other words, refresh memory 2
The contents of a specific address are displayed at a corresponding fixed position on the screen.
複数種類の大きさの文字を表示させる場合に
は、最も小さな文字の区画寸法(ドツト構成)を
単位として、その整数倍の組み合わせに依るのが
普通である。 When displaying characters of a plurality of sizes, it is common to use the smallest character block size (dot configuration) as a unit and rely on combinations of integral multiples thereof.
第5図は画面データと表示画面の関係の例を表
わした図であつて、7は小形文字、8は中形文
字、9は標準文字、10は倍角文字、11は倍幅
文字、12は倍高文字を示している。表示文字の
最小単位(最小文字の区画)はサブブロツクと呼
ばれ縦12ドツト、横8ドツトで構成されている。
そして、キヤラクタジエネレータは標準文字や中
形文字については該当する文字のパターンをサブ
ブロツク毎(象限毎)に分解して、象限情報に基
づいてそれぞれのパターンを発生する。 FIG. 5 is a diagram showing an example of the relationship between screen data and the display screen, where 7 is a small-sized character, 8 is a medium-sized character, 9 is a standard character, 10 is a double-width character, 11 is a double-width character, and 12 is a double-width character. Showing double-height characters. The minimum unit of displayed characters (minimum character section) is called a sub-block and consists of 12 dots vertically and 8 dots horizontally.
For standard characters and medium-sized characters, the character generator decomposes the corresponding character pattern into subblocks (quadrants) and generates each pattern based on the quadrant information.
第6図は文字パターンとキヤラクタジエネレー
タのデータとの関係を示す図で、13は標準文
字、14は中形文字、15は小形文字、16は
CGメモリ(ROM)、17は標準文字のパターン
データ、18は中形、小形文字のパターンデータ
を表わしている。また、図中の〜は象限を表
わしている。 Figure 6 is a diagram showing the relationship between character patterns and character generator data, where 13 is a standard character, 14 is a medium character, 15 is a small character, and 16 is a small character.
CG memory (ROM), 17 represents pattern data of standard characters, and 18 represents pattern data of medium and small characters. Moreover, ~ in the figure represents a quadrant.
以上説明したようなキヤラクタデイスプレイ装
置において、或る文字列を指定して、これと同じ
文字並びを有する画面中の総ての文字列を他の文
字列と置換する一斉訂正処理を行なうとき、従
来、一斉訂正処理の実行後に、訂正をする必要の
ない文字列まで訂正されてしまつたことに気付く
と言う様なことがあつた。特に文字間のNull文
字をサプレスして文字列を認識するシステムにお
いては、この様な問題が発生し易いと言う欠点が
あつた。そして複数の大きさの文字が混在して表
示されている画面では、この様な問題に対する一
斉訂正後の確認が困難である上、復元が面倒であ
ると言う問題点があつた。
In the character display device as described above, when specifying a certain character string and performing a simultaneous correction process to replace all character strings on the screen that have the same character sequence with other character strings, Conventionally, after executing the simultaneous correction process, there have been cases where the user realizes that character strings that do not need to be corrected have also been corrected. In particular, systems that recognize character strings by suppressing null characters between characters have the disadvantage that such problems are likely to occur. On a screen where characters of a plurality of sizes are displayed in a mixed manner, it is difficult to confirm such problems after simultaneous correction, and restoration is troublesome.
本発明は、上記従来の欠点に鑑み、一斉訂正処
理を行なう場合に操作者が意図しない文字や文字
列まで他の文字に置換されてしまうと言う様なこ
との生じない操作性の良いキヤラクタデイスプレ
イ装置を提供することを目的としている。 In view of the above-mentioned drawbacks of the conventional art, the present invention provides a character with good operability that does not cause characters or character strings not intended by the operator to be replaced with other characters when performing simultaneous correction processing. The purpose is to provide display devices.
そして、この目的は本発明によれば、特許請求
の範囲に記載のとおり、複数種類の文字を混在さ
せて表示することの可能なキヤラクタデイスプレ
イ装置において、表示画面中の文字または文字列
の近傍、あるいは該文字または該文字列上に重ね
て編集用カーソルを表示せしめる手段を設け、任
意の文字または文字列についての一斉訂正を指示
したてとき、画面に表示されている文字中の該当
する文字または文字列を指し示すよう前記編集用
カーソルを表示することを特徴とする一斉訂正処
理制御方式により達成される。
According to the present invention, this object is achieved by providing a character display device capable of displaying a mixture of a plurality of types of characters as described in the claims. , or by providing a means for displaying an editing cursor over the character or character string, and instructing simultaneous correction of any character or character string, the corresponding character among the characters displayed on the screen. Alternatively, this can be achieved by a simultaneous correction processing control method characterized by displaying the editing cursor so as to point to a character string.
上記キヤラクタデイスプレイ装置において、操
作者が画面に表示されている文字の内の特定の文
字または文字列(以下単に文字列とも言う)につ
いて一斉訂正を行なわんとするとき、訂正すべき
文字列を指定して一斉訂正を指示すると、画面中
の該当する文字または文字列が編集用カーソルに
よつて指し示されるから、訂正が意図通りに行な
われるかを容易に確認することができる。若しこ
のとき編集用カーソルによつて示された文字また
は文字列の内、訂正することなく元のまま残した
いものがあれば当該文字または文字列についての
訂正を抑止(例えば該当位置の編集用カーソルを
消去することによる)すれば良い。
In the above character display device, when an operator wishes to simultaneously correct a specific character or character string (hereinafter also simply referred to as a character string) among the characters displayed on the screen, the operator selects the character string to be corrected. When specifying and instructing simultaneous correction, the editing cursor points to the corresponding character or character string on the screen, making it easy to check whether the correction has been made as intended. At this time, if there is a character or character string indicated by the editing cursor that you want to leave as it is without correction, the correction of that character or character string is suppressed (for example, if the character or character string indicated by the editing cursor is (by erasing the cursor).
第1図は本発明の1実施例の制御を示す流れ図
である。第1図において訂正すべき文字列の検索
は訂正対象の文字列の最も下の準行(準行とはサ
ブブロツクの行)を退避バツフアに退避して、こ
れと同じサブブロツクの列を画面に表示されてい
る文字の中から探し出すことにより行なわれる。
訂正される文字列は全て同じ文字高であるから最
下準行のサブブロツク列が全て同じであれば同一
文字列と見なせる。また、退避データポインタは
退避データ上のサブブロツク検索用であり、画面
ポインタ2はイメージバツフア(画面)上のサブ
ブロツク検索に用いる。
FIG. 1 is a flowchart showing the control of one embodiment of the present invention. In Figure 1, to search for a character string to be corrected, save the lowest sub-line (a sub-block line is a sub-block line) of the character string to be corrected to a save buffer, and display the same sub-block column on the screen. This is done by searching among the characters that are listed.
Since all of the character strings to be corrected have the same character height, they can be considered to be the same character string if all the subblock strings in the lowest sub-row are the same. The save data pointer is used to search for subblocks on the save data, and the screen pointer 2 is used to search for subblocks on the image buffer (screen).
1文字の最も下の最も左のサブブロツクを見付
けるのは後述する文字5バイト情報の内の1ビツ
ト(ハードで使用していない)を用いている。す
なわち、1文字の最も下の最も左のサブブロツク
である場合には上記ビツトを“1”にしておい
て、これが見付かるまで画面ポインタ1を更新す
る。 To find the leftmost sub-block at the bottom of one character, one bit (not used by the hardware) of the character's 5-byte information, which will be described later, is used. That is, if it is the bottommost leftmost subblock of one character, the above bit is set to "1" and the screen pointer 1 is updated until it is found.
第2図は、編集用カーソルの例を示す図であつ
て、19は編集用カーソルを表わしている。第2
図において文字間の間隔が広いものは、その間に
Null文字があることを示している。そして、本
例では、字間のNull文字の有無に関係なく同一
の文字並びについて編集用カーソルが表示される
場合を表わしている。 FIG. 2 is a diagram showing an example of an editing cursor, and 19 represents the editing cursor. Second
In illustrations, if there is a wide space between characters, there is a
Indicates that there is a null character. In this example, the editing cursor is displayed for the same character sequence regardless of the presence or absence of a null character between characters.
第3図はメモリ上の5バイト情報の例を示す図
であつて、これは、1サブブロツク分のパターン
をデイスプレイ上に表示するためのメモリ情報で
ある。第3図において、20は最も下の最も左で
あることを表示するビツト、21はサイズ指定ビ
ツト、22は文字コード、23は象限指定ビツ
ト、24はカーソル指定ビツト、25は編集カー
ソル表示ビツト、26は倍幅指定ビツト、27は
倍高指定ビツトを表わしている。 FIG. 3 is a diagram showing an example of 5-byte information on the memory, and this is memory information for displaying one sub-block worth of patterns on the display. In FIG. 3, 20 is a bit that indicates the lowest leftmost position, 21 is a size designation bit, 22 is a character code, 23 is a quadrant designation bit, 24 is a cursor designation bit, 25 is an edit cursor display bit, 26 represents a double width designation bit, and 27 represents a double height designation bit.
以上詳細に説明したように本発明の方式によれ
ば、複数種類の大きさの文字を混在させて表示す
ることのできるキヤラクタデイスプレイ装置にお
いて、画面上に表示されている文字の中の特定の
文字列を一斉訂正しようとするとき、訂正の実行
前に画面内の該当する文字列が編集カーソルによ
つて示されるから、操作者は訂正対象が意図通り
であるか否かを確認をすることができる。従つ
て、操作者の意図に反した訂正が行なわれてしま
うと言う様な不都合が発生することのない操作性
の良いキヤラクタデイスプレイ装置を実現できる
から効果は大である。
As explained in detail above, according to the method of the present invention, in a character display device that can display characters of a plurality of different sizes, specific characters among the characters displayed on the screen can be When attempting to correct character strings all at once, the corresponding character string on the screen is indicated by the editing cursor before the correction is executed, so the operator must check whether the correction target is as intended. I can do it. Therefore, it is possible to realize a character display device with good operability, which does not cause inconveniences such as corrections made contrary to the operator's intention, and is highly effective.
第1図は本発明の1実施例の制御を示す流れ
図、第2図は編集用カーソルの例を示す図、第3
図はメモリ上の5バイト情報を示す図、第4図は
キヤラクタデイスプレイ装置の1例を示すブロツ
ク図、第5図は画面データと表示画面の関係の例
を表わした図、第6図は文字パターンとキヤラク
タジエネレータのデータとの関係を示す図であ
る。
1…インタフエース部、2…リフレツシユメモ
リ、3…制御部、4…キヤラクタジエネレータ、
5…表示部、6…キーボード、7,15…小形文
字、8,14…中形文字、9,13…標準文字、
10…倍角文字、11…倍幅文字、12…倍高文
字、16…CGメモリ(ROM)、17…標準文字
のパターンデータ、18…中形、小形文字のパタ
ーンデータ、19…編集用カーソル、20…最も
下の最も左であることを表示するビツト、21…
サイズ指定ビツト、22…文字コード、23…象
限指定ビツト、24…カーソル指定ビツト、25
…編集カーソル表示ビツト、26…倍幅指定ビツ
ト、27…倍高指定ビツト。
FIG. 1 is a flowchart showing control of one embodiment of the present invention, FIG. 2 is a diagram showing an example of an editing cursor, and FIG.
The figure shows 5-byte information on memory, Figure 4 is a block diagram showing an example of a character display device, Figure 5 is a diagram showing an example of the relationship between screen data and display screen, and Figure 6 is a diagram showing an example of the relationship between screen data and display screen. FIG. 3 is a diagram showing the relationship between character patterns and character generator data. DESCRIPTION OF SYMBOLS 1...Interface part, 2...Refresh memory, 3...Control part, 4...Character generator,
5...Display section, 6...Keyboard, 7, 15...Small characters, 8, 14...Medium characters, 9, 13...Standard characters,
10...Double-width characters, 11...Double-width characters, 12...Double-height characters, 16...CG memory (ROM), 17...Standard character pattern data, 18...Medium and small character pattern data, 19...Editing cursor, 20...Bit indicating that it is the lowest and leftmost position, 21...
Size specification bit, 22... Character code, 23... Quadrant specification bit, 24... Cursor specification bit, 25
...Edit cursor display bit, 26...Double width specification bit, 27...Double height specification bit.
Claims (1)
可能なデイスプレイ装置において、表示画面中の
文字または文字列の近傍、あるいは該文字または
該文字列上に重ねて編集用カーソルを表示せしめ
る手段を設け、任意の文字または文字列について
の一斉訂正を指示したとき、画面に表示されてい
る文字中の該当する文字または文字列を指し示す
よう前記編集用カーソルを表示することを特徴と
する一斉訂正処理制御方式。1. In a display device capable of displaying a mixture of multiple types of characters, a means for displaying an editing cursor near or over the characters or character strings on the display screen shall be provided. , a simultaneous correction processing control characterized in that when a simultaneous correction of arbitrary characters or character strings is instructed, the editing cursor is displayed to point to the corresponding character or character string among the characters displayed on the screen. method.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP15053284A JPS6128996A (en) | 1984-07-20 | 1984-07-20 | Simultaneous correction processing control system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP15053284A JPS6128996A (en) | 1984-07-20 | 1984-07-20 | Simultaneous correction processing control system |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPS6128996A JPS6128996A (en) | 1986-02-08 |
| JPH0469914B2 true JPH0469914B2 (en) | 1992-11-09 |
Family
ID=15498925
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP15053284A Granted JPS6128996A (en) | 1984-07-20 | 1984-07-20 | Simultaneous correction processing control system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPS6128996A (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH061470B2 (en) * | 1986-09-18 | 1994-01-05 | シャープ株式会社 | Text processor |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS56110988A (en) * | 1980-02-07 | 1981-09-02 | Ricoh Kk | Cursol indication control system |
-
1984
- 1984-07-20 JP JP15053284A patent/JPS6128996A/en active Granted
Also Published As
| Publication number | Publication date |
|---|---|
| JPS6128996A (en) | 1986-02-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP0216501A2 (en) | Digital image rotation | |
| EP0172312A2 (en) | Data display systems | |
| EP0105490A2 (en) | Font display and text editing systems with character overlay feature | |
| US20020000995A1 (en) | Image displaying system and information processing apparatus | |
| JPS5936778B2 (en) | data printing device | |
| JPH01210990A (en) | Display device | |
| JP2639517B2 (en) | Image area color processing method | |
| US5883624A (en) | Document reference apparatus and method for displaying documents page by page and storage medium storing program used for realizing the apparatus and method | |
| JPS6128996A (en) | Simultaneous correction processing control system | |
| EP0189567B1 (en) | Color display system | |
| GB2233800A (en) | Text processing with framing | |
| JPS6011888A (en) | Kanji pattern memory system | |
| JPH0254958B2 (en) | ||
| JPS6371779A (en) | Image display system | |
| JPS6128995A (en) | Repetition processing system | |
| JPS61254986A (en) | Character graphic display unit | |
| JPS6128998A (en) | Display screen edit subject range display system | |
| JPS5965339A (en) | document editing device | |
| JPH0619443A (en) | Information processing equipment | |
| JPS6292080A (en) | Character pattern recognition correction device | |
| JPS63140323A (en) | Control system for hard copy of display picture | |
| JPH0328719B2 (en) | ||
| JPH0553551A (en) | Image display method and device | |
| EP0437064A2 (en) | Computer graphics system | |
| JPH10324039A (en) | Method for changing print format interactively, and printer emulator |