JP5197917B2 - Data display device and data display method - Google Patents

Data display device and data display method Download PDF

Info

Publication number
JP5197917B2
JP5197917B2 JP2005314561A JP2005314561A JP5197917B2 JP 5197917 B2 JP5197917 B2 JP 5197917B2 JP 2005314561 A JP2005314561 A JP 2005314561A JP 2005314561 A JP2005314561 A JP 2005314561A JP 5197917 B2 JP5197917 B2 JP 5197917B2
Authority
JP
Japan
Prior art keywords
data
target data
color
background color
processing
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
JP2005314561A
Other languages
Japanese (ja)
Other versions
JP2007121735A (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.)
Kyocera Corp
Original Assignee
Kyocera 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 Kyocera Corp filed Critical Kyocera Corp
Priority to JP2005314561A priority Critical patent/JP5197917B2/en
Publication of JP2007121735A publication Critical patent/JP2007121735A/en
Application granted granted Critical
Publication of JP5197917B2 publication Critical patent/JP5197917B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Transforming Electric Information Into Light Information (AREA)
  • Control Of Indicators Other Than Cathode Ray Tubes (AREA)
  • Controls And Circuits For Display Device (AREA)

Description

本発明は、携帯電話機やパーソナルコンピュータ(PC)等の電子機器の表示デバイスとして適用可能なデータ表示装置およびデータ表示方法に関するものである。   The present invention relates to a data display device and a data display method applicable as a display device of an electronic apparatus such as a mobile phone or a personal computer (PC).

一般的に、携帯電話機やパーソナルコンピュータ(PC)等においては、液晶表示装置(LCD)等からなるカラー表示装置に、画像や所定フォントの文字等を表示することが可能である。   Generally, in a cellular phone, a personal computer (PC), and the like, an image, characters of a predetermined font, and the like can be displayed on a color display device including a liquid crystal display device (LCD).

ところで、スケーラブルフォント等のベクタ情報で構成されるフォントは、文字色を単色ではなく、多階調の色で出力を行う場合がある。
これは、文字の曲線のラインをなるべく滑らかに見せるために、アンチエイリアス処理を行い、文字色と背景色との間に中間色を付与するためである。
この中間色の計算は、文字を出力するドットと、その背景となるドットから中間色となる色を算出している。
By the way, a font composed of vector information such as a scalable font may output characters with a multi-tone color instead of a single color.
This is because anti-aliasing processing is performed to make the curved line of the character appear as smooth as possible, and an intermediate color is added between the character color and the background color.
In the calculation of the intermediate color, a color that is an intermediate color is calculated from a dot that outputs characters and a dot that is the background of the character.

図1は、一般的な表示処理系の構成例を示す図である。
図1の表示処理系1は、フォントベクタデータDT1を格納するROM領域2と、文字描画用バッファ3A、背景描画用バッファ3B、および出力用バッファ3Cを含むRAM領域3とを有する。
FIG. 1 is a diagram illustrating a configuration example of a general display processing system.
The display processing system 1 in FIG. 1 has a ROM area 2 for storing font vector data DT1, and a RAM area 3 including a character drawing buffer 3A, a background drawing buffer 3B, and an output buffer 3C.

このように、表示処理系1においては、文字を描画するバッファ3Aと背景を描画するバッファ3Bを別々に有し、文字の色の変更など、画面表示するために重ね合わせ処理を行うことを実現している。   As described above, the display processing system 1 has the buffer 3A for drawing characters and the buffer 3B for drawing the background separately, and realizes superimposition processing for screen display such as change of character color. doing.

このような表示処理系を備えたデータ表示装置を、小型の電子機器、たとえば携帯電話機に搭載した場合、以下に示す制約事項により、文字を描画するバッファ3Aと背景を描画するバッファ3Bを別々に持つことができない。
1)メモリ容量が限られているため、2枚分のバッファの容量を確保することができない。
2)表示するたびに重ね合わせ処理を行う必要があり、表示速度が遅くなる。
3)文字を描画するバッファより上(画面)に、画像を描画する場合がある。
When the data display device having such a display processing system is mounted on a small electronic device such as a mobile phone, the buffer 3A for drawing characters and the buffer 3B for drawing the background are separately provided due to the following restrictions. I can't have it.
1) Since the memory capacity is limited, the capacity of two buffers cannot be secured.
2) It is necessary to perform an overlay process every time it is displayed, and the display speed becomes slow.
3) An image may be drawn above (screen) above a buffer for drawing characters.

そのため、携帯電話機等の小型の電子機器では、背景画像と文字を重ね合わせた1枚のバッファを形成し、表示処理を実現している。   For this reason, in a small electronic device such as a cellular phone, a single buffer in which a background image and characters are superimposed is formed to realize display processing.

なお、アンチエイリアス処理については、たとえば特許文献1に開示されている。
特開平4−188192号公報
The anti-aliasing process is disclosed in, for example, Patent Document 1.
JP-A-4-188192

しかし、従来提案されているデータ表示装置においては、以下の不利益がある。
一度出力した文字の色を変更させたい場合など、同じドット位置に、再度同じ文字を描画しようとする場合、文字が描画されているものを背景とするため、2回目以降のフォント出力時においては、新たな文字色と前回の文字色や前回のアンチエイリアス処理の中間色を含めた背景とから新たな中間色を算出することになる。
そのため、本来算出されるべき中間色の値より色の濃い値となってしまい、その結果、文字が太くなってしまう。
However, the conventionally proposed data display apparatus has the following disadvantages.
When you want to change the color of the character that has been output once, when you try to draw the same character again at the same dot position, since the character is drawn as the background, the second and subsequent font output Therefore, a new intermediate color is calculated from the new character color and the background including the previous character color and the intermediate color of the previous anti-aliasing process.
For this reason, the value becomes darker than the value of the intermediate color that should be originally calculated, and as a result, the character becomes thick.

図2は、一般的なデータ表示装置において白背景に「あ」という文字を2回続けて描画した場合の出力結果を示す図である。
図2からもわかるように、従来のデータ表示装置においては、同じドット位置に、再度同じ文字を描画しようとする場合、文字が太くなって表示されてしまうという不利益がある。
FIG. 2 is a diagram illustrating an output result when the character “a” is drawn twice on a white background in a general data display device.
As can be seen from FIG. 2, in the conventional data display device, when the same character is drawn again at the same dot position, there is a disadvantage that the character is displayed thicker.

本発明の目的は、本来算出されるべき中間色を的確に得ることができ、繰り返してフォントを描画する場合にフォントの階調部分の色が濃くなることを防止できるデータ表示装置およびデータ表示方法を提供することにある。   An object of the present invention is to provide a data display device and a data display method that can accurately obtain an intermediate color that should be originally calculated, and that can prevent the gradation portion of the font from becoming dark when drawing the font repeatedly. It is to provide.

本発明の第1の観点は、配置情報および色彩情報に基づき対象データをビットマップ方式にてビットマップ領域へ展開するデータ展開手段と、前記ビットマップ領域の背景色を検出する背景色検出手段と、前記対象データの色と前記背景色検出手段で検出した前記背景色とに基づき算出される中間色を用いて当該対象データのアンチエイリアス処理を行うアンチエイリアス処理手段と、前記対象データが前記アンチエイリアス処理された処理データを表示する表示手段と、を有し、前記対象データには、第1の対象データと、当該第1の対象データと異なる第2の対象データとが含まれ、前記背景色検出手段は、前記第1の対象データが前記アンチエイリアス処理された処理データ前記ビットマップ領域に展開されている状態において、前記第1の対象データが前記アンチエイリアス処理された処理データが展開されている前記ビットマップ領域のうち前記第2の対象データがアンチエイリアス処理された処理データの配置領域を除いた領域から、当該第2の対象データのアンチエイリアス処理に用いられる前記背景色を検出する。 A first aspect of the present invention is a data expansion means for expanding target data into a bitmap area by a bitmap method based on arrangement information and color information, and a background color detection means for detecting a background color of the bitmap area, Anti-aliasing processing means for performing anti-aliasing processing of the target data using an intermediate color calculated based on the color of the target data and the background color detected by the background color detection means; and the target data is subjected to the anti-aliasing processing . Display means for displaying processing data, wherein the target data includes first target data and second target data different from the first target data, and the background color detection means , in a state in which the first target data the antialiased processed data is developed in the bitmap area, before From the region where the first target data excluding the arrangement region of the processing data to which the second target data is antialiased of the bitmap area the antialiased processed data is expanded, the second The background color used for anti-aliasing processing of the target data is detected.

好適には、前記背景色検出手段は、前記第2の対象データのアンチエイリアス処理に用いられる背景色を検出する際に、前記第2の対象データの配置領域を除いて検出する。 Preferably, the background color detection means detects the background color used for the anti-aliasing processing of the second target data, excluding the arrangement area of the second target data.

好適には、前記背景色検出手段は、対象となる前記ビットマップ領域での背景色の平均となる色を算出し、当該平均色を背景色として検出する。   Preferably, the background color detection means calculates a color that is an average of the background colors in the target bitmap area, and detects the average color as a background color.

好適には、前記背景色検出手段は、前記対象データをグレースケールのビットマップ領域へ展開した場合に色付けされない領域と同じ領域の背景色を検出する。 Preferably, the background color detection means detects a background color in the same region as an uncolored region when the target data is expanded into a gray scale bitmap region.

本発明の第2の観点のデータ表示方法は、第1の対象データがアンチエイリアス処理された処理データがビットマップ領域に展開されている際のデータ表示方法であって、配置情報および色彩情報に基づき前記第1の対象データをビットマップ方式にてビットマップ領域へ展開し、前記ビットマップ領域のうち前記第1の対象データと異なる第2の対象データがアンチエイリアス処理された処理データの配置領域を除いた領域から、当該第2の対象データのアンチエイリアス処理に用いられる背景色を検出し、前記第2の対象データの色と検出した前記背景色とに基づき算出される中間色を用いて当該第2の対象データのアンチエイリアス処理を行い、前記第2の対象データが前記アンチエイリアス処理された処理データを表示する。
A data display method according to a second aspect of the present invention is a data display method when processing data obtained by anti-aliasing processing of first target data is expanded in a bitmap area, and is based on arrangement information and color information. The first target data is expanded into a bitmap area by a bitmap method, and a processing data arrangement area in which second target data different from the first target data in the bitmap area is anti-aliased is excluded. A background color used for anti-aliasing processing of the second target data is detected from the region, and the second color is calculated using an intermediate color calculated based on the color of the second target data and the detected background color . The target data is anti-aliased, and the second target data is displayed as the anti-aliased process data.

本発明によれば、本来算出されるべき中間色を的確に得ることができ、繰り返してフォントを描画する場合にフォントの階調部分の色が濃くなることを防止できる利点がある。   According to the present invention, there is an advantage that an intermediate color to be originally calculated can be accurately obtained, and when the font is repeatedly drawn, it is possible to prevent the color of the gradation portion of the font from becoming dark.

以下、本発明の実施形態を図面に関連付けて説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図3は、本発明の実施形態に係るデータ表示装置の構成例を示すブロック図である。   FIG. 3 is a block diagram illustrating a configuration example of the data display device according to the embodiment of the present invention.

本データ処理装置10は、図3に示すように、表示部11、記憶部12、操作部13、および制御部14を、主構成要素として有している。   As shown in FIG. 3, the data processing apparatus 10 has a display unit 11, a storage unit 12, an operation unit 13, and a control unit 14 as main components.

表示部11は、たとえばLCD(液晶表示装置)により構成され、制御部14の制御の下、所定フォントの文字や、記号、画像等をカラー表示する。   The display unit 11 is configured by, for example, an LCD (Liquid Crystal Display), and displays characters, symbols, images, and the like of a predetermined font in color under the control of the control unit 14.

記憶部12は、ROMやRAMを含んで構成され、制御部14において実行されるプログラムや、制御部14の処理で用いられるデータや、一時的に記憶が必要なデータ等が記憶される。
また、記憶部12は、文字情報であるフォントのベクタデータ、ビットマップ方式に応じた処理プログラムやビット位置情報等を記憶する。
記憶部12は、制御部14によりアクセスされる。
The storage unit 12 includes a ROM and a RAM, and stores a program executed by the control unit 14, data used in processing of the control unit 14, data that needs to be temporarily stored, and the like.
In addition, the storage unit 12 stores font vector data, which is character information, a processing program corresponding to a bitmap system, bit position information, and the like.
The storage unit 12 is accessed by the control unit 14.

操作部13は、各種機能を選択・実行するためのキーを含んでおり、かな、かたかな、漢字、アルファベットやその他の各種記号を入力可能に形成されている。
操作部13による入力情報は、制御部14に入力される。
The operation unit 13 includes keys for selecting and executing various functions, and is configured to input kana, kana, kanji, alphabets, and other various symbols.
Information input by the operation unit 13 is input to the control unit 14.

制御部14は、記憶部12に格納されるプログラムに基づいて表示等のための処理を行うマイクロコンピュータを有しており、データ表示装置10全体的な動作にかかわる種々の処理を行う。
制御部14は、文字等のデータ情報を、たとえば図4に示すように、フォント用の出力用バッファにあらかじめ合成したい背景画像BGIを描画しておくことが可能であり、この背景画像BGIに、たとえば文字を出力する機能を有する。
制御部14は、文字を背景画像に出力する前に、ベクタデータからビットマップデータへの内部展開処理を行い、中間色の計算対象から文字が出力されるドット位置を除く機能を有する。
より具体的には、制御部14は、図5に示すように、ROM領域21に格納されているベクタデータDT21を多階調のグレースケール(グレー濃度0%〜100%)のビットマップデータとしてRAM領域22にあるワーク用バッファ221に一次展開し、ワーク用バッファ221を参照しながら、出力用バッファ222の文字が出力されない背景画像のドットを対象として背景色の平均となる色を算出する機能を有する。
制御部14は、展開先バッファ221のドットごとにフォントの文字色と算出した背景平均色から中間色を算出して色付けを行う機能を有する。
また、制御部14は、算出した中間色を用いてアンチエイリアス処理を行い、アンチエイリアス処理を施した文字等の表示対象データを表示部11に表示させる機能を有している。
The control unit 14 includes a microcomputer that performs processing for display and the like based on a program stored in the storage unit 12, and performs various processes related to the overall operation of the data display device 10.
For example, as shown in FIG. 4, the control unit 14 can draw a background image BGI to be synthesized in advance in a font output buffer as shown in FIG. 4, and the background image BGI For example, it has a function of outputting characters.
The controller 14 has a function of performing internal expansion processing from vector data to bitmap data before outputting the character to the background image, and excluding the dot position where the character is output from the calculation target of the intermediate color.
More specifically, as shown in FIG. 5, the control unit 14 converts the vector data DT21 stored in the ROM area 21 as bitmap data of multi-grayscale gray scale (gray density 0% to 100%). A function that first develops in the work buffer 221 in the RAM area 22 and calculates a color that is an average of the background colors for the dots of the background image to which characters in the output buffer 222 are not output while referring to the work buffer 221 Have
The control unit 14 has a function of performing coloring by calculating an intermediate color from the font character color and the calculated background average color for each dot of the development destination buffer 221.
Further, the control unit 14 has a function of performing anti-aliasing processing using the calculated intermediate color and displaying display target data such as characters subjected to anti-aliasing processing on the display unit 11.

本実施形態の制御部14は、以上の表示用各機能を実現するために、図3に示すように、データ展開部141、背景色検出部142、およびアンチエイリアス処理部143を有している。   The control unit 14 of the present embodiment includes a data development unit 141, a background color detection unit 142, and an anti-aliasing processing unit 143 as shown in FIG.

データ展開部141は、表示すべき対象データ(たとえば文字)の配置情報および色彩情報に基づき対象データをビットマップ方式にてビットマップ領域へ展開する。   The data expansion unit 141 expands the target data into the bitmap area by the bitmap method based on the arrangement information and color information of the target data (for example, characters) to be displayed.

背景色検出部142は、ビットマップ領域の背景色を検出する。
この際、背景色検出部142は、データがビットマップ領域に展開(描画)されている状態で同データをビットマップ領域の同一位置へ展開(描画)する場合、データ展開部141にて展開されるデータの配置領域を除いたビットマップ領域での背景色を検出する。
より具体的には、背景色検出部142は、データ展開部141にて展開されるデータの配置領域とアンチエイリアス処理部143にてアンチエイリアス処理により中間色が付与されている領域とを除いたビットマップ領域での背景色を検出する。
背景色検出部142は、対象となるビットマップ領域での背景色の平均となる色を算出し、この平均色を背景色として検出する。
そして、背景色検出部142は、データをグレースケールのビットマップ領域へ展開した場合に色付けされない領域と同じ領域の背景色を検出する。
The background color detection unit 142 detects the background color of the bitmap area.
At this time, the background color detection unit 142 develops the data in the data development unit 141 when the data is developed (drawn) at the same position in the bitmap region while the data is developed (drawn) in the bitmap region. The background color in the bitmap area excluding the data arrangement area is detected.
More specifically, the background color detection unit 142 is a bitmap region excluding the data arrangement region developed by the data development unit 141 and the region to which the intermediate color is given by the antialiasing processing by the antialiasing processing unit 143. Detect background color at.
The background color detection unit 142 calculates an average color of the background colors in the target bitmap area, and detects this average color as the background color.
Then, the background color detection unit 142 detects the background color of the same area as the area that is not colored when the data is expanded into the gray scale bitmap area.

アンチエイリアス処理部143は、ビットマップ領域へ展開される対象データの色と背景色検出部142にて検出されるビットマップ領域の背景色とに基づき算出される中間色を用いてアンチエイリアス処理を行う。
このアンチエイリアス処理を施したデータが表示部11に表示される。
The anti-aliasing processing unit 143 performs anti-aliasing processing using an intermediate color calculated based on the color of the target data expanded into the bitmap area and the background color of the bitmap area detected by the background color detection unit 142.
The data subjected to the anti-aliasing process is displayed on the display unit 11.

次に、上記構成による制御部14における動作を、図6〜図8に関連付けて説明する。
図6は制御部14の動作を説明するためのフローチャートであり、図7はグレースケールに展開したイメージ図であり、図8は文字色をたとえば赤色として中間色の色付けを行った出力用バッファのイメージ図である。
ここでは、例として、文字「あ」のベクタデータをビットマップデータに展開する場合について説明する。
Next, the operation of the control unit 14 configured as described above will be described with reference to FIGS.
FIG. 6 is a flowchart for explaining the operation of the control unit 14, FIG. 7 is an image diagram developed in gray scale, and FIG. 8 is an image diagram of an output buffer in which a character color is set to, for example, red and an intermediate color is colored. is there.
Here, as an example, a case where the vector data of the character “A” is expanded into bitmap data will be described.

制御部14は、文字等のデータ情報を、たとえば図4に示すように、フォント用の出力用バッファにあらかじめ合成したい背景画像BGIを描画しておく。   For example, as shown in FIG. 4, the control unit 14 draws a background image BGI to be combined in advance in a font output buffer, as shown in FIG.

そしてまず、ステップST1において、制御部14は、データ展開部141が、図5のROM領域21に格納されているベクタデータを多階調のグレースケール(グレー濃度0%〜100%)のビットマップデータとしてRAM領域22にあるワーク用バッファ221に一次展開する。
このステップST1の処理において、ワーク用バッファ221に展開したグレースケールの展開イメージは、図7に示すようになる。
この際、出力させたい文字色の濃さに応じて、グレーの濃度を変えている。
First, in step ST1, the control unit 14 causes the data development unit 141 to convert the vector data stored in the ROM area 21 of FIG. 5 into a multi-grayscale gray scale (gray density 0% to 100%) bitmap. The data is primarily expanded in the work buffer 221 in the RAM area 22 as data.
In this processing of step ST1, the gray scale development image developed in the work buffer 221 is as shown in FIG.
At this time, the gray density is changed according to the density of the character color to be output.

次に、ステップST2において、背景色検出部142が、ワーク用バッファ221を参照しながら、出力用バッファ222の文字が出力されない背景画像のドットを対象として背景色の平均となる色(背景平均色)を算出する。
このステップST2において、図7の文字が出力されないドット(白色の部分)DTWに対応する背景画像のドットを対象として、平均となる色を算出する。
Next, in step ST2, the background color detection unit 142 refers to the work buffer 221 and uses a color that is an average of the background colors (background average color) for the dots of the background image to which characters in the output buffer 222 are not output. ) Is calculated.
In step ST2, an average color is calculated for the dots of the background image corresponding to the dots (white portions) DTW from which characters in FIG. 7 are not output.

次に、ステップST3において、アンチエイリアス処理部143が、展開先バッファ221のドットごとにフォントの文字色と算出した背景平均色から中間色を算出して色付けを行う。
このステップST3において、文字色をたとえば赤色で出力する場合、ステップST2で背景色検出部142が計算した背景平均色と文字のグレー濃度から中間色を算出し、出力用バッファ222のドットに出力する。
この出力させたイメージが図8に示すようになる。
Next, in step ST3, the anti-aliasing processing unit 143 performs coloring by calculating an intermediate color from the character color of the font and the calculated background average color for each dot of the development destination buffer 221.
In this step ST3, when outputting the character color in red, for example, the intermediate color is calculated from the background average color calculated by the background color detection unit 142 and the gray density of the character in step ST2, and is output to the dots of the output buffer 222.
The output image is as shown in FIG.

そして、ステップST4にて表示部11に表示する。   And it displays on the display part 11 in step ST4.

上記の処理により、再度、同じ位置に文字「あ」を描画しようとする場合、ステップST1〜ST3を同様に実施するが、中間色部分に付与する色は文字が出力されたドットに依存しないため、同じ色を塗ることが可能となる。   If the character “A” is to be drawn again at the same position by the above processing, steps ST1 to ST3 are performed in the same manner, but the color to be added to the intermediate color portion does not depend on the dot to which the character is output. The same color can be applied.

また、すでに表示している文字を異なる色に変更したい場合、背景となっている画像データを書き直すことなく、文字のみを描画しなおすことで、違う色の文字を描画することが可能となる。   If it is desired to change the already displayed character to a different color, it is possible to draw a character of a different color by redrawing only the character without rewriting the background image data.

以上説明したように、本実施形態によれば、表示すべき対象データ(たとえば文字)の配置情報および色彩情報に基づき対象データをビットマップ方式にてビットマップ領域へ展開するデータ展開部141と、データがビットマップ領域に展開されている状態で同データをビットマップ領域の同一位置へ展開する場合、データ展開部141にて展開されるデータの配置領域を除いたビットマップ領域での背景色を検出する背景色検出部142と、ビットマップ領域へ展開される対象データの色と背景色検出部142にて検出されるビットマップ領域の背景色とに基づき算出される中間色を用いてアンチエイリアス処理を行うアンチエイリアス処理部143とを有することから、以下の効果を得ることができる。   As described above, according to the present embodiment, the data development unit 141 that develops the target data into the bitmap area by the bitmap method based on the arrangement information and color information of the target data (for example, characters) to be displayed; When the data is expanded to the same position in the bitmap area while the data is expanded in the bitmap area, the background color in the bitmap area excluding the data arrangement area expanded in the data expansion unit 141 is set. Anti-aliasing processing is performed using the background color detection unit 142 to detect, and the intermediate color calculated based on the color of the target data expanded to the bitmap area and the background color of the bitmap area detected by the background color detection unit 142 Since the anti-aliasing processing unit 143 is provided, the following effects can be obtained.

すなわち、フォントを出力用バッファに出力させる前に、ベクタデータを展開し、中間色の計算対象から文字色が出力される部分のドットをスキップさせることができ、その結果、中間色の色を一定にできる。
このように、常時スキップ処理を行うことで、1回目の描画と2回目以降の描画処理を区別することなく、文字を描画することが可能である。
That is, before outputting the font to the output buffer, the vector data can be expanded to skip the dots where the character color is output from the calculation target of the intermediate color. As a result, the intermediate color can be made constant. .
In this way, by always performing the skip process, it is possible to draw a character without distinguishing between the first drawing and the second and subsequent drawing processes.

このような特徴を有するデータ表示装置10は、携帯電話機やパーソナルコンピュータ(PC)等における、液晶表示装置(LCD)等からなるカラー表示装置に適用可能で、画像や所定フォントの文字等を表示することが可能である。   The data display device 10 having such characteristics can be applied to a color display device such as a liquid crystal display device (LCD) in a mobile phone, a personal computer (PC), etc., and displays images, characters of a predetermined font, and the like. It is possible.

図9は、本実施形態に係るデータ表示装置が採用可能な小型電子機器である携帯電話機の外観の一例を示す図である。
図9の携帯電話機100は、たとえば図3のデータ表示装置10の表示部11が表示部101として適用され、操作部13がテンキー等を含む操作部102として適用される。
そして、記憶部12および制御部14は、携帯電話機10内部の図示しない回路基板に搭載される。
この場合、制御部14に、前述したデータ表示機能に加えて、電話機に関連する処理機能、たとえば操作部13のおけるキー入力操作に応じて通信処理部(図示せず)における発呼、着信シーケンスを制御する処理機能や、音声処理部(図示せず)において入力される音声データを通信処理部において送受信させる処理機能等を持つように構成することも可能である。
FIG. 9 is a diagram illustrating an example of the appearance of a mobile phone, which is a small electronic device that can employ the data display device according to the present embodiment.
9, the display unit 11 of the data display device 10 of FIG. 3 is applied as the display unit 101, and the operation unit 13 is applied as the operation unit 102 including a numeric keypad.
The storage unit 12 and the control unit 14 are mounted on a circuit board (not shown) inside the mobile phone 10.
In this case, in addition to the above-described data display function, the control unit 14 has a processing function related to the telephone, for example, a call processing / incoming sequence in a communication processing unit (not shown) according to a key input operation in the operation unit 13. It is also possible to have a processing function for controlling the above, a processing function for transmitting and receiving voice data input in a voice processing unit (not shown), etc.

携帯電話機等の小型の電子機器では、背景画像と文字を重ね合わせた1枚のバッファを形成し、アンチエイリアス処理を実現することになるが、本データ表示装置10を搭載した電子機器においては、本来算出されるべき中間色を的確に得ることができ、繰り返してフォントを描画する場合にフォントの階調部分の色が濃くなることを防止できる利点がある。したがって、表示文字が太くなることはない。   In a small electronic device such as a cellular phone, a single buffer in which a background image and characters are superimposed is formed to realize anti-aliasing processing. However, in an electronic device equipped with the data display device 10, There is an advantage that an intermediate color to be calculated can be accurately obtained, and when the font is drawn repeatedly, it is possible to prevent the gradation portion of the font from becoming darker. Therefore, the display character does not become thick.

一般的な表示処理系の構成例を示す図である。It is a figure which shows the structural example of a general display processing system. 一般的なデータ表示装置において白背景に「あ」という文字を2回続けて描画した場合の出力結果を示す図である。It is a figure which shows the output result when the character "a" is drawn twice on a white background in a general data display device. 本発明の実施形態に係るデータ表示装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the data display apparatus which concerns on embodiment of this invention. フォントの出力先となる出力用バッファのイメージ図である。It is an image figure of the buffer for output used as the output destination of a font. 本実施形態の表示データの所定ステップを概念的に示す図である。It is a figure which shows notionally the predetermined step of the display data of this embodiment. 本実施形態の制御部の動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement of the control part of this embodiment. グレースケールに展開したイメージ図である。It is the image figure developed in gray scale. 図8は文字色をたとえば赤色として中間色の色付けを行った出力用バッファのイメージ図である。FIG. 8 is an image diagram of an output buffer in which the character color is red, for example, and intermediate colors are applied. 本実施形態に係るデータ表示装置が採用可能な小型電子機器である携帯電話機の外観の一例を示す図である。It is a figure which shows an example of the external appearance of the mobile telephone which is a small electronic device which can employ | adopt the data display apparatus which concerns on this embodiment.

符号の説明Explanation of symbols

10・・・データ表示装置、11・・・表示部、12・・・記憶部、13・・・操作部、14・・・制御部、141・・・データ展開部、142・・・背景色検出部、143・・・アンチエイリアス処理部。   DESCRIPTION OF SYMBOLS 10 ... Data display apparatus, 11 ... Display part, 12 ... Memory | storage part, 13 ... Operation part, 14 ... Control part, 141 ... Data expansion part, 142 ... Background color Detection unit, 143... Anti-aliasing processing unit.

Claims (5)

配置情報および色彩情報に基づき対象データをビットマップ方式にてビットマップ領域へ展開するデータ展開手段と、
前記ビットマップ領域の背景色を検出する背景色検出手段と、
前記対象データの色と前記背景色検出手段で検出した前記背景色とに基づき算出される中間色を用いて当該対象データのアンチエイリアス処理を行うアンチエイリアス処理手段と、
前記対象データが前記アンチエイリアス処理された処理データを表示する表示手段と、を有し、
前記対象データには、第1の対象データと、当該第1の対象データと異なる第2の対象データとが含まれ、
前記背景色検出手段は、前記第1の対象データが前記アンチエイリアス処理された処理データ前記ビットマップ領域に展開されている状態において、前記第1の対象データが前記アンチエイリアス処理された処理データが展開されている前記ビットマップ領域のうち前記第2の対象データがアンチエイリアス処理された処理データの配置領域を除いた領域から、当該第2の対象データのアンチエイリアス処理に用いられる前記背景色を検出する、
データ表示装置。
A data expansion means for expanding the target data into a bitmap area by a bitmap method based on the arrangement information and the color information;
Background color detection means for detecting a background color of the bitmap area;
Anti-aliasing processing means for performing anti-aliasing processing of the target data using an intermediate color calculated based on the color of the target data and the background color detected by the background color detection means ;
Display means for displaying the processing data on which the target data has undergone the anti-aliasing processing,
The target data includes first target data and second target data different from the first target data,
The background color detection means, in a state in which the first target data the antialiased processed data is developed in the bit map area, the first target data the antialiased processed data deployment The background color used for antialiasing processing of the second target data is detected from an area other than the processing data arrangement area where the second target data is antialiased among the bitmap area being processed.
Data display device.
前記背景色検出手段は、前記第2の対象データのアンチエイリアス処理に用いられる背景色を検出する際に、前記第2の対象データの配置領域を除いて検出する
請求項1記載のデータ表示装置。
The data display apparatus according to claim 1, wherein the background color detection unit detects a background color used for anti-aliasing processing of the second target data, excluding an arrangement region of the second target data.
前記背景色検出手段は、対象となる前記ビットマップ領域での背景色の平均となる色を算出し、当該平均色を背景色として検出する
請求項1または2記載のデータ表示装置。
The data display device according to claim 1, wherein the background color detection unit calculates a color that is an average of background colors in the target bitmap area, and detects the average color as a background color.
前記背景色検出手段は、前記対象データをグレースケールのビットマップ領域へ展開した場合に色付けされない領域と同じ領域の背景色を検出する
請求項1から3のいずれか一に記載のデータ表示装置。
4. The data display device according to claim 1, wherein the background color detection unit detects a background color in the same region as an uncolored region when the target data is expanded into a grayscale bitmap region. 5.
第1の対象データがアンチエイリアス処理された処理データがビットマップ領域に展開されている際のデータ表示方法であって、
配置情報および色彩情報に基づき前記第1の対象データをビットマップ方式にてビットマップ領域へ展開し、
前記ビットマップ領域のうち前記第1の対象データと異なる第2の対象データがアンチエイリアス処理された処理データの配置領域を除いた領域から、当該第2の対象データのアンチエイリアス処理に用いられる背景色を検出し、
前記第2の対象データの色と検出した前記背景色とに基づき算出される中間色を用いて当該第2の対象データのアンチエイリアス処理を行い、
前記第2の対象データが前記アンチエイリアス処理された処理データを表示する
ことを特徴とするデータ表示方法。
A data display method when processing data obtained by anti-aliasing the first target data is expanded in a bitmap area,
Based on the arrangement information and the color information, the first target data is expanded into a bitmap area by a bitmap method,
A background color used for anti-aliasing processing of the second target data from an area excluding the processing data arrangement area where the second target data different from the first target data is anti-aliased in the bitmap area. Detect
Performing anti-aliasing processing of the second target data using an intermediate color calculated based on the color of the second target data and the detected background color;
The data display method, wherein the second target data is displayed as the anti-aliased processed data.
JP2005314561A 2005-10-28 2005-10-28 Data display device and data display method Expired - Fee Related JP5197917B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005314561A JP5197917B2 (en) 2005-10-28 2005-10-28 Data display device and data display method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005314561A JP5197917B2 (en) 2005-10-28 2005-10-28 Data display device and data display method

Publications (2)

Publication Number Publication Date
JP2007121735A JP2007121735A (en) 2007-05-17
JP5197917B2 true JP5197917B2 (en) 2013-05-15

Family

ID=38145638

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005314561A Expired - Fee Related JP5197917B2 (en) 2005-10-28 2005-10-28 Data display device and data display method

Country Status (1)

Country Link
JP (1) JP5197917B2 (en)

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04188192A (en) * 1990-11-22 1992-07-06 Hitachi Ltd Method and device for producing multigradation character
JPH07129742A (en) * 1993-10-29 1995-05-19 Matsushita Electric Ind Co Ltd Image controller
JP2906963B2 (en) * 1993-12-28 1999-06-21 松下電器産業株式会社 Method and apparatus for generating multi-tone wide data
JPH087093A (en) * 1994-06-20 1996-01-12 Matsushita Electric Ind Co Ltd Picture display device
JP2002341855A (en) * 2001-05-14 2002-11-29 Mitsubishi Electric Corp Anti-alias font generator
JP4307763B2 (en) * 2001-06-22 2009-08-05 株式会社ルネサステクノロジ Image processing system and car navigation system
JP2004177887A (en) * 2002-11-29 2004-06-24 Fujitsu Ltd Display device, character image generating device, character image display program, computer readable recording medium with the character image display program recorded thereon, and character image display method

Also Published As

Publication number Publication date
JP2007121735A (en) 2007-05-17

Similar Documents

Publication Publication Date Title
KR100703331B1 (en) Method of character inputting given a visual effect to character inputting and the mobile terminal terefor
US8810609B2 (en) Mobile terminal, a peeking prevention method and a program for peeking prevention
US20160240171A1 (en) Method and device for displaying images and text in accordance with a selected pattern
JP4866013B2 (en) Character image generation program, system thereof, and method thereof
KR100686162B1 (en) Mobile terminal and Method for display thumbnail image in thereof
JP2008060815A (en) Portable electronic apparatus, image data output device, and program
JPWO2007114343A1 (en) Display processing apparatus, display processing method, and display processing program
JP5197917B2 (en) Data display device and data display method
JP5470845B2 (en) Document display device, portable terminal device, document display method, and document display program
JP4661909B2 (en) Information display device and program
WO2006006641A1 (en) Display device, vehicle, display method, display program, and display program storage medium
JP5307327B2 (en) Information processing apparatus, image display method, and program
JP2009282815A (en) Text composition processing system and portable communication terminal equipped with the same
JP4640758B2 (en) Portable information terminal and portable communication terminal
JP4675606B2 (en) Information terminal and display control method
KR100705188B1 (en) A character font display method
US20090167684A1 (en) Key Input Apparatus and Method Using Direction-Selector, and Character Input Method Using the Same
JP2009237429A (en) Electronic apparatus and method of controlling the same
US20040104904A1 (en) Image display system and display device
JP2009237428A (en) Electronic apparatus and image processing method thereof
JP2004252103A (en) Image display device, image display method and image display program
US20200193941A1 (en) Display control apparatus and display control program
JPH04207639A (en) Selective calling receiver with display device
JP2003060767A (en) Portable telephone system
JP5084132B2 (en) Image data output apparatus and image data output method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080916

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111124

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111129

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120125

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120424

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120625

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120911

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121109

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: 20130115

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130206

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

Free format text: PAYMENT UNTIL: 20160215

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5197917

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees