JP3539203B2 - Bitmap data reduction method, information processing apparatus and information recording medium - Google Patents

Bitmap data reduction method, information processing apparatus and information recording medium Download PDF

Info

Publication number
JP3539203B2
JP3539203B2 JP12377298A JP12377298A JP3539203B2 JP 3539203 B2 JP3539203 B2 JP 3539203B2 JP 12377298 A JP12377298 A JP 12377298A JP 12377298 A JP12377298 A JP 12377298A JP 3539203 B2 JP3539203 B2 JP 3539203B2
Authority
JP
Japan
Prior art keywords
conversion
conversion target
bitmap data
target
previous
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 - Fee Related
Application number
JP12377298A
Other languages
Japanese (ja)
Other versions
JPH11327531A (en
Inventor
禄章 木下
秀剛 望月
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson 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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP12377298A priority Critical patent/JP3539203B2/en
Publication of JPH11327531A publication Critical patent/JPH11327531A/en
Application granted granted Critical
Publication of JP3539203B2 publication Critical patent/JP3539203B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、フォントデータやイメージデータなどのビットマップデータの縮小方法、この縮小方法を用いて処理を行う情報処理装置、およびこれを実現するためのプログラムを記録した情報記録媒体に関する。
【0002】
【従来の技術】
従来の技術を図4を用いて説明する。図4(a)は、印刷装置の持つ通常サイズのビットマップフォントデータの一例である。ビットマップデータの縮小印刷を行うことができる従来の印刷装置においては、縮小前の2n(以下、nは1以上の整数)または2n−1ドット長のビットマップデータをnドット長に縮小して印刷装置内のメモリに展開する場合、ビットマップデータの一端から順番に2ドットラインずつの論理和を演算して1ドットラインに変換し、この論理和演算処理を各列毎に行い縮小パターンを作成する方法がある。この方法にて図4(a)に示したビットマップフォントデータを文字の高さ方向に縮小した結果が図4(b)である。また、別の方法として、ビットマップデータを単純に1ドットライン間隔で間引いてゆき縮小パターンを作成する方法もある。この方法にて図4(a)を縮小した結果が図4(c)である。また、縮小印刷する場合における別の方法として、通常サイズのフォントデータとは別に、あらかじめ縮小印字用フォントデータを印刷装置内のROMなどに格納しておき、その縮小印字用フォントデータを用いて印刷装置内のメモリに展開し印刷する方法もある。
【0003】
【発明が解決しようとする課題】
ところが、上述した従来の技術のうち、1番目に記した2ドットラインずつの論理和を演算して1ドットラインに変換し縮小パターンを作成する方法においては、ビットマップデータの背景部分が潰れてしまい、特にビットマップデータがフォントデータである場合には図4(b)のように文字の判読が困難になるという問題がある。
【0004】
また、2番目に記した単純に1ドットライン間隔で間引いて縮小パターンを作成する方法においては、間引くことによって、例えば1ドットラインの線などで消えてはならないドットまで消してしまうことがあり、この場合も図4(c)のように文字の判読が困難になるという問題がある。
【0005】
また、3番目に記した縮小印字用フォントデータをあらかじめ用意しておくという方法は、メモリ容量の増大につながり、製造コストが上がってしまうという問題がある。
【0006】
本発明は、以上のような問題を解決するためになされたもので、フォントデータやイメージデータなどのビットマップデータを縮小した場合に潰れやドット抜けを極力抑えることができる縮小方法、情報処理装置、および、これを実現する情報記録媒体を提供することを目的とする。
【0007】
【課題を解決するための手段】
以上の目的を達成するための発明は下記の発明である。
【0008】
本発明のビットマップデータの縮小方法は、
(1)ビットマップデータの一端から逐次、連続した2ドットを1ドットに変換して縮小パターンを作成する縮小方法であって、
前記ビットマップデータの各ビットの画像側を{1}、背景側を{0}で表現し、前記縮小処理対象となる2ドットのデータを、縮小処理を開始した側から順に{ab}の形式で表現した場合に、
前回の変換対象を{00}とし、その変換結果を{0}とする前処理工程と、
今回の変換対象が{11}である場合は、{1}に変換する第1の変換工程と、
前記今回の変換対象が{00}である場合は、{0}に変換する第2の変換工程と、
前記今回の変換対象が{10}である場合は、前回の変換対象の変換結果の論理否定に変換する第3の変換工程と、
前記今回の変換対象が{01}であって、かつ前記前回の変換対象が{01}である場合は、前記前回の変換対象の変換結果の論理否定に変換する第4の変換工程と、
前記今回の変換対象が{01}であって、かつ前記前回の変換対象が{01}でない場合は、{1}に変換する第5の変換工程とを備えたことを特徴とする。
(2) 上記(1)記載のビットマップデータの縮小方法において、縮小前の前記ビットマップデータの長さが奇数である場合に、
前記ビットマップデータ列の先頭に{0}があるものとみなす工程及び/又は前記ビットマップデータ列の最後尾に{0}があるものとみなす工程を備えたことを特徴とする。
また、本発明の情報処理装置は、
(3)ビットマップデータの一端から逐次、連続した2ドットを1ドットに変換して縮小パターンを作成する情報処理装置であって、
前記ビットマップデータの各ビットの画像側を{1}、背景側を{0}で表現し、縮小処理対象となる前記2ドットのデータを、縮小処理を開始した側から順に{ab}の形式で表現した場合に、
前回の変換対象を{00}とし、その変換結果を{0}とする前処理手段と、
今回の変換対象が{11}である場合は、{1}に変換する第1の変換手段と、
前記今回の変換対象が{00}である場合は、{0}に変換する第2の変換手段と、
前記今回の変換対象が{10}である場合は、前回の変換対象の変換結果の論理否定に変換する第3の変換手段と、
前記今回の変換対象が{01}であって、かつ前記前回の変換対象が{01}である場合は、前記前回の変換対象の変換結果の論理否定に変換する第4の変換手段と、
前記今回の変換対象が{01}であって、かつ前記前回の変換対象が{01}でない場合は、{1}に変換する第5の変換手段とを備えたことを特徴とする。
(4) 上記(3)記載の情報処理装置において、縮小前のデータの長さが奇数である場合に、
前記ビットマップデータ列の先頭に{0}があるものとみなす手段及び/又は前記ビットマップデータ列の最後尾に{0}があるものとみなす手段を備えたことを特徴とする。
【0009】
本発明により、2nドット長のビットマップデータをnドット長に縮小する場合に、今回の変換対象のみに着目して1ドットに変換する処理だけでなく、更に前回の変換対象の組み合わせパターンおよびその変換結果までを考慮に入れて、今回の変換結果を決定することにより、ビットマップデータの背景部分の潰れや1ドットラインの線などで消えてはならないドットまで消してしまうことを極力回避し、データの潰れと抜けのバランスのとれた、見易い縮小パターンを作成することができる。
【0011】
また、上述した縮小方法を実現する情報処理装置を用いて縮小結果を出力することができる。縮小結果を出力することのできる情報処理装置として、印刷装置あるいは表示装置が考えられる。
【0012】
また、上述した縮小方法は、情報処理装置で実行可能な制御プログラムとして供給することが可能であり、その制御プログラムを記録した記録媒体を介して提供することができる。あるいは、インターネットなどのコンピュータネットワークを介して制御プログラムを提供し、ユーザ側の情報処理装置の記録媒体に記録して使用することも可能である。
【0013】
【発明の実施の形態】
以下、図面を参照して本発明の一実施形態を説明する。
【0014】
図1は本発明の一実施形態の印刷装置の概略構成を示す図である。図1に示すように、本例の印刷装置1はホスト2と接続されており、ホスト2から転送されたデータに基づいて動作する。印刷装置1は、ホスト2と接続されるインタフェース11を備えており、このインタフェース11が受信したデータをCPU12が制御ROM13に格納されている制御プログラムに従って処理する。この制御ROM13には、制御プログラムの一つとして文字パターンの縮小方法を記述したプログラム13aが格納されている。ホスト2から受信したデータが文字データである場合には、現在指定されている文字サイズ、文字装飾等の文字を展開するために必要な情報をRAM15から読み出し、これに応じてフォントROM14から読み出したデータを加工し、プリントバッファ16へ展開する。フォントROM14に格納されている各フォントはビットマップパターンで形成されている。プリントバッファ16に展開された印字データは印刷機構17によって用紙上に印刷される。
【0015】
CPU12は、制御ROM13に格納されたプログラムに従って動作するが、制御ROM13を消去書込み可能なROMによって実現すれば、このプログラムの更新や修正が容易になる。印刷装置などの情報処理装置に導入するプログラム自体は、フロッピーディスクやハードディスクなどの情報記録媒体に記録することが可能である。
【0016】
次に、ホスト2から文字の縮小印刷が指定された場合に、印刷装置1がフォントROM14に内蔵されているビットマップフォントデータを用いて縮小文字をプリントバッファに作成する方法について説明する。ここで、縮小処理を行うビットマップデータのドット長が2n−1長である場合に、(1)そのビットマップデータの最後尾に{0}があるものとみなし縮小処理を行う方法と、(2)そのビットマップデータの先頭に{0}があるものとみなし縮小処理を行う方法の2種類の方法について説明する。また、以下の説明において、印字するドットを{1}、印字しないドットを{0}と表現する。また、ビットマップデータの一端から順に2ドットライン毎に縮小処理を行うが、この縮小処理の変換対象となる2ドットを{ab}のように表現する。 最初に図6および図7、図8のフローチャートを参照し、縮小前のビットマップデータが2n−1ドット長で構成されている場合は、そのビットマップデータの最後尾に{0}があるものとみなし縮小処理を行う方法について説明する。
【0017】
縮小処理を行う前処理として、前回の変換対象を{00}とし、その変換結果を{0}としておく(S601)。
【0018】
次に、ビットマップデータの残り縮小対象ドット長(以下、単に「残りドット長」と呼ぶ)が1ドットであるかを判定する(S602)。S602が真である場合は、今回の変換対象の第1ドットをこの残り1ドットのデータとし(S603)、今回の変換対象の第2ドットを{0}とする(S604)。その後、S701へ進む。一方、S602が偽である場合にはそのままS701へ進む。
【0019】
次に、今回の変換対象が{11}であるかを判定する(S701)。S701が真である場合には今回の変換対象の変換結果(以下、単に「今回の変換結果」と呼ぶ)を{1}とし(S702)、S711へ進む。一方、S701が偽である場合にはS703へ進む。
【0020】
次に、今回の変換対象が{00}であるかを判定する(S703)。S703が真である場合には今回の変換結果を{0}とし(S704)、S711へ進む。一方、S703が偽である場合にはS705へ進む。
【0021】
次に、今回の変換対象が{10}であるかを判定する(S705)。S705が偽ならば、前回の変換対象が{01}であるかを判定する(S709)。S709が偽ならば、今回の変換結果を{1}とし(S710)、S711に進む。一方、S705が真またはS709が真ならば、前回の変換対象の変換結果(以下、単に「前回の変換結果」と呼ぶ)を判定する(S706)。ここで、前回の変換結果が{1}ならば今回の変換結果を{0}とし(S707)、前回の変換結果が{0}ならば今回の変換結果を{1}とする(S708)。その後、S711に進む。
【0022】
以上により、今回の変換結果が決定したら、この変換結果をプリントバッファ16に展開する(S711)。
【0023】
次に、残りドット長を判定し(S801)、残りドット長が3ドット以上ならば今回処理した2ドットを差し引き(S802)、変換対象を2ドット先に進めて(S803)、S602へ戻る。また、S802において残りドット長が2ドット以下ならば縮小処理を終了する。
【0024】
プリントバッファ16に展開された縮小イメージは、ホスト2から送信される印字改行コマンドなどにより、CPU12が制御ROM13に従って印刷機構17を制御し、印刷を行う。
【0025】
上記縮小方法によって、図4(a)に示したデータを縮小すると図4(d)に示すように読み易い縮小文字を得ることができる。
【0026】
次に、縮小前のビットマップデータが2n−1ドット長で構成されている場合に、そのビットマップデータの先頭に{0}があるものとみなして縮小処理を行う方法について、図9および図10、図7のフローチャートを参照して説明する。
【0027】
まず、縮小処理を行う前処理として、前回の変換対象を{00}とし、その変換結果を{0}としておく(S901)。次に、残りドット長が奇数であるかを判定する(S902)。S902が真ならば、今回の変換対象の第1ドットを{0}とし(S903)、今回の変換対象の第2ドットを縮小前のビットマップデータの先頭のデータとする(S904)。その後、S701へ進む。一方、S902が偽である場合には、そのままS701へ進む。
【0028】
次に続くS701からS711までの処理は、前述の通りであり説明を省略する。
【0029】
S711の次に、残りドット長が奇数であるか判定する(S1001)。S1001が真ならば、残りドット長から1を差し引き(S1002)、残りドット長を判定する(S1003)。この判定の結果、残りドット長が0ドットならば縮小処理を終了し、残りドット長が0ドットでなければ変換対象を1ドット先に進めて(S1004)、S701へ戻る。一方、S1001が偽である場合は、残りドット長から2を差し引き(S1005)、残りドット長を判定する(S1006)。この判定の結果、残りドット長が0ドットならば縮小処理を終了し、残りドット長が0ドットでなければ変換対象を2ドット先に進めて(S1007)、S701へ戻る。
【0030】
このように、縮小前のビットマップデータの先頭に{0}があるものとみなすと、縮小前のビットマップデータの先頭データと縮小後の先頭データとは同一になる。したがって縮小前のビットマップデータの先頭データが重要な意味を持っている場合、例えばこの先頭のドットデータが縮小処理で印刷されないと文字の判読が困難になるような場合においては、この方法を用いることによって、縮小後のデータの先頭に縮小前のデータの先頭ドットをそのまま残すことができる。
【0031】
したがって、上述した二つの縮小処理、すなわち、縮小前のビットマップデータの最後尾に{0}があるものとみなす縮小処理と先頭に{0}があるものとみなす縮小処理とを併存させることが望ましく、文字に応じて2つの方法を使い分けることにより、縮小後であっても読みやすい文字を得ることができる。 ここで、縮小パターンを上述した変換処理により作成する理由を図2および図3を用いて説明する。
【0032】
図2に今回の変換対象の組み合わせパターン(A〜D)およびその変換結果を示す。図中の●は{1}を、○は{0}を表す。パターンA、Bの場合は図示した通りそれぞれ{1}、{0}に変換する。また、パターンC、Dについては、この2ドットの組み合わせパターンからだけでは変換結果を判断しかねるので、前回対象となった2ドットの情報、すなわち前回の変換対象を用いて決定するという意味で{?}とする。
【0033】
次に、図2中のパターンC、Dの場合についての決定方法を図3を用いて説明する。図3は図2中のパターンCおよびパターンDについて、今回の変換対象(図3中のcd行で示されるドット)に対して、前回の変換対象(図3中のab行で示されるドット)がとり得るすべての組み合わせを示し、これら4ドットの組み合わせパターンを考慮した上で今回の変換対象(cd行のデータ)の変換結果を示したものである。図3中の{#}は、図3中の前回の変換対象の変換結果が{1}となっていれば{0}に、{0}となっていれば{1}に決定する。
【0034】
以下、パターンCの決定理由について、個々に説明する。
【0035】
パターンC1の場合は、前回の変換結果は必ず{1}であり、また、変換前の状態は{1}が3ドット連続しているので、cd行を間引いてしまっても大きな情報の欠落はないと考えられる。したがって、今回の変換結果は{0}とする。
【0036】
パターンC2の場合は、込み入った線または点である可能性が高いが、すべての場合について印字してしまうと背景が潰れてしまうし、単純に間引いてしまえば連続してドットを欠落してしまう可能性がある。このような場合は適度に間引くことが必要である。したがって、今回の変換結果は、前回の変換結果が{1}となっていれば{0}、{0}となっていれば{1}と決定する。
【0037】
パターンC3の場合は、bc行において{1}が2ドット連続しているので、図2におけるパターンAが中央で分割された状態であり、どちらか一方(b行またはc行)を印字すべきである。したがって、 今回の変換結果は、前回の変換結果が{1}となっていれば{0}、{0}となっていれば{1}と決定する。
【0038】
パターンC4の場合は、前回の変換結果は必ず{0}であり、かつc行の{1}の前後のドットが{0}であるため、1ドットの線または点を消さないためにも印字すべきである。したがって、今回の変換結果は{1}と決定する。
【0039】
次に、パターンDの決定理由について説明する。
【0040】
パターンDのうち、パターンD3だけは今回の変換結果を、前回の変換結果が{1}となっていれば{0}、{0}となっていれば{1}と決定する。これはパターンC2の場合の決定方法と同様の理由による。
【0041】
また、パターンDのうちの残りのパターンD1、D2、D4については、今回の変換結果を{1}とする。
【0042】
パターンD1の場合の場合の決定理由を図5を用いて説明する。図5(a)の文字を縮小する場合、パターンD1を{0}とすると、図5(b)のように著しく形が崩れて判読しにくくなる。これに対して、パターンD1を{1}とすると、図5(c)のように形が崩れず、判読しやすくなる。この例のように、文字の構成が単純な場合でもパターンD1が現れる頻度は高く、これを考慮してパターンD1を{1}とする。
【0043】
パターンD2の場合は、bc行で{0}が2ドット連続している。2ドット以上{0}が連続してから{1}が現れたら、その{1}の情報は重要度が高いと判断して消さずに残しておく。
【0044】
パターンD4の場合は、パターンD2の場合で述べたことと同等の理由により、{1}とする。
【0045】
このように本発明では、今回の変換対象のみならず、前回の変換対象や前回の変換結果を考慮して、今回の変換対象を変換処理することにより、データの潰れや抜けのバランスがよく見やすい縮小パターンを作成することができる。
【0046】
本発明の縮小方法は、特別な回路等を使用しなくても、通常サイズのビットマップデータの印字が可能な印刷装置であれば、実現可能である。実現するためには、図6〜図10のフローチャートの処理に従っても良いし、公知の技術を使ってこれと同等の変換結果を得られるような論理演算を用いても良い。論理演算で実現する場合は何種類かの演算方法が考えられるが、演算回数が少ない方法を採用すれば縮小処理を高速にすることができる。
【0047】
上記実施の形態では文字の高さ方向に縮小する例を説明したが、本発明はこれに限定されるものではなく、文字の幅方向に縮小する場合においても適用することができる。
【0048】
また、縮小処理の対象は文字のみではなくビットマップデータで構成されるグラフィックデータ等にも適用することができる。
【0049】
また、上記実施の形態では印刷装置を例に説明したが、まったく同様な縮小方法を表示装置にも応用できる。すなわち図1において、プリントバッファ16を表示バッファに、印刷機構17を表示機構に置き換えることにより、本発明を適用した表示装置を実現できる。
【0050】
また、本発明は上記実施形態に限定されるものではなく、本発明の要旨を逸脱しない範囲で変形可能であることは勿論である。
【0051】
【発明の効果】
以上説明したように、本発明の手法を用いれば、フォントデータやイメージデータなどのビットマップデータを縮小した場合に潰れやドット抜けを極力抑えることができる。また、情報処理装置内のROMなどの記憶装置の中にビットマップデータを保持している場合には、文字を縮小して印字または表示するために縮小された大きさの専用のフォントデータを別に保持する必要がないため、縮小機能を追加したためにメモリ容量が増大して製造コストが上がってしまうという問題は発生しない。
【図面の簡単な説明】
【図1】本発明の実施形態である印刷装置の概略構成を示す説明図である。
【図2】本発明の縮小変換を行うときに、今回の変換対象のパターンおよびその変換結果を示す図である。
【図3】図2におけるパターンC、Dについて、前回の変換対象の考えられ得るすべてのパターンを対応させた図である。
【図4】通常サイズのビットマップデータ(文字「重」)および従来の縮小方法による縮小結果および本発明による縮小結果を示した図である。
【図5】通常サイズのビットマップデータ(文字「≦」)およびその縮小結果を示す図である。
【図6】本発明の縮小方法を示すフローチャートである。
【図7】本発明の縮小方法を示すフローチャートである。
【図8】本発明の縮小方法を示すフローチャートである。
【図9】本発明の縮小方法を示すフローチャートである。
【図10】本発明の縮小方法を示すフローチャートである。
【符号の説明】
1 印刷装置
2 ホスト
11 インタフェース
12 CPU
13 制御ROM
13a 制御ROM内の文字パターン縮小方法が記述されたプログラム
14 フォントROM
15 RAM
16 プリントバッファ
17 印刷機構
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a method for reducing bitmap data such as font data and image data, an information processing apparatus that performs processing using the reduction method, and an information recording medium on which a program for realizing the method is recorded.
[0002]
[Prior art]
A conventional technique will be described with reference to FIG. FIG. 4A is an example of normal size bitmap font data of the printing apparatus. In a conventional printing apparatus capable of performing reduced printing of bitmap data, bitmap data of 2n (hereinafter, n is an integer of 1 or more) or 2n-1 dot length before reduction is reduced to n dot length. When the data is expanded in the memory in the printing apparatus, the logical sum of two dot lines is sequentially calculated from one end of the bitmap data to convert the data into one dot line. There is a way to create it. FIG. 4B shows the result of reducing the bitmap font data shown in FIG. 4A in the height direction of the character by this method. As another method, there is a method in which bitmap data is simply thinned out at intervals of one dot line to create a reduced pattern. FIG. 4C shows the result of reducing FIG. 4A by this method. As another method for reduced printing, font data for reduced printing is stored in advance in a ROM or the like in a printing apparatus separately from font data of normal size, and printing is performed using the font data for reduced printing. There is also a method of developing and printing in a memory in the apparatus.
[0003]
[Problems to be solved by the invention]
However, in the above-described conventional technique, in the method of calculating the logical sum of every two dot lines described first and converting it into one dot line to create a reduced pattern, the background portion of the bitmap data is crushed. In particular, when the bitmap data is font data, there is a problem that it becomes difficult to read characters as shown in FIG.
[0004]
In the second method of creating a reduced pattern simply by thinning out at one dot line intervals, the thinning may erase dots that should not be erased by, for example, one dot line. Also in this case, there is a problem that it becomes difficult to read the characters as shown in FIG.
[0005]
Further, the method of preparing font data for reduced printing described in the third step in advance leads to an increase in memory capacity and a problem that manufacturing cost increases.
[0006]
The present invention has been made in order to solve the above-described problems, and a reduction method and an information processing apparatus capable of minimizing crushing and missing dots when bitmap data such as font data and image data are reduced. And an information recording medium for realizing this.
[0007]
[Means for Solving the Problems]
The invention for achieving the above object is the following invention.
[0008]
The method for reducing bitmap data according to the present invention includes:
(1) A reduction method for successively converting two consecutive dots from one end of bitmap data into one dot to create a reduced pattern,
The image side of each bit of the bitmap data is represented by {1}, and the background side is represented by {0}, and the two-dot data to be reduced is formed in the form of {ab} in order from the side where reduction processing is started. When expressed as
A preprocessing step in which the previous conversion target is {00} and the conversion result is {0};
If the current conversion target is {11}, a first conversion step of converting to {1};
If the current conversion target is {00}, a second conversion step of converting to {0};
If the current conversion target is {10}, a third conversion step of converting the conversion result of the previous conversion target into a logical negation;
When the current conversion target is {01} and the previous conversion target is {01}, a fourth conversion step of converting the conversion result of the previous conversion target into a logical negation;
When the current conversion target is {01} and the previous conversion target is not {01}, a fifth conversion step of converting to {1} is provided.
(2) In the bitmap data reduction method according to (1), when the length of the bitmap data before reduction is an odd number,
A step of assuming that {0} is at the head of the bitmap data string and / or a step of assuming that {0} is at the end of the bitmap data string.
Also, the information processing apparatus of the present invention
(3) An information processing apparatus for sequentially converting two consecutive dots from one end of bitmap data into one dot to create a reduced pattern,
The image side of each bit of the bitmap data is represented by {1}, the background side is represented by {0}, and the two-dot data to be reduced is sequentially converted into a {ab} format from the side where the reduction processing is started. When expressed as
Preprocessing means for setting the previous conversion target to {00} and setting the conversion result to {0};
If the current conversion target is {11}, first conversion means for converting to {1};
If the current conversion target is {00}, a second conversion unit that converts the conversion target to {0};
If the current conversion target is {10}, a third conversion unit that converts the conversion result of the previous conversion target into a logical negation;
When the current conversion target is {01} and the previous conversion target is {01}, a fourth conversion unit that converts the conversion result of the previous conversion target into a logical negation,
If the current conversion target is {01} and the previous conversion target is not {01}, a fifth conversion unit for converting to {1} is provided.
(4) In the information processing device according to (3), when the length of data before reduction is an odd number,
A means for assuming that {0} is at the beginning of the bitmap data string and / or a means for assuming that {0} is at the end of the bitmap data string are provided.
[0009]
According to the present invention, when reducing the bit map data having a length of 2n dots to the length of n dots, not only the process of converting only the current conversion target into one dot but also the combination pattern of the previous conversion target and its By taking the conversion result into consideration and determining the current conversion result, it is possible to avoid crushing the background portion of the bitmap data or erasing the dots that should not be erased by a line of one dot line as much as possible. It is possible to create an easy-to-read reduced pattern that balances the collapse and omission of data.
[0011]
Further, a reduction result can be output using an information processing device that realizes the above-described reduction method. A printing device or a display device can be considered as an information processing device capable of outputting a reduction result.
[0012]
Further, the above-described reduction method can be supplied as a control program executable by the information processing apparatus, and can be provided via a recording medium on which the control program is recorded. Alternatively, it is also possible to provide a control program via a computer network such as the Internet and record and use the control program on a recording medium of an information processing device on the user side.
[0013]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
[0014]
FIG. 1 is a diagram illustrating a schematic configuration of a printing apparatus according to an embodiment of the present invention. As shown in FIG. 1, the printing apparatus 1 of the present embodiment is connected to a host 2 and operates based on data transferred from the host 2. The printing apparatus 1 includes an interface 11 connected to the host 2. The CPU 12 processes data received by the interface 11 according to a control program stored in the control ROM 13. The control ROM 13 stores a program 13a describing a method of reducing a character pattern as one of the control programs. When the data received from the host 2 is character data, information necessary for developing characters such as the currently specified character size and character decoration is read from the RAM 15 and read from the font ROM 14 accordingly. The data is processed and expanded in the print buffer 16. Each font stored in the font ROM 14 is formed in a bitmap pattern. The print data developed in the print buffer 16 is printed on a sheet by a printing mechanism 17.
[0015]
The CPU 12 operates according to a program stored in the control ROM 13. If the control ROM 13 is realized by an erasable / writable ROM, it is easy to update and modify the program. A program to be introduced into an information processing apparatus such as a printing apparatus can be recorded on an information recording medium such as a floppy disk or a hard disk.
[0016]
Next, a method in which the printing apparatus 1 creates reduced characters in a print buffer using the bitmap font data stored in the font ROM 14 when reduced printing of characters is designated by the host 2 will be described. Here, when the dot length of the bitmap data to be reduced is 2n-1 length, (1) a method of performing reduction processing by assuming that {0} is at the end of the bitmap data; 2) A description will be given of two types of methods for performing the reduction process assuming that {0} is at the head of the bitmap data. In the following description, dots to be printed are expressed as {1}, and dots not to be printed are expressed as {0}. The reduction process is performed for each two-dot line in order from one end of the bitmap data. Two dots to be converted in the reduction process are expressed as {ab}. First, referring to the flowcharts of FIGS. 6, 7 and 8, if the bitmap data before reduction is composed of 2n-1 dot length, the bitmap data having {0} at the end thereof A method of performing the deemed reduction process will be described.
[0017]
As pre-processing for performing the reduction processing, the previous conversion target is set to {00}, and the conversion result is set to {0} (S601).
[0018]
Next, it is determined whether the remaining reduction target dot length of the bitmap data (hereinafter, simply referred to as “remaining dot length”) is one dot (S602). If S602 is true, the first dot to be converted this time is set as the remaining one dot data (S603), and the second dot to be converted this time is set to {0} (S604). Thereafter, the process proceeds to S701. On the other hand, if S602 is false, the process directly proceeds to S701.
[0019]
Next, it is determined whether the current conversion target is {11} (S701). If S701 is true, the conversion result of the current conversion target (hereinafter, simply referred to as “this conversion result”) is set to {1} (S702), and the process proceeds to S711. On the other hand, if S701 is false, the process proceeds to S703.
[0020]
Next, it is determined whether the current conversion target is {00} (S703). If S703 is true, the current conversion result is set to {0} (S704), and the process proceeds to S711. On the other hand, if S703 is false, the process proceeds to S705.
[0021]
Next, it is determined whether the current conversion target is {10} (S705). If S705 is false, it is determined whether the previous conversion target is {01} (S709). If S709 is false, the current conversion result is set to {1} (S710), and the process proceeds to S711. On the other hand, if S705 is true or S709 is true, the previous conversion result (hereinafter, simply referred to as "previous conversion result") is determined (S706). Here, if the previous conversion result is {1}, the current conversion result is set to {0} (S707), and if the previous conversion result is {0}, the current conversion result is set to {1} (S708). Thereafter, the process proceeds to S711.
[0022]
As described above, when the current conversion result is determined, the conversion result is developed in the print buffer 16 (S711).
[0023]
Next, the remaining dot length is determined (S801). If the remaining dot length is three or more, the two dots processed this time are subtracted (S802), the conversion target is advanced by two dots (S803), and the process returns to S602. If the remaining dot length is 2 dots or less in S802, the reduction process ends.
[0024]
The CPU 12 controls the printing mechanism 17 according to the control ROM 13 and prints the reduced image developed in the print buffer 16 by a print line feed command or the like transmitted from the host 2.
[0025]
When the data shown in FIG. 4A is reduced by the above-described reduction method, reduced characters that are easy to read can be obtained as shown in FIG. 4D.
[0026]
Next, in the case where the bitmap data before reduction has a length of 2n-1 dots, a method of performing reduction processing on the assumption that {0} is at the head of the bitmap data will be described with reference to FIGS. 10, will be described with reference to the flowchart of FIG.
[0027]
First, as a pre-process for performing the reduction process, the previous conversion target is set to {00}, and the conversion result is set to {0} (S901). Next, it is determined whether the remaining dot length is an odd number (S902). If S902 is true, the first dot to be converted this time is set to {0} (S903), and the second dot to be converted this time is set as the leading data of the bitmap data before reduction (S904). Thereafter, the process proceeds to S701. On the other hand, if S902 is false, the process proceeds to S701.
[0028]
Subsequent processes from S701 to S711 are as described above, and description thereof will be omitted.
[0029]
After S711, it is determined whether the remaining dot length is an odd number (S1001). If S1001 is true, 1 is subtracted from the remaining dot length (S1002), and the remaining dot length is determined (S1003). If the result of this determination is that the remaining dot length is 0 dots, the reduction process ends. If the remaining dot length is not 0 dots, the conversion target is advanced by one dot (S1004), and the process returns to S701. On the other hand, if S1001 is false, 2 is subtracted from the remaining dot length (S1005), and the remaining dot length is determined (S1006). If the result of this determination is that the remaining dot length is 0 dot, the reduction process ends. If the remaining dot length is not 0 dot, the conversion target is advanced by 2 dots (S1007), and the process returns to S701.
[0030]
As described above, assuming that {0} is at the head of the bitmap data before reduction, the head data of the bitmap data before reduction and the head data after reduction are the same. Therefore, this method is used when the leading data of the bitmap data before reduction has an important meaning, for example, when the leading dot data is difficult to read unless it is printed by the reduction processing. This makes it possible to leave the leading dot of the data before reduction at the head of the data after reduction.
[0031]
Therefore, it is possible to coexist the two reduction processes described above, that is, the reduction process in which it is assumed that there is {0} at the end of the bitmap data before reduction and the reduction process in which it is assumed that there is {0} at the beginning. Desirably, by properly using the two methods according to the character, a character that is easy to read even after reduction can be obtained. Here, the reason why the reduced pattern is created by the above-described conversion processing will be described with reference to FIGS.
[0032]
FIG. 2 shows the combination patterns (A to D) to be converted this time and the conversion results. In the figure, ● represents {1}, and ○ represents {0}. In the case of patterns A and B, they are converted into {1} and {0}, respectively, as shown. Further, for patterns C and D, the conversion result cannot be determined only from the combination pattern of these two dots. Therefore, it means that the determination is made using the information of the two dots that were the previous target, that is, the previous conversion target. ? }.
[0033]
Next, a method for determining patterns C and D in FIG. 2 will be described with reference to FIG. FIG. 3 shows a pattern C and a pattern D in FIG. 2 with respect to a current conversion target (dots indicated by a cd line in FIG. 3) and a previous conversion target (dots indicated by an ab line in FIG. 3). This shows all possible combinations, and shows the conversion result of the current conversion object (cd row data) in consideration of the combination pattern of these four dots. {#} In FIG. 3 is determined as {0} when the previous conversion result in FIG. 3 is {1}, and {1} when it is {0}.
[0034]
Hereinafter, the reasons for determining the pattern C will be described individually.
[0035]
In the case of the pattern C1, the previous conversion result is always {1}, and the state before conversion is that {1} is continuous for three dots. It is thought that there is no. Therefore, the current conversion result is {0}.
[0036]
In the case of the pattern C2, there is a high possibility that the pattern is a complicated line or point, but if printing is performed in all cases, the background will be crushed, and if simply thinned out, dots will be continuously missing. there is a possibility. In such a case, it is necessary to thin out appropriately. Therefore, the current conversion result is determined as {0} if the previous conversion result is {1}, and {1} if it is {0}.
[0037]
In the case of the pattern C3, since {1} is continuous for two dots in the bc line, the pattern A in FIG. 2 is divided at the center, and either one (the b line or the c line) should be printed. It is. Therefore, the current conversion result is determined to be {0} if the previous conversion result is {1}, and {1} if it is {0}.
[0038]
In the case of pattern C4, the previous conversion result is always {0}, and the dots before and after {1} on line c are {0}. Should. Therefore, the current conversion result is determined to be {1}.
[0039]
Next, the reason for determining the pattern D will be described.
[0040]
Of the pattern D, only the pattern D3 determines the current conversion result. If the previous conversion result is {1}, it is determined as {0}, and if the previous conversion result is {0}, it is determined as {1}. This is for the same reason as the determination method in the case of the pattern C2.
[0041]
Also, regarding the remaining patterns D1, D2, and D4 of the pattern D, the current conversion result is {1}.
[0042]
The determination reason in the case of the pattern D1 will be described with reference to FIG. In the case of reducing the character in FIG. 5A, if the pattern D1 is set to {0}, the shape is remarkably deformed as shown in FIG. On the other hand, when the pattern D1 is {1}, the shape does not collapse as shown in FIG. As in this example, even when the character configuration is simple, the pattern D1 appears frequently, and in consideration of this, the pattern D1 is set to {1}.
[0043]
In the case of the pattern D2, {0} is continuous by two dots in the bc row. If {1} appears after {0} continues for two or more dots, the information of {1} is determined to be of high importance and is left without being erased.
[0044]
In the case of the pattern D4, {1} is set for the same reason as described in the case of the pattern D2.
[0045]
As described above, in the present invention, not only the current conversion target, but also the previous conversion target and the previous conversion result are taken into account, and the current conversion target is subjected to the conversion processing, so that the balance of data collapse and omission is easy to see. A reduced pattern can be created.
[0046]
The reduction method of the present invention can be realized by any printing apparatus that can print bitmap data of a normal size without using a special circuit or the like. In order to realize this, the processing in the flowcharts of FIGS. 6 to 10 may be performed, or a logical operation that can obtain a conversion result equivalent to this using a known technique may be used. In the case of realizing by a logical operation, several types of operation methods are conceivable, but if a method with a small number of operations is adopted, the reduction processing can be performed at high speed.
[0047]
In the above-described embodiment, an example in which the character is reduced in the height direction has been described. However, the present invention is not limited to this, and can be applied to a case in which the character is reduced in the width direction.
[0048]
Further, the object of the reduction processing can be applied not only to characters but also to graphic data composed of bitmap data and the like.
[0049]
Further, in the above-described embodiment, the printing apparatus has been described as an example, but a completely similar reduction method can be applied to the display apparatus. That is, in FIG. 1, the display device to which the present invention is applied can be realized by replacing the print buffer 16 with a display buffer and the printing mechanism 17 with a display mechanism.
[0050]
In addition, the present invention is not limited to the above-described embodiment, and can be modified without departing from the spirit of the present invention.
[0051]
【The invention's effect】
As described above, the use of the technique of the present invention can minimize crushing and missing dots when bitmap data such as font data and image data is reduced. If bitmap data is stored in a storage device such as a ROM in the information processing device, dedicated font data of a reduced size for separately printing or displaying characters is separately provided. Since there is no need to hold the data, there is no problem that the memory capacity increases due to the addition of the reduction function and the manufacturing cost increases.
[Brief description of the drawings]
FIG. 1 is an explanatory diagram illustrating a schematic configuration of a printing apparatus according to an embodiment of the invention.
FIG. 2 is a diagram illustrating a pattern to be converted this time and a result of the conversion when performing a reduction conversion according to the present invention;
FIG. 3 is a diagram in which all conceivable patterns to be converted last time correspond to patterns C and D in FIG. 2;
FIG. 4 is a diagram showing bitmap data (character “heavy”) of normal size, a reduction result by a conventional reduction method, and a reduction result by the present invention.
FIG. 5 is a diagram showing bitmap data of a normal size (character “≦”) and its reduction result.
FIG. 6 is a flowchart illustrating a reduction method according to the present invention.
FIG. 7 is a flowchart illustrating a reduction method according to the present invention.
FIG. 8 is a flowchart illustrating a reduction method according to the present invention.
FIG. 9 is a flowchart illustrating a reduction method according to the present invention.
FIG. 10 is a flowchart illustrating a reduction method according to the present invention.
[Explanation of symbols]
1 printing device 2 host 11 interface 12 CPU
13 Control ROM
13a A program describing a character pattern reduction method in a control ROM 14 A font ROM
15 RAM
16 print buffer 17 printing mechanism

Claims (8)

ビットマップデータの一端から逐次、連続した2ドットを1ドットに変換して縮小パターンを作成する縮小方法であって、
前記ビットマップデータの各ビットの画像側を{1}、背景側を{0}で表現し、前記縮小処理対象となる2ドットのデータを、縮小処理を開始した側から順に{ab}の形式で表現した場合に、
前回の変換対象を{00}とし、その変換結果を{0}とする前処理工程と、
今回の変換対象が{11}である場合は、{1}に変換する第1の変換工程と、
前記今回の変換対象が{00}である場合は、{0}に変換する第2の変換工程と、
前記今回の変換対象が{10}である場合は、前回の変換対象の変換結果の論理否定に変換する第3の変換工程と、
前記今回の変換対象が{01}であって、かつ前記前回の変換対象が{01}である場合は、前記前回の変換対象の変換結果の論理否定に変換する第4の変換工程と、
前記今回の変換対象が{01}であって、かつ前記前回の変換対象が{01}でない場合は、{1}に変換する第5の変換工程とを備えたことを特徴とするビットマップデータの縮小方法。
A reduction method for sequentially converting two consecutive dots into one dot from one end of bitmap data to create a reduced pattern,
The image side of each bit of the bitmap data is represented by {1}, and the background side is represented by {0}, and the two-dot data to be reduced is formed in the form of {ab} in order from the side where reduction processing is started. When expressed as
A preprocessing step in which the previous conversion target is {00} and the conversion result is {0};
If the current conversion target is {11}, a first conversion step of converting to {1};
If the current conversion target is {00}, a second conversion step of converting to {0};
If the current conversion target is {10}, a third conversion step of converting the conversion result of the previous conversion target into a logical negation;
When the current conversion target is {01} and the previous conversion target is {01}, a fourth conversion step of converting the conversion result of the previous conversion target into a logical negation;
If the current conversion target is {01} and the previous conversion target is not {01}, a fifth conversion step of converting to {1} is provided. How to reduce.
請求項1記載のビットマップデータの縮小方法において、縮小前の前記ビットマップデータの長さが奇数である場合に、
前記ビットマップデータ列の先頭に{0}があるものとみなす工程及び/又は前記ビットマップデータ列の最後尾に{0}があるものとみなす工程を備えたことを特徴とするビットマップデータの縮小方法。
2. The method for reducing bitmap data according to claim 1, wherein the length of the bitmap data before reduction is an odd number,
A step of assuming that there is {0} at the beginning of the bitmap data string and / or a step of assuming that there is {0} at the end of the bitmap data string. Reduction method.
ビットマップデータの一端から逐次、連続した2ドットを1ドットに変換して縮小パターンを作成する情報処理装置であって、
前記ビットマップデータの各ビットの画像側を{1}、背景側を{0}で表現し、縮小処理対象となる前記2ドットのデータを、縮小処理を開始した側から順に{ab}の形式で表現した場合に、
前回の変換対象を{00}とし、その変換結果を{0}とする前処理手段と、
今回の変換対象が{11}である場合は、{1}に変換する第1の変換手段と、
前記今回の変換対象が{00}である場合は、{0}に変換する第2の変換手段と、
前記今回の変換対象が{10}である場合は、前回の変換対象の変換結果の論理否定に変換する第3の変換手段と、
前記今回の変換対象が{01}であって、かつ前記前回の変換対象が{01}である場合は、前記前回の変換対象の変換結果の論理否定に変換する第4の変換手段と、
前記今回の変換対象が{01}であって、かつ前記前回の変換対象が{01}でない場合は、{1}に変換する第5の変換手段とを備えたことを特徴とする情報処理装置。
An information processing device for sequentially converting two consecutive dots into one dot from one end of bitmap data to create a reduced pattern,
The image side of each bit of the bitmap data is represented by {1}, the background side is represented by {0}, and the two-dot data to be reduced is sequentially converted into a {ab} format from the side where the reduction processing is started. When expressed as
Preprocessing means for setting the previous conversion target to {00} and setting the conversion result to {0};
If the current conversion target is {11}, first conversion means for converting to {1};
If the current conversion target is {00}, a second conversion unit that converts the conversion target to {0};
If the current conversion target is {10}, a third conversion unit that converts the conversion result of the previous conversion target into a logical negation;
When the current conversion target is {01} and the previous conversion target is {01}, a fourth conversion unit that converts the conversion result of the previous conversion target into a logical negation,
An information processing apparatus comprising: a fifth conversion unit that converts the current conversion target to {01} when the current conversion target is {01} and the previous conversion target is not {01}. .
請求項3記載の情報処理装置において、縮小前のデータの長さが奇数である場合に、
前記ビットマップデータ列の先頭に{0}があるものとみなす手段及び/又は前記ビットマップデータ列の最後尾に{0}があるものとみなす手段を備えたことを特徴とする情報処理装置。
4. The information processing apparatus according to claim 3, wherein when the length of the data before reduction is an odd number,
An information processing apparatus comprising means for assuming that {0} is at the head of the bitmap data string and / or means for assuming that {0} is at the end of the bitmap data string.
請求項3または請求項4記載の情報処理装置において、前記縮小パターンを印刷する印刷手段を備えたことを特徴とする情報処理装置。5. The information processing apparatus according to claim 3, further comprising a printing unit that prints the reduced pattern. 請求項3または請求項4記載の情報処理装置において、前記縮小パターンを表示する表示手段を備えたことを特徴とする情報処理装置。5. The information processing apparatus according to claim 3, further comprising a display unit that displays the reduced pattern. ビットマップデータの一端から逐次、連続した2ドットずつを1ドットに変換して縮小パターンを作成する情報処理装置の制御プログラムであって、
前記ビットマップデータの各ビットの画像側を{1}、背景側を{0}で表現し、前記縮小処理対象となる2ドットのデータを、縮小処理を開始した側から順に{ab}の形式で表現した場合に、
前回の変換対象を{00}とし、その変換結果を{0}とする前処理工程と、
今回の変換対象が{11}である場合は、{1}に変換する第1の変換工程と、
前記今回の変換対象が{00}である場合は、{0}に変換する第2の変換工程と、
前記今回の変換対象が{10}である場合は、前回の変換対象の変換結果の論理否定に変換する第3の変換工程と、
前記今回の変換対象が{01}であって、かつ前記前回の変換対象が{01}である場合は、前記前回の変換対象の変換結果の論理否定に変換する第4の変換工程と、
前記今回の変換対象が{01}であって、かつ前記前回の変換対象が{01}でない場合は、{1}に変換する第5の変換工程とを備えたことを特徴とする制御プログラムを記録した情報記録媒体。
A control program for an information processing apparatus for sequentially converting two consecutive dots into one dot from one end of bitmap data to create a reduced pattern,
The image side of each bit of the bitmap data is represented by {1}, and the background side is represented by {0}, and the two-dot data to be reduced is formed in the form of {ab} in order from the side where reduction processing is started. When expressed as
A preprocessing step in which the previous conversion target is {00} and the conversion result is {0};
If the current conversion target is {11}, a first conversion step of converting to {1};
If the current conversion target is {00}, a second conversion step of converting to {0};
If the current conversion target is {10}, a third conversion step of converting the conversion result of the previous conversion target into a logical negation;
When the current conversion target is {01} and the previous conversion target is {01}, a fourth conversion step of converting the conversion result of the previous conversion target into a logical negation;
If the current conversion target is {01} and the previous conversion target is not {01}, a fifth conversion step of converting to {1} is provided. The recorded information recording medium.
請求項7記載の制御プログラムにおいて、縮小前のデータの長さが奇数である場合に、
前記ビットマップデータ列の先頭に{0}があるものとみなす工程及び/又は前記ビットマップデータ列の最後尾に{0}があるものとみなす工程を備えたことを特徴とする制御プログラムを記録した情報記録媒体。
8. The control program according to claim 7, wherein when the length of the data before reduction is an odd number,
Recording a control program characterized by comprising a step of assuming that {0} is at the beginning of the bitmap data string and / or a step of assuming that {0} is at the end of the bitmap data string. Information recording medium.
JP12377298A 1998-05-06 1998-05-06 Bitmap data reduction method, information processing apparatus and information recording medium Expired - Fee Related JP3539203B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12377298A JP3539203B2 (en) 1998-05-06 1998-05-06 Bitmap data reduction method, information processing apparatus and information recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12377298A JP3539203B2 (en) 1998-05-06 1998-05-06 Bitmap data reduction method, information processing apparatus and information recording medium

Publications (2)

Publication Number Publication Date
JPH11327531A JPH11327531A (en) 1999-11-26
JP3539203B2 true JP3539203B2 (en) 2004-07-07

Family

ID=14868907

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12377298A Expired - Fee Related JP3539203B2 (en) 1998-05-06 1998-05-06 Bitmap data reduction method, information processing apparatus and information recording medium

Country Status (1)

Country Link
JP (1) JP3539203B2 (en)

Also Published As

Publication number Publication date
JPH11327531A (en) 1999-11-26

Similar Documents

Publication Publication Date Title
JP3711435B2 (en) Print data preview method and apparatus, and recording medium
JP3809209B2 (en) Printing apparatus and data control method
US7103833B1 (en) Image processing apparatus, output apparatus, image processing system and image processing method
JP2755308B2 (en) Output method and device
JPH08286860A (en) Output control method, its device and its computer program product
JPH0916149A (en) Character processor, character processing method, and memory
JPS60141076A (en) Control system of printer
JP3539203B2 (en) Bitmap data reduction method, information processing apparatus and information recording medium
JP3308663B2 (en) Image forming device
JPH05224846A (en) Printing and recording device
JP2580965B2 (en) Printer device
JP3636891B2 (en) Color image output method
JP3419450B2 (en) Pixel data processing apparatus and method
JP3098679B2 (en) PRINTING APPARATUS, PRINTING SYSTEM, AND PRINT CONTROL METHOD
JPH1071750A (en) Printing system, printing control device, printing device, printing control, and storage medium
JP2744025B2 (en) Printing control device
JPH11110151A (en) Printer driver, computer having printer driver, and computer system
JP2002059596A (en) Data processing device, data processing system, data processing method, printing device, printing system, printing method and medium providing processing program
JPH09277616A (en) Printer and control method therefor
JP2715475B2 (en) Graphic output device
JPH1044530A (en) Printing control apparatus, information-processing apparatus, printing apparatus, and method for processing print information
JPH08241308A (en) Method and device for image processing
JP2006159458A (en) Image output device
JPH10202960A (en) Printing equipment
JP2000280544A (en) Processing method for outline font data

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20031208

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20031216

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040209

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040302

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040315

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080402

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090402

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090402

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100402

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110402

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110402

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120402

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130402

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130402

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140402

Year of fee payment: 10

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees