KR100283745B1 - Method and Apparutus for font Cash Manegement - Google Patents
Method and Apparutus for font Cash Manegement Download PDFInfo
- Publication number
- KR100283745B1 KR100283745B1 KR1019970079841A KR19970079841A KR100283745B1 KR 100283745 B1 KR100283745 B1 KR 100283745B1 KR 1019970079841 A KR1019970079841 A KR 1019970079841A KR 19970079841 A KR19970079841 A KR 19970079841A KR 100283745 B1 KR100283745 B1 KR 100283745B1
- Authority
- KR
- South Korea
- Prior art keywords
- font
- storage unit
- cache storage
- page
- image
- Prior art date
Links
Images
Landscapes
- Controls And Circuits For Display Device (AREA)
- Record Information Processing For Printing (AREA)
Abstract
본 발명은 폰트롬에 저장된 폰트 정보를 두 단계의 캐쉬로 관리하여 포트 관리를 효율적으로 하여 캐쉬 메모리의 오버플로우를 막고 빠른 인쇄를 지원하는 효과적인 폰트 캐쉬 관리 장치 및 방법에 관한 것으로, 컴퓨터로부터 인쇄 데이터를 수신하는 수신부; 상기 수신된 인쇄 데이터의 각각의 문자에 대한 폰트정보를 가지고 있는 폰트롬; 상기 수신된 인쇄 데이터의 각각의 문자에 대한 폰트정보를 이용하여 비트맵 폰트이미지를 생성하는 처리부; 상기 처리부에 의해 상기 수신된 인쇄 데이터의 각각의 문자에 대해 생성된 비트맵 폰트이미지를 저장하는 전체캐쉬저장부; 상기 인쇄 데이터의 각 페이지에 사용되는 상기 생성된 비트맵 폰트이미지를 저장하는 페이지 폰트 캐쉬저장부; 상기 수신된 인쇄 데이터에 대한 비트맵 폰트 이미지가 상기 전체캐쉬저장부와 상기 페이지폰트캐쉬저장부에 존재하는지 판단하여 존재하면 이를 이용하여 디스플레이 리스트를 구성하고 존재하지 않으면 상기 수신된 인쇄 데이터에 대한 폰트정보를 상기 폰트롬으로부터 판독하여 상기 처리부를 통해 비트맵 폰트 이미지를 생성한 후 상기 전체캐쉬저장부 및 페이지폰트캐쉬저장부에 저장 관리하는 폰트관리자를 포함한다.The present invention relates to an efficient font cache management apparatus and method for efficiently managing a port by managing font information stored in a font ROM in two levels of cache to prevent overflow of the cache memory and supporting fast printing. Receiving unit for receiving; A font ROM having font information for each character of the received print data; A processor configured to generate a bitmap font image by using font information of each character of the received print data; An entire cache storage unit for storing a bitmap font image generated for each character of the received print data by the processing unit; A page font cache storage unit for storing the generated bitmap font image used for each page of the print data; It is determined whether the bitmap font image of the received print data exists in the entire cache storage unit and the page font cache storage unit. If the bitmap font image exists, the display list is constructed using the font image for the received print data. And a font manager configured to read information from the font ROM to generate a bitmap font image through the processing unit, and to store and manage the entire cache storage unit and the page font cache storage unit.
Description
본 발명은 폰트 캐쉬 관리 장치 및 방법에 관한 것으로, 더욱 상세하게는 폰트롬에 저장된 폰트 정보를 두 단계의 캐쉬로 관리하여 포트 관리를 효율적으로 하여 캐쉬 메모리의 오버플로우를 막고 빠른 인쇄를 지원하는 효과적인 폰트 캐쉬 관리 장치 및 방법에 관한 것이다.The present invention relates to an apparatus and method for managing a font cache, and more particularly, to efficiently manage ports by managing font information stored in a font ROM in two levels of cache, thereby preventing overflow of the cache memory and supporting fast printing. It relates to a font cache management apparatus and method.
도 1을 참조하여 폰트롬을 구비한 일반적인 프린터가 인쇄를 수행하는 과정을 살펴보면, 먼저 처리부(110)는 수신부(120)를 통해 컴퓨터로부터 전송되는 인쇄 데이터를 수신한 후, 인쇄 데이터에 포함된 문자들에 대한 폰트 정보를 폰트롬(130)으로부터 판독하여 각각의 문자에 대한 비트맵형태의 폰트이미지를 생성하여 램(140)에 저장한다. 처리부(110)는 현재 처리된 이미지가 한 페이지크기이면 처리된 이미지를 인쇄부(150)로 전송하여 한 페이지를 인쇄한다. 이와 같은 프린터기를 페이지 프린터(page printer)라 칭하며 처리 단위를 라인 단위로 인쇄를 하는 라인 프린터(line printer)에서는 라인 단위로 폰트 이미지를 생성하여 인쇄한다.Referring to FIG. 1, a process of printing by a general printer having a font ROM is performed. First, the
이처럼, 모든 인쇄 문자의 데이터에 대한 폰트 정보를 폰트롬(130)으로부터 판독하여 비트이미지로 생성하는 일은 많은 연산량과 시간을 요구하므로, 일반적으로 폰트캐쉬(font cache)를 램(140)에 구성한다.As described above, generating font images of the font information of all the print characters from the
이와 같이 램(140)에 구성된 폰트캐쉬의 관리를 간략히 살펴보면, 폰트캐쉬관리자(미도시)는 프린터(100)가 가질 수 있는 메모리크기(즉, 램의 크기)만큼 포트캐쉬크기를 할당할 수 있는데 즉, 폰트 이미지를 생성할 때 요청되는 크기만큼 폰트캐쉬를 위해 무제한으로 메모리를 할당할 수 있는데, 한번 캐슁된 폰트는 그 글자마다 페이지 정보를 유지하여서 글자가 속해있던 페이지가 인쇄 완료가 되어야만 캐쉬 리스트에서 삭제될 수 있도록 설계되어 있다.Looking at the management of the font cache configured in the RAM 140 as described above, the font cache manager (not shown) may allocate the port cache size as much as the memory size (that is, the size of the RAM) that the
이와 같은 종래의 폰트 캐쉬 기술에는 다음과 같은 비효율적인 면이 있다.Such a conventional font cache technology has the following inefficient aspects.
먼저, 메모리 측면에서, 캐쉬로 사용할 수 있는 메모리의 제한이 없으므로 메모리 오버플로우가 일어나기 전까지 폰트캐쉬관리자가 요청하기만 하면 메모리는 모든 폰트를 위한 캐쉬로 이용할 수 있게 되므로 자주 쓰지 않는 글자들까지도 캐쉬 리스트 안에 계속 누적되어서 오버플로우를 발생시킬 확률이 커지게 된다.First, in terms of memory, there is no limit to the memory that can be used as a cache, so the memory can be used as a cache for all fonts until the font cache manager requests it until a memory overflow occurs. It will continue to accumulate inside, increasing the probability of causing an overflow.
한편, 한 페이지 내에 쓰인 폰트 이미지들을 모두 램에 유지해야 하는 경우 심볼릭 명령 내에 폰트 이미지 어드레스를 캐쉬에 있는 폰트이미지의 어드레스로 메핑하는데, 폰트가 속해 있는 페이지가 인쇄되어 삭제해도 되는 시점이 아니면 폰트를 캐쉬에서 제거할 수 없으므로 캐쉬 내에 각 글자마다 페이지 정보를 가져야 하고 삭제 시에도 글자가 속한 페이지 번호와 현재 인쇄된 페이지 번호를 매번 하나하나 비교해야 하는 번거로움이 존재한다. 이것은 프린터 커널(kernel)과 폰트캐쉬관리자와의 많은 통신과 많은 비교연산이 요청되므로 전체 인쇄 처리시간을 지연시키는 요인이 된다.On the other hand, when all the font images used in a page need to be kept in RAM, the font image address is mapped to the address of the font image in the cache in the symbolic command.If the page to which the font belongs is printed and deleted, the font is deleted. Since it cannot be removed from the cache, it is necessary to have page information for each letter in the cache, and even when deleting, there is a need to compare the page number to which the letter belongs and the currently printed page number one by one. This causes a lot of communication with the printer kernel and the font cache manager and a lot of comparison operations, which delays the overall print processing time.
따라서, 본 발명의 목적은 메모리측면에서 오버플로우를 줄이고 필요 없는 폰트들이 캐쉬에 누적되는 것을 방지하여 효과적으로 폰트 캐쉬를 유지하게 하는데 있다.Accordingly, an object of the present invention is to reduce the overflow on the memory side and to prevent the unnecessary fonts from accumulating in the cache to effectively maintain the font cache.
본 발명에 다른 목적은 페이지에 관련하여 커널과의 불필요한 정보교환 및 비교와 캐쉬 내의 불필요한 정보 유지 작업이 없도록 하는데 있다.Another object of the present invention is to avoid unnecessary information exchange and comparison with the kernel and unnecessary information maintenance in the cache with respect to the page.
도 1은 폰트롬을 구비한 일반적인 프린터 구조를 나타낸 블록도이고,1 is a block diagram showing a general printer structure having a font ROM;
도 2는 본 발명에 따른 효과적인 폰트 캐쉬 관리 방법을 수행하기 위한 폰트관리자를 구비한 프린터를 나타내며,2 illustrates a printer having a font manager for performing an effective font cache management method according to the present invention.
도 3은 본 발명에 따른 효과적인 폰트 캐쉬 관리 방법을 나타낸 흐름도이다.3 is a flowchart illustrating an effective font cache management method according to the present invention.
〈도면의 주요부분의 부호의 설명〉<Explanation of symbols of main part of drawing>
210 : 수신부 220 : 폰트롬210: receiver 220: font ROM
230 : 처리부 240 : 전체캐쉬저장부230: processor 240: total cache storage unit
250 : 페이지 폰트 캐쉬저장부 260 : 폰트관리자250: page font cache storage unit 260: font manager
270 : 인쇄부270 printing unit
상기 목적을 달성하기 위한 본 발명의 일 측면에 의하면, 컴퓨터로부터 인쇄 데이터를 수신하는 수신부; 상기 수신된 인쇄 데이터의 각각의 문자에 대한 폰트정보를 가지고 있는 폰트롬; 상기 수신된 인쇄 데이터의 각각의 문자에 대한 폰트정보를 이용하여 비트맵 폰트이미지를 생성하는 처리부; 상기 처리부에 의해 상기 수신된 인쇄 데이터의 각각의 문자에 대해 생성된 비트맵 폰트이미지를 저장하는 전체캐쉬저장부; 상기 인쇄 데이터의 각 페이지에 사용되는 상기 생성된 비트맵 폰트이미지를 저장하는 페이지 폰트 캐쉬저장부; 상기 수신된 인쇄 데이터에 대한 비트맵 폰트 이미지가 상기 전체캐쉬저장부와 상기 페이지폰트캐쉬저장부에 존재하는지 판단하여 존재하면 이를 이용하여 디스플레이 리스트를 구성하고 존재하지 않으면 상기 수신된 인쇄 데이터에 대한 폰트정보를 상기 폰트롬으로부터 판독하여 상기 처리부를 통해 비트맵 폰트 이미지를 생성한 후 상기 전체캐쉬저장부 및 페이지폰트캐쉬저장부에 저장 관리하는 폰트관리자를 포함하는 효과적인 폰트 캐쉬 관리 장치가 개시된다.According to an aspect of the present invention for achieving the above object, a receiving unit for receiving print data from a computer; A font ROM having font information for each character of the received print data; A processor configured to generate a bitmap font image by using font information of each character of the received print data; An entire cache storage unit for storing a bitmap font image generated for each character of the received print data by the processing unit; A page font cache storage unit for storing the generated bitmap font image used for each page of the print data; It is determined whether the bitmap font image of the received print data exists in the entire cache storage unit and the page font cache storage unit. If the bitmap font image exists, the display list is constructed using the font image for the received print data. An effective font cache management apparatus including a font manager which reads information from the font ROM to generate a bitmap font image through the processing unit and stores and manages the entire cache storage unit and the page font cache storage unit.
본 발명의 다른 측면에 의하면, 컴퓨터로부터 입력된 문자에 대한 폰트이미지가 페이지 폰트 캐쉬 저장부에 존재하면, 상기 페이지 캐쉬 저장부의 입력된 문자에 대한 폰트 이미지 어드레스를 디스플레이 리스트에 추가하는 단계; 상기 입력된 문자에 대한 폰트이미지가 상기 페이지 폰트 캐쉬 저장부에 존재하지 않고, 상기 입력된 문자에 대한 폰트이미지가 전체 캐쉬 저장부에 존재하는 경우 상기 입력된 문자에 대한 폰트 이미지를 복사하여 상기 페이지 캐쉬 저장부에 저장하고, 상기 저장된 폰트 이미지에 대한 어드레스를 디스플레이 리스트에 추가하는 단계; 상기 입력된 문자에 대한 폰트이미지가 상기 페이지 폰트 캐쉬 저장부에 존재하지 않고, 상기 전체 캐쉬 저장부에도 존재하지 않으면 처리부가 폰트롬으로부터 입력된 문자에 대한 폰트 정보를 판독하여 비트맵 폰트 이미지를 생성하는 단계; 상기 입력된 문자에 대한 비트맵 폰트 이미지를 생성한 후, 소정의 절차에 따라 상기 전체 캐쉬 저장부에 상기 생성된 폰트 이미지를 저장하고, 상기 생성된 폰트이미지를 상기 페이지 캐쉬 저장부에 저장하고, 상기 페이지 캐쉬 저장부에 저장된 폰트 이미지에 대한 어드레스를 디스플레이 리스트에 추가하는 단계; 상기 단계들에서 상기 입력된 문자에 대한 폰트 이미지 어드레스를 디스플레이 리스트에 추가한 후, 한 페이지에 대한 폰트 처리가 끝났으면 상기 생성된 디스플레이 리스트에 따라 한 페이지를 인쇄하고, 현재 인쇄 페이지에 대한 상기 페이지 캐쉬 저장부에 저장된 폰트 이미지를 삭제하는 단계를 포함하는 효과적인 폰트 캐쉬 관리 방법이 개시된다.According to another aspect of the present invention, if a font image for a character input from a computer exists in the page font cache storage, adding a font image address for the input character of the page cache storage to a display list; If the font image for the input character does not exist in the page font cache storage unit and the font image for the input character exists in the entire cache storage unit, the font image for the input character is copied to the page. Storing in the cache storage unit and adding an address for the stored font image to a display list; If the font image for the input character does not exist in the page font cache storage unit and does not exist in the entire cache storage unit, the processor generates a bitmap font image by reading font information on the character input from the font ROM. Doing; After generating the bitmap font image for the input character, the generated font image is stored in the entire cache storage unit according to a predetermined procedure, the generated font image is stored in the page cache storage unit, Adding an address for a font image stored in the page cache storage unit to a display list; After adding the font image address for the input character to the display list in the above steps, if the font processing for one page is finished, print one page according to the generated display list, and the page for the current print page. An effective font cache management method is disclosed that includes deleting a font image stored in a cache store.
바람직하게, 상기 소정의 절차는 상기 전체 캐쉬 저장부의 크기가 기설정된 크기보다 적은지 판단하여, 상기전체 캐쉬 저장부의 크기가 기설정된 크기보다 적으면 상기 전체 캐쉬 저장부에서 가장 오래된 폰트 이미지를 삭제하고 상기 전체 캐쉬 저장부에 상기 생성된 폰트 이미지를 저장하고, 상기 전체 캐쉬 저장부의 크기가 기설정된 크기보다 크면 상기 전체 캐쉬 저장부에 상기 생성된 폰트 이미지를 저장한다.Preferably, the predetermined procedure determines whether the size of the entire cache storage unit is smaller than a preset size, and if the size of the entire cache storage unit is smaller than a predetermined size, deletes the oldest font image from the entire cache storage unit and the The generated font image is stored in the entire cache storage unit. If the size of the entire cache storage unit is larger than a preset size, the generated font image is stored in the entire cache storage unit.
이하, 상기한 본 발명의 목적들, 특징들, 그리고 장점들을 첨부된 도면에 나타낸 본 발명의 바람직한 실시예를 통해 보다 상세히 설명한다.Hereinafter, the objects, features, and advantages of the present invention described above will be described in more detail with reference to the preferred embodiments of the present invention shown in the accompanying drawings.
후술되는 용어들은 본 발명에서의 기능을 고려하여 정의 내려진 용어들로서 이는 당 분야에 종사하는 기술자의 의도 또는 관례 등에 따라 달라질 수 있으므로, 그 정의는 본 명세서 전반에 걸친 내용을 토대로 내려져야 할 것이다.The terms to be described below are terms defined in consideration of functions in the present invention, and may vary according to the intention or custom of a person skilled in the art, and the definitions should be made based on the contents throughout the specification.
도 2를 참조하여 본 발명에 따른 효과적인 폰트 캐쉬 관리 방법을 수행하기 위한 폰트관리자를 구비한 프린터를 살펴보면, 컴퓨터로부터 인쇄 데이터를 수신하는 수신부(210)와, 수신된 데이터의 각각의 문자에 대한 폰트정보를 가지고 있는 폰트롬(220)과, 처리부(230)에 의해 수신된 데이터의 각각의 문자에 대한 폰트정보를 이용하여 비트맵 폰트이미지를 생성하여 이를 저장하는 전체캐쉬저장부(240)와, 인쇄 데이터의 각 페이지에 사용되는 비트맵 폰트이미지를 저장하는 페이지 폰트 캐쉬저장부(250)와, 수신된 인쇄 데이터에 대한 비트맵 폰트 이미지가 전체캐쉬저장부(240)와 페이지폰트캐쉬저장부(250)에 존재하는지 판단하여 존재하면 이를 이용하여 디스플레이 리스트를 구성하고 존재하지 않으며 수신된 인쇄 데이터에 대한 폰트정보를 폰트롬(220)으로부터 판독하여 처리부(230)를 통해 비트맵 폰트 이미지를 생성한 후 전체캐쉬저장부(240) 및 페이지폰트캐쉬저장부(250)에 저장 관리하는 폰트관리자(260)를 포함하며, 인쇄부(270)는 구성된 디스플레이 리스트에 따라 한 페이지를 인쇄한다.Referring to FIG. 2, a printer having a font manager for performing an effective font cache management method according to the present invention will be described. A receiving
이와 같이 구성된 프린터에서 본 발명에 따른 효과적인 폰트 캐쉬 관리 방법을 수행하는 과정을 도 3을 참조하여 살펴보면 다음과 같다.Referring to FIG. 3, a process of performing an effective font cache management method according to the present invention in a printer configured as described above is as follows.
먼저, 처리부(230)는 수신부(210)를 통해 컴퓨터(미도시)로부터 인쇄 데이터를 입력받고, 그 인쇄 데이터 중 인쇄할 첫 번째 문자부터 하나씩 입력받는다(단계 : S301).First, the
하나의 문자를 입력받은 후, 폰트관리자(260)가 입력된 문자에 대한 폰트 이미지가 현재 페이지 폰트 캐쉬 저장부(250)에 존재하는지 판단한다(단계 : S302).After receiving one character, the
판단결과, 입력된 문자에 대한 폰트이미지가 현재 페이지 폰트 캐쉬 저장부(250)에 존재하면, 페이지 캐쉬 저장부(250)의 입력된 문자에 대한 폰트 이미지 어드레스를 디스플레이 리스트에 추가한다(단계 : S303).As a result of the determination, if a font image of the input character exists in the current page font
판단결과, 입력된 문자에 대한 폰트이미지가 현재 페이지 폰트 캐쉬 저장부(250)에 존재하지 않으면, 입력된 문자에 대한 폰트이미지가 전체 캐쉬 저장부(240)에 존재하는지 판단한다(단계 : S304).As a result of the determination, if the font image of the input character does not exist in the current page font
입력된 문자에 대한 폰트이미지가 전체 캐쉬 저장부(240)에 존재하는지 판단한 결과, 폰트가 존재하면 입력된 문자에 대한 폰트 이미지를 복사하여 페이지 캐쉬 저장부(250)에 저장하고, 단계 S303으로 분기하여 전 단계에서 저장된 폰트 이미지에 대한 어드레스를 디스플레이 리스트에 추가한다(단계 : S305).As a result of determining whether the font image for the input character exists in the entire
입력된 문자에 대한 폰트이미지가 전체 캐쉬 저장부(240)에 존재하는지 판단한 결과, 폰트가 존재하지 않으면 처리부(110)는 폰트롬(130)으로부터 입력된 문자에 대한 폰트 정보를 판독하여 비트맵 폰트 이미지를 생성한다(단계 : S306).As a result of determining whether the font image for the input character exists in the entire
입력된 문자에 대한 비트맵 폰트 이미지를 생성한 후, 폰트관리자(260)는 전체 캐쉬 저장부(240)의 크기가 기설정된 크기보다 적은지 판단한다(단계 : S307).After generating the bitmap font image for the input character, the
전체 캐쉬 저장부(240)의 크기가 기설정된 크기보다 적은지 판단한 결과, 전체 캐쉬 저장부(240)의 크기가 기설정된 크기보다 적으면 전체 캐쉬 저장부(240)에서 가장 오래된 폰트 이미지를 삭제한 후, 전체 캐쉬 저장부(240)에 생성된 폰트 이미지를 저장한다(단계 : S308, S309).As a result of determining whether the size of the entire
이렇게 함으로써, 전체 캐쉬 저장부(240)는 기설정된 크기 이하로 관리되므로 메모리 오버플로우를 방지할 수 있다.By doing so, the entire
한편, 전체 캐쉬 저장부(240)의 크기가 기설정된 크기보다 적은지 판단한 결과, 전체 캐쉬 저장부(240)의 크기가 기설정된 크기보다 크면 폰트관리자(260)는 전체 캐쉬 저장부(240)에 생성된 폰트 이미지를 저장한 후, 단계 S305로 분기하여 전 단계에서 저장된 폰트 이미지를 페이지 캐쉬 저장부(250)에 저장하고, 단계 S303에서 저장된 폰트 이미지에 대한 어드레스를 디스플레이 리스트에 추가한다(단계 : S309).On the other hand, as a result of determining whether the size of the entire
이처럼 단계 S303에서 입력된 문자에 대한 폰트 이미지 어드레스를 디스플레이 리스트에 추가한 후, 한 페이지에 대한 폰트 처리가 끝났는지를 판단하여 한 페이지에 대한 폰트처리가 끝났으면 생성된 디스플레이 리스트에 따라 한 페이지를 인쇄부(270)를 통해 인쇄하고, 현재 인쇄 페이지에 대한 페이지 캐쉬 저장부(250)에 저장된 폰트 이미지를 삭제한다(단계 : S310, S311, S312).After adding the font image address of the character input in step S303 to the display list as described above, it is determined whether the font processing for one page is finished, and if the font processing for one page is finished, one page is printed according to the generated display list. Printing through the
이렇게 함으로써, 폰트캐쉬관리자가 한 페이지에 대한 폰트 정보의 삭제를 위해 커널과 통신하지 않고 페이지 단위로 폰트 정보를 삭제하므로 커널과의 통신 부하를 줄일 수 있다.By doing so, the font cache manager deletes font information on a page-by-page basis without communicating with the kernel to delete font information for a page, thereby reducing communication load with the kernel.
단계 S310에서 한 페이지에 대한 폰트 처리가 끝났는지를 판단한 결과 한 페이지에 대한 폰트처리가 끝나지 않았으면 다음 문자를 입력받고 단계 S302로 분기하여 반복 수행한다(단계 : S313).If it is determined in step S310 whether the font processing for one page is finished, and if the font processing for one page is not finished, the next character is input and the process branches to step S302 to repeat the process (step: S313).
이상에서 살펴본 바와 같이, 본 발명에 따르면 폰트롬에 저장된 폰트 정보를 두 단계의 캐쉬로 관리하여 메모리측면에서 오버플로우를 줄이고 필요 없는 폰트들이 캐쉬에 누적되는 것을 방지하여 효과적으로 폰트 캐쉬를 유지할 수 있게 하며, 페이지에 관련하여 커널과의 불필요한 정보교환 및 비교와 캐쉬 내의 불필요한 정보 유지 작업을 없도록 하는 효과가 있다.As described above, according to the present invention, the font information stored in the font ROM is managed by two levels of caches, thereby reducing overflow in the memory side and preventing unnecessary fonts from accumulating in the cache, thereby effectively maintaining the font cache. In addition, it has the effect of avoiding unnecessary information exchange and comparison with the kernel and maintaining unnecessary information in the cache with respect to pages.
이상 본 발명의 바람직한 실시예에 대해 상세히 기술되었지만, 본 발명이 속하는 기술 분야에 있어서 통상의 지식을 가진 사람이라면, 첨부된 청구 범위에 정의된 본 발명의 정신 및 범위를 벗어나지 않으면서 본 발명을 여러 가지로 변형 또는 변경하여 실시할 수 있음을 알 수 있을 것이다. 따라서 본 발명의 앞으로의 실시예들의 변경은 본 발명의 기술을 벗어날 수 없을 것이다.Although the preferred embodiments of the present invention have been described in detail above, those skilled in the art will appreciate that the present invention may be modified without departing from the spirit and scope of the invention as defined in the appended claims. It will be appreciated that modifications or variations may be made. Therefore, changes in the future embodiments of the present invention will not be able to escape the technology of the present invention.
Claims (2)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019970079841A KR100283745B1 (en) | 1997-12-31 | 1997-12-31 | Method and Apparutus for font Cash Manegement |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019970079841A KR100283745B1 (en) | 1997-12-31 | 1997-12-31 | Method and Apparutus for font Cash Manegement |
Publications (2)
Publication Number | Publication Date |
---|---|
KR19990059629A KR19990059629A (en) | 1999-07-26 |
KR100283745B1 true KR100283745B1 (en) | 2001-03-02 |
Family
ID=66180780
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1019970079841A KR100283745B1 (en) | 1997-12-31 | 1997-12-31 | Method and Apparutus for font Cash Manegement |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100283745B1 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100392819B1 (en) * | 2001-09-17 | 2003-07-28 | 삼성에스디에스 주식회사 | Method and apparatus for generating and storing Font Rom |
-
1997
- 1997-12-31 KR KR1019970079841A patent/KR100283745B1/en not_active IP Right Cessation
Also Published As
Publication number | Publication date |
---|---|
KR19990059629A (en) | 1999-07-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3582675B2 (en) | Apparatus and method for storing image data in memory | |
JP2610993B2 (en) | Information processing apparatus and method | |
KR100283745B1 (en) | Method and Apparutus for font Cash Manegement | |
KR100392548B1 (en) | Method and apparatus for adaptive adjustment of cache allocation for storage of font data | |
JP2866153B2 (en) | Character processing apparatus and method | |
US20060164665A1 (en) | Method and apparatus for to generate a character image | |
JP2974322B2 (en) | Character processing apparatus and method | |
JP2000165634A (en) | Device and method for storing picture data in memory | |
JPS58195279A (en) | Device for outputting character | |
JPH10211741A (en) | Printer device | |
JP3014229B2 (en) | Font image generator | |
JPH06186951A (en) | Character output device | |
JP2878298B2 (en) | Image output device | |
JPH06195057A (en) | Cache controller | |
JPH09166974A (en) | Document processing device and cache functioning method | |
JP2003309728A (en) | Apparatus and method for storing image data into memory | |
JPH06183093A (en) | Printing equipment | |
JP2910154B2 (en) | Character generator | |
JP3122567B2 (en) | Image recording apparatus and control method thereof | |
JP2000222140A (en) | Printer, memory managing method for printer, and recording medium where program is recorded | |
JPH0465264A (en) | Printer and its cache control method | |
JPH03113492A (en) | Document processor | |
JP2000052610A (en) | Image-processing apparatus and printer apparatus | |
JPH0414096A (en) | Image recorder | |
JPH11188935A (en) | Hard disc mounting printer |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20081127 Year of fee payment: 9 |
|
LAPS | Lapse due to unpaid annual fee |