JP2000250518A - Character processor and processing method for character data, and storage medium - Google Patents

Character processor and processing method for character data, and storage medium

Info

Publication number
JP2000250518A
JP2000250518A JP11050650A JP5065099A JP2000250518A JP 2000250518 A JP2000250518 A JP 2000250518A JP 11050650 A JP11050650 A JP 11050650A JP 5065099 A JP5065099 A JP 5065099A JP 2000250518 A JP2000250518 A JP 2000250518A
Authority
JP
Japan
Prior art keywords
character
stored
storage area
storage
data
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
JP11050650A
Other languages
Japanese (ja)
Inventor
Masahiko Kobayashi
雅彦 小林
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP11050650A priority Critical patent/JP2000250518A/en
Publication of JP2000250518A publication Critical patent/JP2000250518A/en
Pending legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)
  • Record Information Processing For Printing (AREA)

Abstract

PROBLEM TO BE SOLVED: To process a character data of high quality fast without causing the increase in storage capacity. SOLUTION: Character codes and font data are previously stored on a disk drive, and an initializing process (S2) copies and saves the character codes and a specific character group of high use frequency in a cache area secured in a RAM and also secures a general cache area where characters other than the specific character group are saved in the cache area. For an input character of high use frequency, a fixed cache hit process is performed (S3→S4). For an input character of low use frequency which is not stored in the general cache area, on the other hand, its font data are loaded from the disk drive and stored at the head of the general cache area (S3→S5→S6→S7) and for an input character which is already stored in the general cache area, a general cache hit process is performed (S5→S8).

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, a character data processing method, and a storage medium, and more particularly, to a character processing device for displaying and printing a character font, particularly an outline font, and an outline font. The present invention relates to a method of processing character data, and a computer-readable storage medium storing a processing procedure of the character data.

【0002】[0002]

【従来の技術】アウトラインフォントは文字の形状を輪
郭線で表現しているため、文字サイズの大きさに依存す
ることなく高品位の文字データを出力することができる
が、その一方で文字の展開処理に時間を要するため、印
字速度が遅いという欠点があった。
2. Description of the Related Art Outline fonts represent character shapes by outlines, so that high-quality character data can be output without depending on the character size. Since processing takes time, there is a drawback that the printing speed is slow.

【0003】このため従来の文字処理装置では、使用頻
度の高い文字データをフォントサイズと共にビットマッ
プデータとして予めメモリに記憶しておいたり、或いは
最近使用した文字フォントを出力イメージの状態でキャ
ッシュとしてメモリに一時的に記憶しておき、メモリに
記憶されている文字フォントを適宜出力して文書の作成
をすることが行なわれている。
For this reason, in a conventional character processing apparatus, frequently used character data is stored in a memory in advance as bitmap data together with a font size, or a recently used character font is stored as a cache in an output image state. In this case, a document is created by temporarily storing the character font stored in the memory as needed.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上記従
来の文字処理装置では、同一フォントサイズの文字を使
用して文書を作成する場合は十分な機能を発揮し得るも
のの、近年のワードプロセッサやDTP(Desk Top Pub
lishing)のように所謂マルチポイント、マルチフォン
トの環境下で文書作成を行なう文書処理装置では、メモ
リに記憶されているフォントサイズと異なったフォント
サイズの文字を使用して表示・印字する場合、文字自体
は同一であってもフォントサイズに応じて新たに文字を
作成し直さなければならなかった。
However, in the above-mentioned conventional character processing apparatus, although a sufficient function can be exhibited when a document is created by using characters of the same font size, a recent word processor or DTP (Desk Top Pub
In a document processing device that creates a document in a so-called multi-point, multi-font environment, such as a text processing device, when displaying and printing using characters having a font size different from the font size stored in the memory, the Even if they were the same, new characters had to be recreated according to the font size.

【0005】すなわち、従来の文字処理装置では、使用
頻度の低い文字であっても新規に文字を作成して該新規
作成文字がメモリに記憶される結果、記憶容量の大きな
メモリを装置に搭載する必要があり、しかも上述の如く
前記使用頻度の低い文字も使用頻度の高い文字と同様に
してメモリに保存されることとなるため、所謂キャッシ
ュ効率が悪いという問題点があった。
That is, in the conventional character processing apparatus, a new character is created even if the character is infrequently used, and the newly created character is stored in the memory. As a result, a memory having a large storage capacity is mounted on the apparatus. In addition, since the characters with low use frequency are stored in the memory in the same manner as the characters with high use frequency as described above, there is a problem that the so-called cache efficiency is low.

【0006】さらに、近年におけるCPUの処理速度の
向上に伴って文字データの展開自体はかなり高速になっ
たが、文字データがハードディスク等のディスク装置に
格納されている場合は文字データが入力される毎に前記
ディスク装置にアクセスしているため、文字データの検
索や読込みに要する時間が相対的に長くなるという問題
点があった。
[0006] Furthermore, the development of character data itself has become considerably faster with the recent increase in the processing speed of the CPU. However, when character data is stored in a disk device such as a hard disk, character data is input. Each time the disk device is accessed, there is a problem that the time required for searching and reading character data is relatively long.

【0007】本発明はこのような問題点に鑑みなされた
ものであって、記憶容量の増大化を招来することもなく
高品位の文字データを高速処理することができる文字処
理装置及び文字データの処理方法、並びに記憶媒体を提
供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of such problems, and a character processing apparatus and a character data processing apparatus capable of processing high-quality character data at high speed without increasing the storage capacity. It is an object to provide a processing method and a storage medium.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するため
に本発明に係る文字処理装置は、所定文字コードと該所
定文字コードに対応するフォントデータとが格納された
格納手段と、該格納手段に格納された格納情報をコピー
して記憶する記憶手段とを備え、前記記憶手段が、前記
格納手段に格納されている所定文字コードを登録する文
字コード登録領域と、使用頻度の高い所定文字群が前記
格納手段からコピーされて保存される第1の保存領域
と、前記所定文字群以外の文字が前記格納手段からコピ
ーされて保存可能とされた第2の保存領域とを有してい
ることを特徴としている。
In order to achieve the above object, a character processing apparatus according to the present invention comprises: storage means for storing a predetermined character code and font data corresponding to the predetermined character code; Storage means for copying and storing storage information stored in the storage means, wherein the storage means includes a character code registration area for registering a predetermined character code stored in the storage means, and a predetermined character group frequently used. Has a first storage area copied and stored from the storage means and a second storage area in which characters other than the predetermined character group can be copied and stored from the storage means. It is characterized by.

【0009】また、本発明に係る文字データの処理方法
は、所定文字コードと該所定文字コードに対応するフォ
ントデータとを予め格納手段に格納し、前記所定文字コ
ード及び使用頻度の高い所定文字群を前記格納手段から
コピーして保存すると共に、前記所定文字群以外の文字
は固定長バッファ内に最新使用フォントデータから順次
使用履歴順に所定個数保存することを特徴としている。
Further, in the character data processing method according to the present invention, a predetermined character code and font data corresponding to the predetermined character code are stored in advance in a storage unit, and the predetermined character code and a predetermined character group frequently used are stored. Are copied from the storage means and stored, and a predetermined number of characters other than the predetermined character group are stored in the fixed-length buffer in order from the latest used font data in the order of use history.

【0010】さらに、本発明に係る記憶媒体は、コンピ
ュータ読取可能な記憶媒体であって、格納手段に格納さ
れている所定文字コードを文字コード登録領域に登録す
る文字コード登録手順と、使用頻度の高い所定文字群を
前記格納手段からコピーして第1の保存領域に保存する
第1の保存手順と、前記所定文字群以外の文字を前記格
納手段からコピーして第2の保存領域に保存可能とする
第2の保存手順と、前記文字コードを介して入力文字が
前記第1の保存領域に格納されているか否かを判断する
第1の判断手順と、該第1の判断手順により前記入力文
字が前記第1の保存領域に格納されていると判断された
ときは前記入力文字の文字コードと次文字コードとに基
づいて入力文字のデータサイズを算出するデータサイズ
算出手順と、前記第1の判断手順により前記入力文字が
前記第1の保存領域に格納されていないと判断されたと
きは前記入力文字が前記第2の保存領域に格納されてい
るか否かを判断する第2の判断手順と、前記第2の判断
手順により前記入力文字が前記第2の保存領域に保存さ
れていないと判断されたときは、前記格納手段から前記
入力文字のフォントデータをコピーして記憶するデータ
記憶手順とを格納していることを特徴としている。
Further, a storage medium according to the present invention is a computer-readable storage medium, wherein a character code registration procedure for registering a predetermined character code stored in storage means in a character code registration area, A first storing procedure of copying a high predetermined character group from the storage means and storing the same in the first storage area; and a character other than the predetermined character group being copied from the storage means and storing it in the second storage area A second storage procedure, a first determination procedure for determining whether or not an input character is stored in the first storage area via the character code, and the input procedure based on the first determination procedure. A data size calculating step of calculating a data size of the input character based on a character code of the input character and a next character code when it is determined that the character is stored in the first storage area; When it is determined that the input character is not stored in the first storage area according to the first determination procedure, a second determination is performed to determine whether the input character is stored in the second storage area. And when the input character is determined not to be stored in the second storage area by the second determination procedure, the font data of the input character is copied from the storage means and stored. It is characterized by storing procedures.

【0011】尚、本発明の他の特徴は下記の発明の実施
の形態の記載から明らかとなろう。
The other features of the present invention will be apparent from the following description of embodiments of the present invention.

【0012】[0012]

【発明の実施の形態】以下、本発明の実施の形態を図面
に基づいて詳説する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0013】図1は本発明に係る文字処理装置の一実施
の形態を示すブロック構成図であって、該文字処理装置
は、文字データ等の入力操作を行なうキーボード1と、
入力された文字データを表示するCRT等のディスプレ
イ装置2と、入力された文字データを印字出力するプリ
ンタ3と、システムの起動プログラムや所定の文字パタ
ーン等が記憶された読み出し専用メモリ(ROM)4
と、後述する文字処理プログラム及びフォントファイル
マップ等が格納されたハードディスク装置やフレキシブ
ルディスク装置等のディスク装置5と、前記文字処理プ
ログラム等がロードされると共にワークエリアとして使
用され所定の演算結果が一時的に保存されるランダムア
クセスメモリ(RAM)6と、システムバス7を介して
上記構成要素に接続され装置全体の制御を司る中央演算
処理装置(CPU)8とを備えている。尚、本実施の形
態では文字処理プログラムやフォントファイルマップは
ディスク装置5に格納されているが、ROM4に予め格
納しておいてもよい。
FIG. 1 is a block diagram showing an embodiment of a character processing apparatus according to the present invention. The character processing apparatus includes a keyboard 1 for inputting character data and the like,
A display device 2 such as a CRT for displaying input character data, a printer 3 for printing out the input character data, and a read-only memory (ROM) 4 storing a system startup program and a predetermined character pattern.
And a disk device 5 such as a hard disk device or a flexible disk device in which a character processing program and a font file map described later are stored, and the character processing program and the like are loaded and used as a work area to temporarily store a predetermined calculation result. A random access memory (RAM) 6 which is temporarily stored and a central processing unit (CPU) 8 which is connected to the above components via a system bus 7 and controls the entire apparatus. Although the character processing program and the font file map are stored in the disk device 5 in the present embodiment, they may be stored in the ROM 4 in advance.

【0014】図2はディスク装置5に格納されているフ
ォントファイルマップのフォーマット図であって、該フ
ォントファイルマップは、文字コードの格納位置が登録
されたインデックスエントリ領域9と、文字コードに対
応するフォントデータが格納されたフォントデータ格納
領域10とを有している。フォントファイルマップは、
先頭アドレスからアドレスA番地までがインデックスエ
ントリ領域9とされ、A番地以降がフォントデータ格納
領域10とされている。そして、フォントデータ格納領
域10には、JISに準拠した文字コード番号に従い、
文字コード2121Hのデータ「 (スペース)」、文
字コード2122Hのデータ「、(読点)」、……等、
各文字コードに対応したフォントデータが順次格納され
ている。
FIG. 2 is a format diagram of a font file map stored in the disk device 5. The font file map corresponds to an index entry area 9 in which a storage position of a character code is registered and a character code. A font data storage area 10 in which font data is stored. The font file map is
The area from the start address to the address A is an index entry area 9, and the area after the address A is a font data storage area 10. Then, in the font data storage area 10, according to the character code number conforming to JIS,
The data “(space)” of the character code 2121H, the data “, (reading point)” of the character code 2122H,.
Font data corresponding to each character code is sequentially stored.

【0015】また、インデックスエントリ領域9は、図
3に示すように、フォントファイルマップの先頭アドレ
スからのオフセット値(相対値)を示すオフセットアド
レスが各フォントデータ毎に格納されている。すなわ
ち、文字コード2121Hに対応するエントリ領域9a
には、フォントデータ格納領域10の先頭アドレスであ
るA番地がオフセットアドレスとして格納され、以下同
様に、JISの文字コード順に2122H、2123H
…のオフセットアドレスが順次エントリ領域9b、9c
…に格納される。
In the index entry area 9, as shown in FIG. 3, an offset address indicating an offset value (relative value) from the head address of the font file map is stored for each font data. That is, the entry area 9a corresponding to the character code 2121H
Stores the address A which is the head address of the font data storage area 10 as an offset address. Similarly, in the order of JIS character codes, 2122H and 2123H
Are sequentially entered in the entry areas 9b and 9c.
... is stored.

【0016】すなわち、インデックスエントリ領域9
は、1個の文字に対して1個のエントリ領域9a、9
b、…を有し、また各エントリ領域9a、9b、…のサ
イズは夫々4バイトとされている。
That is, the index entry area 9
Is one entry area 9a, 9 for one character.
, and each entry area 9a, 9b,... has a size of 4 bytes.

【0017】尚、本実施の形態では、文字データの存在
しない××7fH〜××20Hの文字コードに対応する
インデックスエントリ領域9にはオフセットアドレスが
登録されていない。例えば、インデックスエントリ領域
9において、文字コード217eHのオフセットアドレ
スの次は文字コード2221Hのオフセットアドレスが
格納され、不要なデータが登録されないようにしてい
る。
In this embodiment, no offset address is registered in the index entry area 9 corresponding to a character code of xx7fH to xx20H in which no character data exists. For example, in the index entry area 9, the offset address of the character code 2221H is stored next to the offset address of the character code 217eH so that unnecessary data is not registered.

【0018】また、××21H〜××7eHの文字コー
ドについても、該文字コードに対応する文字データが存
在しない場合があり、斯かる場合は文字データの存在し
ない文字コードのオフセットアドレスは登録せず、次に
存在する文字データのオフセットアドレスをインデック
スエントリ領域9に登録し、これにより、文字データの
存在しない文字のデータサイズが「0」と算出されて斯
かる文字コード間には文字データが存在しないと判断さ
れる。すなわち、個々の文字のデータサイズは可変長で
あるため、後述するように、文字のデータサイズは当該
文字のオフセットアドレスと、次文字のオフセットアド
レスとの差分に基づいて算出されるが、文字データの存
在しない文字コード間では文字コードのオフセットアド
レスが登録されていないため、文字のデータサイズは
「0」となり、これら文字コード間には文字データが存
在しないことが確認されることとなる。
Also, for character codes of xx21H to xx7eH, character data corresponding to the character code may not exist. In such a case, the offset address of the character code having no character data is registered. Instead, the offset address of the next existing character data is registered in the index entry area 9, whereby the data size of the character having no character data is calculated as “0”, and the character data is inserted between the character codes. It is determined that it does not exist. That is, since the data size of each character is variable, the data size of the character is calculated based on the difference between the offset address of the character and the offset address of the next character, as described later. Since the offset address of the character code is not registered between the character codes having no character data, the data size of the character is "0", and it is confirmed that no character data exists between these character codes.

【0019】尚、本実施の形態では、上述したように、
各エントリ領域9a、9b…間の差分からアウトライン
フォントのデータサイズを算出しており、したがって最
終文字コードに対応する文字のデータサイズを算出する
ため、インデックスエントリ領域9の最終エントリ領域
にはダミーのオフセットアドレスが格納されている。
In the present embodiment, as described above,
Since the data size of the outline font is calculated from the difference between the entry areas 9a, 9b,..., The data size of the character corresponding to the final character code is calculated. The offset address is stored.

【0020】図4は本発明に係る文字データの処理方法
を示すフローチャートであって、本プログラムはディス
ク装置5に予め格納されており、RAM6にロードされ
てCPU8で実行される。
FIG. 4 is a flowchart showing a method of processing character data according to the present invention. This program is stored in the disk device 5 in advance, loaded into the RAM 6 and executed by the CPU 8.

【0021】まず、ステップS1ではフラグFが「1」
に設定されているか否かを判断し、初期化処理が終了し
ているか否かを判断する。
First, at step S1, the flag F is set to "1".
Is determined, and whether or not the initialization process has been completed is determined.

【0022】そして、フラグFが「1」に設定されてい
る場合、すなわち初期化処理が終了している場合はステ
ップS3に進む一方、初期化処理が終了していない場合
はステップS2で初期化処理を実行し、該初期化処理が
終了した後、ステップS3に進む。
If the flag F is set to "1", that is, if the initialization process has been completed, the process proceeds to step S3. If the initialization process has not been completed, the process proceeds to step S2. After performing the processing and completing the initialization processing, the process proceeds to step S3.

【0023】初期化処理は、具体的には図5のフローチ
ャートに示す処理手順にしたがって実行される。
The initialization process is specifically executed according to the procedure shown in the flowchart of FIG.

【0024】すなわち、ステップS11ではキャッシュ
のためのメモリ領域をRAM6上にに確保する(以下、
この確保したメモリ領域を「キャッシュ領域」とい
う)。尚、該キャッシュ領域は、後述するように、イン
デックスエントリ領域9の登録事項が格納されるインデ
ックスエントリ・キャッシュ領域と、経験的に使用頻度
が高いとされるフォントデータが格納される固定用キャ
ッシュ領域と、固定用キャッシュ領域に格納されるフォ
ントデータ以外のフォントデータが適宜格納される一般
用キャッシュ領域に区分される。
That is, in step S11, a memory area for the cache is secured on the RAM 6 (hereinafter, referred to as a cache area).
This secured memory area is called a “cache area”. As will be described later, the cache area includes an index entry cache area in which items registered in the index entry area 9 are stored, and a fixed cache area in which font data that is frequently used empirically is stored. And a general cache area in which font data other than the font data stored in the fixed cache area is appropriately stored.

【0025】次に、ステップS12では前記フォントフ
ァイルマップ(図2)のインデックスエントリ領域9に
登録されたエントリ情報をインデックスエントリ・キャ
ッシュ領域に読み込み、その先頭位置のオフセットアド
レスを記憶しておく。このエントリ情報は、各文字デー
タにアクセスするために1文字につき必ず1回参照しな
ければならないが、本実施の形態では、RAM6上にキ
ャッシュ領域を確保し、前記インデックスエントリ領域
9に格納されているエントリ情報をインデックスエント
リ・キャッシュ領域にロードすることにより、ディスク
装置5に逐次アクセスするのを回避し、処理の高速化を
図っている。
Next, in step S12, the entry information registered in the index entry area 9 of the font file map (FIG. 2) is read into the index entry cache area, and the offset address of the head position is stored. This entry information must be referred to once for each character in order to access each character data. In this embodiment, however, a cache area is secured in the RAM 6 and stored in the index entry area 9. By loading the entry information into the index entry cache area, it is possible to avoid sequential access to the disk device 5 and speed up the processing.

【0026】次に、ステップ13では使用頻度の高い所
定文字群を前記固定用キャッシュ領域にロードする。す
なわち、ひらがな文字、カタカナ文字、英数字等の一般
文書で全体の6〜7割を占める使用頻度の高い所定文字
群、例えば、2321H〜257eHの文字コードに対
応するフォントデータをフォントファイルマップのフォ
ントデータ格納領域10から固定用キャッシュ領域にロ
ードする。これにより、使用頻度の高いフォントデータ
について、ディスク装置5に逐次アクセスするのを回避
することができ処理速度の大幅な向上を図ることができ
る。尚、本実施の形態では、前記使用頻度の高い所定文
字群については、各1文字毎にキャッシュ領域にロード
するのではなく、一括して前記キャッシュ領域にロード
し、前記所定文字群の先頭アドレスをステップS12で
記憶した前記先頭位置のオフセットアドレスに格納する
ことにより、キャッシュ情報を別途保有する必要がない
ようにしている。また、可変長であるフォントデータを
直接キャッシュ領域にロードすることにより、固定長バ
ッファのようにメモリ領域上に無駄が生じるのを回避し
ている。
Next, at step 13, a predetermined group of frequently used characters is loaded into the fixed cache area. That is, font data corresponding to character codes of frequently used characters that occupy 60 to 70% of general documents such as hiragana characters, katakana characters, and alphanumeric characters, for example, font data corresponding to character codes of 2321H to 257eH are converted into fonts of a font file map. The data is loaded from the data storage area 10 to the fixed cache area. Thus, it is possible to avoid sequentially accessing the disk device 5 for frequently used font data, and it is possible to greatly improve the processing speed. Note that, in the present embodiment, the predetermined character group that is frequently used is not loaded into the cache area for each character, but is loaded into the cache area at once, and the leading address of the predetermined character group is read. Is stored in the offset address of the head position stored in step S12, so that it is not necessary to separately hold cache information. Further, by loading the variable-length font data directly into the cache area, it is possible to avoid waste in the memory area unlike a fixed-length buffer.

【0027】次に、ステップS14では一般キャッシュ
用領域を初期化する。すなわち、一般用キャッシュ領域
の先頭及び最後尾を「0」で初期化し、一般キャッシュ
領域に格納されているフォントデータの個数を計数する
アイテムカウンタを「0」に初期化する。尚、該アイテ
ムカウンタはCPU8に予め内蔵されている。
Next, in step S14, the general cache area is initialized. That is, the head and the tail of the general cache area are initialized to “0”, and the item counter for counting the number of font data stored in the general cache area is initialized to “0”. The item counter is built in the CPU 8 in advance.

【0028】このようにして前記使用頻度の高い文字以
外の一般文字については、一般用キャッシュ領域として
数百文字分の固定長バッファを確保し、使用頼度に応じ
てフォントデータを一般用キャッシュ領域に保存可能と
する。すなわち、フォントデータは可変長であるので、
バッファも可変長にした方がキャッシュ領域の使用効率
は向上すると考えられるが、キャッシュ領域に空領域が
ない状態では古くなったフォントデータの削除や空領域
の管理が複雑になる。このため本実施の形態では固定長
バッファで一般用キャッシュ領域を管理している。
In this way, for general characters other than the frequently used characters, a fixed-length buffer for several hundred characters is secured as a general cache area, and font data is stored in the general cache area in accordance with the reliability of use. Can be stored in That is, since the font data is of variable length,
Although it is considered that the use efficiency of the cache area is improved by making the buffer variable, the deletion of old font data and the management of the empty area become complicated when there is no empty area in the cache area. Therefore, in the present embodiment, the general-purpose cache area is managed by the fixed-length buffer.

【0029】尚、一般キャッシュ領域の記憶容量は大き
ければ大きいほど、あらゆる文字のフォントデータを記
憶することができるが、過度に大きくするとキャッシュ
領域を確保するためにRAM6の記憶容量を増加させる
必要が生じるため、一般用キャッシュ領域は、一般文字
中、約8割程度の文字が保存できる程度の領域を有し、
フォントデータの使用時期を学習して使用履歴の新しい
フォントデータで更新してゆき、これにより所定量のフ
ォントデータが一般用キャッシュ領域に保存可能とされ
ている。
The larger the storage capacity of the general cache area is, the more the font data of any character can be stored. However, if the storage capacity is excessively large, it is necessary to increase the storage capacity of the RAM 6 in order to secure the cache area. Therefore, the general cache area has an area that can store about 80% of characters in general characters.
The use time of the font data is learned and updated with new font data in the use history, whereby a predetermined amount of font data can be stored in the general cache area.

【0030】次いでステップS15ではフラグFを
「1」に設定して初期化処理を終了し、メインルーチン
(図4)に戻る。
Next, in step S15, the flag F is set to "1", the initialization process is terminated, and the process returns to the main routine (FIG. 4).

【0031】次に、図4のステップS3に進み、入力さ
れた文字(入力文字)の文字コードが固定用キャッシュ
領域に格納されているフォントデータの文字コード(2
321H〜257eH)に含まれているか否かを判断す
る。
Next, the process proceeds to step S3 in FIG. 4, and the character code of the input character (input character) is stored in the fixed cache area.
321H to 257eH).

【0032】そして、入力文字がひらがな文字の「あ」
(文字コード:2422H)のように、固定用キャッシ
ュ領域に格納されているフォントデータのときは、その
答が肯定(Yes)となってステップS4に進み、固定
キャッシュヒット処理を実行する。
The input character is a hiragana character "a".
If the font data is stored in the fixed cache area as in (character code: 2422H), the answer is affirmative (Yes), and the process proceeds to step S4 to execute fixed cache hit processing.

【0033】以下、入力文字がひらがな文字の「あ」で
ある場合について、固定キャッシュヒット処理を説明す
る。
Hereinafter, the fixed cache hit process in the case where the input character is the hiragana character "a" will be described.

【0034】まず、インデックスエントリ・キャッシュ
領域のどこにひらがな文字「あ」のインデックスが登録
されているか算出する。
First, it is calculated where the index of the hiragana character "A" is registered in the index entry cache area.

【0035】すなわち、インデックスエントリ・キャッ
シュ領域には文字コード2121Hから94文字ごとに
文字コードが順次登録されているため、インデックスが
先頭からi番目に登録されているとすると、登録位置は
数式(1)で表される。 i=(文字コードの上位8ビット値−21H)×94 +(文字コードの下位8ビット値−21H) …(1) したがって、入力文字が「あ」の場合、文字コードは2
422Hであるのでi=283となる。即ち、インデッ
クスエントリ・キャッシュ領域の先頭番地から283番
目に文字コード2422Hのインデックスが登録されて
いることとなる。そして、上述したように1個のインデ
ックスは4バイトで構成されているため、インデックス
エントリ・キャッシュ領域の先頭位置から1132(=
4×283)バイト目以降の4バイトが文字コード24
22Hのインデックスとなる。
That is, since character codes are sequentially registered for every 94 characters from the character code 2121H in the index entry cache area, if the index is registered at the i-th position from the head, the registration position is represented by the formula (1) ). i = (higher 8 bit value of character code−21H) × 94 + (lower 8 bit value of character code−21H) (1) Therefore, if the input character is “A”, the character code is 2
Since it is 422H, i = 283. That is, the index of the character code 2422H is registered at the 283rd position from the head address of the index entry cache area. Since one index is composed of 4 bytes as described above, 1132 (= 1) from the head position of the index entry cache area
4x283) The 4th byte after the byte is character code 24
The index is 22H.

【0036】次に、文字コード2422Hの直後の文字
コード2423Hのインデックスを取得し、文字コード
2423Hと文字コード2422Hとの差分に基づいて
文字コード2422Hのフォントデータサイズを算出す
る。
Next, the index of the character code 2423H immediately after the character code 2422H is obtained, and the font data size of the character code 2422H is calculated based on the difference between the character code 2423H and the character code 2422H.

【0037】次いで、初期化処理で読み込んだインデッ
クス情報(ステップS12)に基づいて実際にアクセス
すべきデータ位置を算出する。本実施の形態では先頭イ
ンデックスは文字コード2321Hであるので、文字コ
ード2321Hのインデックスと文字コード2422H
のインデックスとの差分が、固定用キャッシュ領域にお
けるフォントデータの先頭からのオフセットアドレスと
なる。そして、上述したフォントデータサイズ分だけ当
該オフセットアドレスからフォントデータをRAM6に
読み込み、固定キャッシュヒット処理を終了する。
Next, a data position to be actually accessed is calculated based on the index information (step S12) read in the initialization processing. In the present embodiment, since the head index is the character code 2321H, the index of the character code 2321H and the character code 2422H
Is the offset address from the head of the font data in the fixing cache area. Then, the font data is read into the RAM 6 from the offset address by the font data size described above, and the fixed cache hit processing is completed.

【0038】そして、このように固定キャッシュヒット
処理が終了した後、ステップS9で文字展開を行ない文
字処理を終了する。
Then, after the fixed cache hit processing is completed, character expansion is performed in step S9, and the character processing ends.

【0039】一方、漢字の「愛」(文字コード3026
H)のように固定キャッシュ領域に格納されている文字
コード(2321H〜257eH)に含まれていない文
字が入力された場合はステップS3の答が否定(No)
となってステップ5に進む。
On the other hand, the kanji character "ai" (character code 3026)
If a character that is not included in the character codes (2321H to 257eH) stored in the fixed cache area is input as in H), the answer to step S3 is negative (No).
And proceed to step 5.

【0040】以下、漢字の「愛」(文字コード3026
H)が入力された場合の処理について説明する。
Hereinafter, the kanji character "Ai" (character code 3026)
Processing when H) is input will be described.

【0041】ステップS5では、入力文字コード(この
場合は3026H)のフォントデータ「愛」が既に一般
キャッシュ領域に格納されているか否かを判断する。そ
して、その答が否定(No)のときはステップS6に進
み、ディスク装置5のフォントファイルマップから入力
文字のフォントデータ「愛」をロードし、続くステップ
S7では図6のフローチャートに従い、一般キャッシュ
領域への保存処理を行なう。
In step S5, it is determined whether or not the font data "love" of the input character code (3026H in this case) is already stored in the general cache area. If the answer is negative (No), the process proceeds to step S6, in which the font data "love" of the input character is loaded from the font file map of the disk device 5. In the subsequent step S7, the general cache area is read according to the flowchart of FIG. Perform save processing to

【0042】すなわち、ステップ21では入力されたデ
ータサイズと一般用キャッシュ領域に格納可能な最大デ
ータサイズDmaxとを比較し、入力データサイズが最
大データサイズDmaxより小さいか否かを判断する。
そして、その答が否定(No)のときはメインル−チン
(図4)に戻る一方、その答が肯定(Yes)のときは
一般用キャッシュ領域中に空領域があるか否かを判断し
(ステップS22)、空領域がある場合はアイテムカウ
ンタを「1」だけインクリメントして一般用キャッシュ
領域に格納済みのアイテム数を更新し(ステップS2
3)、ステップS25に進む。
That is, in step 21, the input data size is compared with the maximum data size Dmax that can be stored in the general cache area, and it is determined whether or not the input data size is smaller than the maximum data size Dmax.
When the answer is negative (No), the process returns to the main routine (FIG. 4), and when the answer is affirmative (Yes), it is determined whether or not there is an empty area in the general cache area (FIG. 4). In step S22, if there is an empty area, the item counter is incremented by "1" and the number of items stored in the general cache area is updated (step S2).
3), and proceed to step S25.

【0043】一方、ステップS22の答が否定(No)、
すなわち一般用キャッシュ領域に空領域がない場合は、
使用時期の最も古いアイテムのフォントデータを削除し
た後(ステップS24)、ステップS25に進む。
On the other hand, if the answer in step S22 is negative (No),
That is, if there is no empty area in the general cache area,
After deleting the font data of the item with the oldest use time (step S24), the process proceeds to step S25.

【0044】次に、ステップS25では一般用キャッシ
ュ領域の先頭アドレスを記憶し直して最新アイテム情報
を更新し、続くステップS26では斯かる更新された最
新のアイテム位置にフォントデータを格納し、メインル
ーチン(図4)に戻る。
Next, in step S25, the head address of the general cache area is stored again to update the latest item information. In the following step S26, the font data is stored in the updated latest item position, and the main routine is executed. Return to FIG.

【0045】そして、図4のステップS9で文字展開を
行い、処理を終了する。
Then, character expansion is performed in step S9 in FIG. 4, and the process is terminated.

【0046】一方、図4のステップS5の答が肯定(Y
es)の場合は、ステップS8に進み、図7に示すよう
な一般キャッシュヒット処理を実行する。
On the other hand, if the answer to step S5 in FIG.
In the case of es), the process proceeds to step S8, and a general cache hit process as shown in FIG. 7 is executed.

【0047】すなわち、ステップS31では入力文字の
文字コードが一般用キャッシュ領域に格納されているフ
ォントデータの文字コードか否かを判断し、その答が否
定(No)の場合は最終コードまで検索したか否かを判
断する(ステップS32)。そして、その答が肯定(Y
es)の場合はメインルーチン(図4)に戻る一方、そ
の答が否定(No)の場合はアイテムカウンタを「1」
だけインクリメントして次アイテムの内容と入力文字と
を比較する。このように一般キャッシュ領域のアイテム
数をインクリメントして入力文字とアイテムの格納内容
とを比較し、最終コードまで検索しても該当する文字コ
ードを検出することができなかった場合はそのままメイ
ンルーチン(図4)に戻る一方、該当する文字コードが
検出されたときはステップS31の答が肯定(Yes)と
なってステップS34に進む。
That is, in step S31, it is determined whether or not the character code of the input character is the character code of the font data stored in the general cache area. If the answer is negative (No), the search is performed up to the last code. It is determined whether or not this is the case (step S32). And the answer is affirmative (Y
In the case of (es), the process returns to the main routine (FIG. 4), while if the answer is negative (No), the item counter is set to "1".
Increment only and compare the contents of the next item with the input character. In this way, the number of items in the general cache area is incremented, the input character is compared with the stored content of the item, and if the corresponding character code cannot be detected even when the last code is searched, the main routine ( On the other hand, when the corresponding character code is detected, the answer to step S31 is affirmative (Yes), and the process proceeds to step S34.

【0048】そして、ステップS34では一般用キャッ
シュ領域に格納されている当該フォントデータをRAM
6上の所定領域にコピーし、次いで、一般用キャッシュ
領域から当該アイテムを一旦削除し(ステップS3
5)、この後、当該アイテムのフォントデータを最新フ
ォントデータとして一般用キャッシュ領域の先頭アドレ
スにアイテムと共に格納し(ステップS36)、メイン
ルーチン(図4)に戻る。
In step S34, the font data stored in the general cache area is stored in the RAM.
6 and then temporarily deletes the item from the general cache area (step S3).
5) Thereafter, the font data of the item is stored as the latest font data in the head address of the general cache area together with the item (step S36), and the process returns to the main routine (FIG. 4).

【0049】そしてこのような一般キャッシュヒット処
理が終了した後ステップS9に進み、所定の文字展開を
行なって文字処理を終了する。
After the general cache hit processing is completed, the process proceeds to step S9, where predetermined character expansion is performed, and the character processing ends.

【0050】このように本実施の形態では、ディスク装
置5に格納されている文字コードをインデックスエント
リ・キャッシュ領域にコピーして保存しているので、デ
ィスク装置5へのアクセス回数を削減することができ、
文字処理の高速化を図ることが可能となル。
As described above, in the present embodiment, the character codes stored in the disk device 5 are copied and stored in the index entry cache area, so that the number of accesses to the disk device 5 can be reduced. Can,
It is possible to speed up character processing.

【0051】また、使用頻度の高い所定文字群(ひらが
な文字、カタカナ文字、英数字等)をディスク装置5か
ら固定用キャッシュ領域にコピーして保存するので、可
変長データのまま高効率な文字処理を行うことができ、
さらに所定文字群以外の文字については一般用キャッシ
ュ領域に保存可能として順次データ更新することによ
り、記憶容量の比較的少ない固定長バッファを搭載する
のみで効率の良い文字処理を行うことが可能となる。
Further, since a predetermined group of frequently used characters (hiragana characters, katakana characters, alphanumeric characters, etc.) are copied from the disk device 5 to the fixed cache area and stored, highly efficient character processing with variable-length data is possible. Can do
Further, characters other than the predetermined character group can be stored in the general cache area and are sequentially updated so that efficient character processing can be performed only by installing a fixed-length buffer having a relatively small storage capacity. .

【0052】[0052]

【発明の効果】以上詳述したように本発明によれば、格
納手段に格納されている所定文字コードを記憶手段にコ
ピーして保存しておくことにより格納手段へのアクセス
回数を削減することができ、文字処理の高速化を図るこ
とができる。
As described in detail above, according to the present invention, the number of accesses to the storage means can be reduced by copying and storing the predetermined character code stored in the storage means in the storage means. And the speed of character processing can be increased.

【0053】また使用頻度の高い所定文字群(ひらがな
文字、カタカナ文字、英数字等)を前記格納手段から第
1の保存領域にコピーして保存しておくことにより、可
変長データのまま高効率な文字処理を行うことができ、
さらに所定文字群以外の文字については第2の保存領域
に保存可能として保存データを順次更新することによ
り、記憶容量の比較的少ない固定長バッファを搭載する
のみで効率の良い文字処理を行うことが可能となる。
Also, by copying a predetermined group of frequently used characters (hiragana characters, katakana characters, alphanumeric characters, etc.) from the storage means to the first storage area and storing them, high-efficiency variable-length data can be obtained. Character processing,
Further, characters other than the predetermined character group can be stored in the second storage area and the stored data is sequentially updated, so that efficient character processing can be performed only by mounting a fixed-length buffer having a relatively small storage capacity. It becomes possible.

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

【図1】本発明に係る文字処理装置の一実施の形態を示
すブロック構成図である。
FIG. 1 is a block diagram showing an embodiment of a character processing device according to the present invention.

【図2】フォントファイルマップのフォーマット図であ
る。
FIG. 2 is a format diagram of a font file map.

【図3】インデックスエントリ領域の詳細を示すマップ
である。
FIG. 3 is a map showing details of an index entry area.

【図4】本発明に係る文字データの処理方法の処理手順
を示すフローチャートである。
FIG. 4 is a flowchart showing a processing procedure of a character data processing method according to the present invention.

【図5】初期化処理ル−チンのフローチャートである。FIG. 5 is a flowchart of an initialization processing routine.

【図6】キャッシュへの保存処理を示す保存処理ルーチ
ンのフローチャートである。
FIG. 6 is a flowchart of a save processing routine showing a save processing to a cache.

【図7】一般キャッシュヒット処理ルーチンのフローチ
ャートである。
FIG. 7 is a flowchart of a general cache hit processing routine.

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

2 RAM(記憶手段) 5 ディスク装置(格納手段) 8 CPU 2 RAM (storage means) 5 Disk device (storage means) 8 CPU

Claims (13)

【特許請求の範囲】[Claims] 【請求項1】 所定文字コードと該所定文字コードに対
応するフォントデータとが格納された格納手段と、該格
納手段に格納された格納情報をコピーして記憶する記憶
手段とを備え、 前記記憶手段が、前記格納手段に格納されている所定文
字コードを登録する文字コード登録領域と、使用頻度の
高い所定文字群が前記格納手段からコピーされて保存さ
れる第1の保存領域と、前記所定文字群以外の文字が前
記格納手段からコピーされて保存可能とされた第2の保
存領域とを有していることを特徴とする文字処理装置。
A storage unit for storing a predetermined character code and font data corresponding to the predetermined character code; and a storage unit for copying and storing storage information stored in the storage unit. Means for registering a predetermined character code stored in the storage means, a first storage area in which a predetermined frequently used character group is copied and stored from the storage means, and A second storage area in which a character other than a character group is copied from the storage unit and can be stored.
【請求項2】 前記第2の保存領域は、固定長バッファ
で構成されると共に、最新使用フォントデータから順次
使用履歴順に所定個数のフォントデータが保存可能とさ
れていることを特徴とする請求項1記載の文字処理装
置。
2. The apparatus according to claim 1, wherein the second storage area is constituted by a fixed-length buffer, and is capable of storing a predetermined number of font data sequentially from the latest used font data in the order of use history. 2. The character processing device according to 1.
【請求項3】 入力文字が前記第1の保存領域に格納さ
れているか否かを前記文字コード登録領域の登録事項を
参照して判断する第1の判断手段と、該第1の判断手段
により前記入力文字が前記第1の保存領域に格納されて
いると判断されたときは前記入力文字の文字コードと次
文字コードとに基づいて入力文字のデータサイズを算出
するデータサイズ算出手段を有していることを特徴とす
る請求項1又は請求項2記載の文字処理装置。
3. A first judging means for judging whether or not an input character is stored in the first storage area by referring to a registered item in the character code registration area, and the first judging means. A data size calculator configured to calculate a data size of the input character based on a character code of the input character and a next character code when the input character is determined to be stored in the first storage area; 3. The character processing device according to claim 1, wherein:
【請求項4】 入力文字が前記第1の保存領域に格納さ
れているか否かを前記文字コード登録領域の登録事項を
参照して判断する第1の判断手段と、該第1の判断手段
により前記入力文字が前記第1の保存領域に格納されて
いないと判断されたときは前記入力文字が前記第2の保
存領域に格納されているか否かを判断する第2の判断手
段とを備え、 前記第2の判断手段により前記入力文字が前記第2の保
存領域に保存されていないと判断されたときは、前記格
納手段に格納されている前記入力文字のフォントデータ
を前記第2の保存領域にコピーして記憶するデータ記憶
手段を有することを特徴とする請求項1乃至請求項3の
いずれかに記載の文字処理装置。
4. A first judging means for judging whether or not an input character is stored in the first storage area by referring to a registered item of the character code registration area, and a first judging means. A second determination unit configured to determine whether the input character is stored in the second storage area when it is determined that the input character is not stored in the first storage area; When the second determination means determines that the input character is not stored in the second storage area, the font data of the input character stored in the storage means is stored in the second storage area. 4. A character processing apparatus according to claim 1, further comprising a data storage means for copying and storing the data.
【請求項5】 前記所定文字群は、少なくともひらがな
文字、カタカナ文字、及び英数字を含むことを特徴とす
る請求項1乃至請求項4のいずれかに記載の文字処理装
置。
5. The character processing apparatus according to claim 1, wherein the predetermined character group includes at least a hiragana character, a katakana character, and an alphanumeric character.
【請求項6】 前記格納手段はディスク装置であること
を特徴とする請求項1乃至請求項5のいずれかに記載の
文字処理装置。
6. The character processing device according to claim 1, wherein said storage means is a disk device.
【請求項7】 前記記憶手段はランダムアクセスメモリ
であることを特徴とする請求項1乃至請求項6のいずれ
かに記載の文字処理装置。
7. The character processing device according to claim 1, wherein said storage means is a random access memory.
【請求項8】 所定文字コードと該所定文字コードに対
応するフォントデータとを予め格納手段に格納し、前記
所定文字コード及び使用頻度の高い所定文字群を前記格
納手段からコピーして保存すると共に、前記所定文字群
以外の文字は固定長バッファ内に最新使用フォントデー
タから順次使用履歴順に所定個数保存することを特徴と
する文字データの処理方法。
8. A predetermined character code and font data corresponding to the predetermined character code are stored in a storage means in advance, and the predetermined character code and a group of frequently used characters are copied from the storage means and stored. A character data processing method characterized by storing a predetermined number of characters other than the predetermined character group in a fixed-length buffer in order from the latest used font data in the order of use history.
【請求項9】 入力文字が前記第1の保存領域に格納さ
れているか否かを前記格納手段からコピ−されて保存さ
れている前記所定文字コードを参照して判断し、前記入
力文字が前記第1の保存領域に格納されていると判断し
たときは前記入力文字の文字コードと次文字コードとに
基づいて入力文字のデータサイズを算出することを特徴
とする請求項8記載の文字データの処理方法。
9. A determination is made as to whether or not an input character is stored in the first storage area by referring to the predetermined character code which is copied from the storage means and stored, and the input character is stored in the first storage area. 9. The character data according to claim 8, wherein when it is determined that the character data is stored in the first storage area, the data size of the input character is calculated based on the character code of the input character and the next character code. Processing method.
【請求項10】 入力文字が前記第1の保存領域に格納
されているか否かを前記格納手段からコピ−されて保存
されている前記所定文字コードを参照して判断し、前記
入力文字が前記第1の保存領域に格納されていないと判
断したときは前記入力文字が前記第2の保存領域に格納
されているか否かを判断し、さらに前記入力文字が前記
第2の保存領域に保存されていないと判断したときは、
前記格納手段から前記入力文字のフォントデータをコピ
ーして記憶することを特徴とする請求項8又は請求項9
記載の文字データの処理方法。
10. A determination is made as to whether or not an input character is stored in said first storage area by referring to said predetermined character code which is copied from said storage means and stored, and said input character is stored in said first storage area. When it is determined that the input character is not stored in the first storage area, it is determined whether or not the input character is stored in the second storage area, and the input character is stored in the second storage area. If you decide not to
10. The font data of the input character is copied and stored from the storage unit.
How to process the described character data.
【請求項11】 前記所定文字群は、少なくともひらが
な文字、カタカナ文字、及び英数字を含むことを特徴と
する請求項8乃至請求項10のいずれかに記載の文字処
理装置。
11. The character processing apparatus according to claim 8, wherein the predetermined character group includes at least a hiragana character, a katakana character, and an alphanumeric character.
【請求項12】 前記格納手段はディスク装置であるこ
とを特徴とする請求項8乃至請求項11のいずれかに記
載の文字データの処理方法。
12. The method according to claim 8, wherein the storage unit is a disk device.
【請求項13】 格納手段に格納されている所定文字コ
ードを文字コード登録領域に登録する文字コード登録手
順と、使用頻度の高い所定文字群を前記格納手段からコ
ピーして第1の保存領域に保存する第1の保存手順と、
前記所定文字群以外の文字を前記格納手段からコピーし
て第2の保存領域に保存可能とする第2の保存手順と、
入力文字が前記第1の保存領域に格納されているか否か
を前記文字コード登録領域の登録事項を参照して判断す
る第1の判断手順と、該第1の判断手順により前記入力
文字が前記第1の保存領域に格納されていると判断され
たときは前記入力文字の文字コードと次文字コードとに
基づいて入力文字のデータサイズを算出するデータサイ
ズ算出手順と、前記第1の判断手順により前記入力文字
が前記第1の保存領域に格納されていないと判断された
ときは前記入力文字が前記第2の保存領域に格納されて
いるか否かを判断する第2の判断手順と、前記第2の判
断手順により前記入力文字が前記第2の保存領域に保存
されていないと判断されたときは前記格納手段に格納さ
れている前記入力文字のフォントデータをコピーして記
憶するデータ記憶手順とを格納していることを特徴とす
るコンピュータ読取可能な記憶媒体。
13. A character code registration procedure for registering a predetermined character code stored in a storage means in a character code registration area, and copying a predetermined frequently used character group from the storage means to a first storage area. A first saving procedure for saving;
A second storage procedure for copying characters other than the predetermined character group from the storage unit and enabling the characters to be stored in a second storage area;
A first determining step of determining whether or not an input character is stored in the first storage area with reference to a registration item of the character code registration area; and A data size calculating step of calculating a data size of the input character based on a character code of the input character and a next character code when it is determined that the input character is stored in the first storage area; When it is determined that the input character is not stored in the first storage area, a second determination procedure of determining whether the input character is stored in the second storage area; When it is determined by the second determination procedure that the input character is not stored in the second storage area, data storage for copying and storing the font data of the input character stored in the storage unit Computer-readable storage medium characterized by storing the order.
JP11050650A 1999-02-26 1999-02-26 Character processor and processing method for character data, and storage medium Pending JP2000250518A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11050650A JP2000250518A (en) 1999-02-26 1999-02-26 Character processor and processing method for character data, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11050650A JP2000250518A (en) 1999-02-26 1999-02-26 Character processor and processing method for character data, and storage medium

Publications (1)

Publication Number Publication Date
JP2000250518A true JP2000250518A (en) 2000-09-14

Family

ID=12864827

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11050650A Pending JP2000250518A (en) 1999-02-26 1999-02-26 Character processor and processing method for character data, and storage medium

Country Status (1)

Country Link
JP (1) JP2000250518A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006209108A (en) * 2005-01-28 2006-08-10 Microsoft Corp Font cache and meta-font
JP2017222114A (en) * 2016-06-16 2017-12-21 コニカミノルタ株式会社 Image formation apparatus
US10367961B2 (en) 2017-02-23 2019-07-30 Konica Minolta, Inc. Image forming apparatus, memory management method, and memory management program
US10788782B2 (en) 2016-07-20 2020-09-29 Konica Minolta, Inc. Image forming apparatus locks down storage area of cache memory stores portion of image forming program for executing real-time image forming process

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006209108A (en) * 2005-01-28 2006-08-10 Microsoft Corp Font cache and meta-font
JP2017222114A (en) * 2016-06-16 2017-12-21 コニカミノルタ株式会社 Image formation apparatus
US10788782B2 (en) 2016-07-20 2020-09-29 Konica Minolta, Inc. Image forming apparatus locks down storage area of cache memory stores portion of image forming program for executing real-time image forming process
US10367961B2 (en) 2017-02-23 2019-07-30 Konica Minolta, Inc. Image forming apparatus, memory management method, and memory management program

Similar Documents

Publication Publication Date Title
JPH08180069A (en) Word dictionary retrieval device
JP2000250518A (en) Character processor and processing method for character data, and storage medium
JP2993276B2 (en) Printer
JPH09207395A (en) Printing controller and data management method
JPH0375912B2 (en)
JPH08185396A (en) Chinese kanji retrieval system
JP3017095B2 (en) External character registration management method
JPH0916355A (en) Information processor and storage medium for storing font down load managing program
JPH06289838A (en) Font cache controller and its applying method
JPH09166974A (en) Document processing device and cache functioning method
JPH06130934A (en) Vector character control system for character generating system
JPH07152617A (en) Character processor
JP3082504B2 (en) Font cache system device
JPH08194460A (en) Character processing device
JPH091875A (en) Image output apparatus
JPH08194702A (en) Information processor and its character cacheing method
JP2900384B2 (en) Character information processing device
JPH02241267A (en) Picture information processor
JP2002007096A (en) Cache memory controller
JPH08197789A (en) Character processor and printer
JPH06195057A (en) Cache controller
JPH0273455A (en) Character processing system
JPH1016319A (en) Print data-developing apparatus
JPS63172663A (en) Document processor
JPH0642240B2 (en) How to update learning memory for Kana-Kanji conversion