Progressively renderable outline font and methods of generating, transmitting and rendering the same

Information

  • Patent Grant
  • 6232987
  • Patent Number
    6,232,987
  • Date Filed
    Monday, March 31, 1997
    27 years ago
  • Date Issued
    Tuesday, May 15, 2001
    23 years ago
Abstract
This invention relates to an outline font, and more particularly to a progressive renderable outline font and methods for transforming and rendering the same. Its purpose lies in supplying a progressively renderable Font which can be varied according to the quantity of the data composing the font. The Progressively Renderable Font has the function of controlling the display speed and the quality of the font. For example, if the hardware speed is relatively slow and a high quality font is not needed, only a part of the font data will be transmitted and displayed. On the contrary, if the hardware speed is relatively fast and high quality font is needed, gradually increased data will be transmitted and displayed. Therefore, a font can be transmitted and displayed using minimal data without sacrificing quality. On the other hand, in case of the environment, all the data can be transmitted and displayed so that the quality of the font can be fully realized.
Description




FIELD OF THE INVENTION




This invention relates to an outline font, and more particularly to a progressively renderable outline font(hereinafter referred to as a PR font) and methods of generating, transmitting and rendering the same.




BACKGROUND OF THE INVENTION




Generally, included within widely used graphical user environments, such as Windows 3.1, Windows 95, Windows NT, OS/2, UNIX X Window, Macintosh System 7, and Display Postscript, etc., are fonts and these fonts are displayed through a display device, such as a monitor. In these environments, postscript fonts of Adobe or true type fonts of Microsoft or Apple are widely used.




An outline font generally is composed of: information about the code map allotted to each character, information about the glyph indicating the shape of each character by specifying the positions of the control points, and hinting and other control information required for rasterization. This information is saved in a file called a font file.




Nowadays, approximately 1 to 10 MBytes are required to make a Korean or Chinese font. Therefore, up until now, this large amount of data has been a big hindrance to the on-line transmission of the outline characters via the network environment to another computer in a remote location which does not have the font to be used.




The normal procedure in displaying the font on a user's screen is that first, the computer's rasterizer must read the font file, and then generate a bitmap pattern. Then, the data is transmitted to the display device through a bus within a computer, or through a network, in the case of a network computer (the term ‘network computer’ is used to include all the computers with resources distributed in the network environment). However, a problem arises when the speed requirement of data transmission exceeds that which the hardware can support.




For example, when using a network computer, the font file and the rasterizer may be located in different places in the network. This perhaps is a very typical case when a TV or a simple set-top box is used as a network computer that accesses the internet. A simple solution is of course to first transmit the needed font file to the rasterizer of the network computer through the network. However, since the entire font file has to be sent before a single character can be displayed, this clearly is not an acceptable solution.




A similar problem arises when an internet user in America tries to browse a web site in Korea. If the data is written in Korean, the user in America must already have Korean font capabilities in order to display the data from the Korean web site. If the user in America does not have Korean font capabilities the entire Korean font file must first be transmitted to the user in America from the Korean web site before Korean characters can be displayed. In this case, if the size of the Korean font file is too large, a lot of time is required to transmit the data, and this again causes a big delay in displaying the Korean fonts.




Also, even when transmitting bitmap patterns through the bus within a computer, there is a situation in which a speed problem can arise. When fast browsing of a text file is required, all the glyph information of each character must first be read before the rasterization of the font begins. This causes some delay in quick displaying of the data when there is a large amount of glyph information. That is to say, a problem in the browsing speed can occur.




Until now, speed improvement methods like font cache have been used in font displaying. However, even these improvement methods cannot solve all the problems of the transmission speed when there is nothing in the cache.




SUMMARY OF THE INVENTION




Therefore, the present invention has been made in view of the above mentioned problems, and the present invention provides a progressively renderable font, the display quality and the transmission speed of which can be adjusted according to the requirements of the environment.




The progressively renderable font can adjust the speed of the display and the quality of the font in proportion to the environment and the objective. If the speed of the hardware is slow and a high quality font is not needed, only a part of the font data will be transmitted and displayed with a trade-off between the speed and display quality. On the other hand, if the speed of the hardware is relatively fast and a high quality font is needed, all the data will gradually be transmitted and displayed.




Therefore, when the environment does not allow, a font can be transmitted and displayed using minimal data. But when the environment allows, all the data can be transmitted and displayed so that the quality of the font can be fully realized.




In order to achieve the objective of the present invention, there is disclosed an outline font containing the glyph information of each character. The glyph information of each character comprises:




coordinates of control points composing each said character;




level information for transmitting or rendering each said character progressively; and




an indexing information for dynamically expressing progressive connection relationships between each of the said control points when each said character is rendered progressively.




Also, in another aspect of the present invention, there is disclosed the glyph information of each character. The glyph information of each character comprises:




information of the maximal inscribed circle containing a control point as a contact point for establishing each said character;




level information for transmitting and rendering of each said character progressively; and




an indexing information for dynamically indicating progressive connection relationships between each said maximal inscribed circle when each said character is rendered progressively.




Also, in another aspect of the present invention, there is disclosed a progressively rendering method. The method is formed by the steps of: first, extracting glyph information of each character of an outline font;




providing level and index information to each control point of each said character; and




establishing a progressively renderable font file by collecting information on each character provided in the above steps.




Also, in another aspect of the present invention, there is disclosed a progressively rendering method. The method is formed by the steps of: first, determining a rendering level in accordance with a request of a user or an environment, and transmitting only additional data into a designated apparatus, excluding the already transmitted information;




calculating an outline of each character with data transmitted up to current level; and




expressing each character progressively by rasterizing each said character using the outline obtained in the previous step.











BRIEF DESCRIPTION OF THE DRAWINGS




A further understanding of the nature and advantages of the present invention will become apparent by reference to the remaining portions of the specifications and drawings.





FIG. 1

shows the skeleton of the general data structure of an outline font;





FIG. 2A

shows the conventional data structure of the glyph information of each character;





FIG. 2B

shows an example of the glyph information;





FIG. 3A

shows the skeleton of the data structure of the glyph information of each character in a progressively renderable (PR) font, according to the present invention;





FIG. 3B

shows an example of the glyph information of the Korean character ‘’ according to the present invention of the PR font;





FIG. 4

shows a flow chart explaining the method of generating a PR font from the conventional outline font;





FIG. 5

shows the display results of

FIG. 2B

;





FIG. 6A

shows an example of a general algorithm for the index assignment;





FIG. 6B

shows an example of the transmitting and rendering of the PR font;





FIG. 7

shows the connection condition of point


1


;





FIG. 8

shows the connection condition of points


1


and


2


;





FIG. 9

shows the connection condition of points


1


,


2


and


3


;





FIG. 10

shows the connection condition of points


1


,


2


,


3


and


4


;





FIG. 11

shows the connection condition of points


1


,


2


,


3


,


4


and


5


;





FIG. 12

shows the connection condition of points


1


,


2


,


3


,


4


,


5


and


6


;





FIG. 13

shows the connection condition of points


1


,


2


,


3


,


4


,


5


,


6


and


7


;





FIG. 14

shows the connection condition of all points in level


1


;





FIG. 15

shows the display results up to the first level;





FIG. 16

shows the display results up to the second level;





FIG. 17

shows the display results up to the third level;





FIG. 18

shows the display results up to the 4th level;





FIG. 19

shows the display results up to the 5th level;





FIG. 20

shows the display results up to the 6th level;





FIG. 21

shows the display results up to the 7th level;





FIG. 22

shows the first example used to explain the localized rasterization ; and





FIG. 23

shows the second example us ed to explain the localized rasterization.











DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT




A detailed description of an embodiment according to the present invention will be given below with reference to the figures.





FIG. 1

is the skeleton of the general data structure of the outline font. The outline font includes code map expressing allotted code information of each character, the glyph information of the characters comprising the outline font, and other control information, such as hinting.





FIG. 2A

is the data structure of the conventional glyph information of each character. The conventional glyph information includes information on the number of closed contours needed to compose a character, the bounding box (or EM Box) information on a character, the on/off flags for the control points, the coordinates of the control points, the connection information between the control points, and other control information, such as hinting.

FIG. 2B

shows an example of the glyph information of the Korean character ‘’ in true type font style format. Here, the hinting information is not shown. The reference number


250


indicates the number of the closed contour,


252


the EM-box information,


254


the ordinal numbers of the last control points at the end of each contour,


256


the on/off flag, and


258


the coordinates of the control points. The connection information here is the ordering of the on/off flag of


256


and the coordinates of the control points of


258


.




Here, when ordering the control points, the counter-clockwise orientation is chosen for the outer boundary, and the clockwise orientation is chosen for all inner boundaries. According to this rule, the counter-clockwise orientation is the positive direction in the first closed contour in FIG.


2


B. And for the second closed contour, the clockwise orientation is the positive direction.




The PR font of this invention is the outline font including the information such as the code map of each character, the glyph information of each character, and other control information such as hinting, etc.

FIG. 3A

is the data structure of the glyph information of each character in the PR font. The glyph information of each character for the progressively rendering of the characters is composed of the information such as the number of closed contours needed to constitute each character, the coordinates of the control points composing the character, the level information expressing the orders of the control points, the index information expressing the connection relation on the closed contour between the control points, and other control information, such as hinting.

FIG. 3B

shows an example of the glyph information of the Korean character ‘’ according to the PR font (other control information will not be shown). In the present invention, the quadratic curve, which is the basic graphic primitive of the true type font, will be used. However, the cubic Bezier curve, which is the basic graphic primitive of the postscript font, can also be used without altering the nature and the scope of the present invention.




In

FIG. 3B

item number


350


designates the total number of closed contours,


352


the ordinal numbers of the beginning control points of each closed contour,


354


the total number of levels,


356


the ordinal numbers of the ending control point of each level, and


358


the coordinates of the control points. The number


360


indicates the tangent vectors in the positive and negative directions of the curve looked at each control point. If the curve has no corner at the control point, the two tangent vectors point in the exact opposite directions, and if it has a corner, then the tangent directions of the incoming and outgoing curves at the control point may not match. The number


362


indicates the index information. Here, item


360


can be replaced by the off-point coordinates in the positive and negative directions at each point. The control points according to the present invention are divided into seven groups:


380


,


382


,


384


,


386


,


388


,


390


and


392


. In particular, this convention should be adopted in the case of the PR font using the cubic Bezier curve, such as the postscript font.




The PR font of the present invention has the merit of balancing the transmission speed and the font quality according to the environment and the purpose. But as already mentioned, since the PR font method is quite different from the conventional outline font, data of the conventional outline font must first be converted to the data in the PR font format so that the conventional outline font will function like the PR font. Therefore, a detailed explanation about the change of the outline font data to the PR font data will follow. (This procedure should be an off-line process if it takes longer to complete the conversion.)




One of the characteristics of the present invention that adds to its usefulness is that the conventional outline font can easily be converted to the PR font format by just adding the level information.





FIG. 4

is a flow chart explaining the method of the transformation from the conventional outline font to the PR font format. A detailed explanation is as follows:




First of all, in level


400


, the conventional outline font data is first input. In level


410


the glyph information of each character composing the conventional outline font will be extracted. Here, the glyph information of each character includes the total number of closed contours needed to constitute a character, the box information assigned to a character, the on/off flags of the control points, the coordinates of the control points, the connection information between the control points, and other control information such as hinting.




In level


420


, the extracted glyph information of each character will be transformed to the glyph information including the level information of the PR font


430


and the index information, as shown in FIG.


3


A.

FIG. 3B

shows an example of the result of the glyph information of

FIG. 2A

processed through level


420


.




The next step will be to determine the order of the control points(hereinafter, the control points will also be referred to as the point). In accordance with the order, each point will be numbered and the total number of the points included in each level will be recorded. This level information can be designated by the user, or through an appropriate algorithm, while factoring into consideration the transmission speed of each level in the PR font and the quality of the artistic expression of the font at each level.




As an illustration, this process is applied to the example shown in FIG.


2


B.

FIG. 5

is the display results of FIG.


2


B. The numbers indicate the ordinal numbers of the on-points of FIG.


2


B. According to the order, numbers


1


to


31


are given to each point. Along with the numbering, the item


358


of

FIG. 3B

will be completed. That is, the x axis and the y axis of the on-points of

FIG. 2B

will be enumerated in accordance with the ordering. There are 7 levels chosen for this example (item


350


), but it can vary according to each character. Item


356


of

FIG. 3B

is then completed with the last ordinal numbers of each point in the level, and this information is recorded as item


354


of FIG.


3


B. And item


356


shows that the first level includes point


1


to point


8


, the second level


9


to


10


, the third level


11


to


14


, the fourth level


15


to


17


, the fifth level


18


to


20


, the sixth level


21


to


24


, and the seventh level


25


to


31


.




Item number


360


indicates the tangent vectors in the negative and positive directions at the corresponding control point.




The next step is to record the index information of

FIG. 3A

using the connection condition of the points on each closed contour composing the characters. This can be explained through FIG.


3


B.




First, the closed contour, including point


1


, will be called the first closed contour. So the outer boundary curve in

FIG. 5

is the first closed contour. After that, the smallest ordinal number corresponding to a point not on the first closed contour must be found after point


1


. In this example, point


5


will be the smallest such number. The closed contour including point


5


will be called the second closed contour which, in this example, means the inner boundary curve. The result will be recorded in the item


352


of FIG.


3


B.




The next step is to assign the index expressing the progressive connection status of each of the points on each closed contour. The algorithm for this is the General Indexing Algorithm below:




General Indexing Algorithm




Suppose that the conventional outline font has t closed contours (each is called the 1st, the 2nd, . . . , the t-th closed contour), and generally the s-th closed contour (1≦s≦t) has on-points, P


N






t−1






+1


, P


N






s−1






+2


, . . . , P


N






s




.




For the clarity of explanation, let's assume that N


0


=0 (Note that N


t


is the total number of the on-points on the first contour, and the number of on-points in the s-th(1≦ks≦t) closed contour are N


s


N


s−1


.)




And now, we introduce a function called NEXT: {1,2, . . . , N


t


}→{1,2, . . . , N


t


} expressing the connection condition of P


1


, . . . , P


N






t




. That is to say that P


NEXT(n)


is defined to be the point which follows P


n


. The formula is given as follows:







NEXT


:







{

1
,
2
,









,

N
t


}




{

1
,
2
,









,

N
t


}







NEXT


(
n
)


=

n
+
1


,






if





n



N
1


,

N
2

,









,

N
i







NEXT


(

N
k

)


=


N

k
-
1


+
1


,






if





k

=
1

,
2
,









,
t










Furthermore, let us define another function PREV: {1,2, . . . , N


t


}→{1,2, . . . , N


t


} as the inverse function of NEXT. This can be expressed as follows:







PREV


:







{

1
,
2
,









,

N
t


}




{

1
,
2
,









,

N
t


}







PREV


(
n
)


=

n
-
1


,






if





n




N
0

+
1


,


N
1

+
1

,









,


N

t
-
1


+
1







PREV


(

N

k
+
1


)


=

N

k
+
1



,






if





k

=
0

,
1
,









,

t
-
1











Suppose that a user or an algorithm rearranges P


1


, P


2


, . . . , P


N






t




so that they are ordered as Q


1


, Q


2


, . . . , Q


N






t




.




This rearrangement can be expressed as the function φ : {1,2, . . . , N


t


}→{1,2, . . . ., N


t


} which is a cone to one correspondence. Thus φ satisfies the following relation:








Q
n

=

P

φ


(
n
)




,






for





1


n


N
t












Namely, φ is the rearrangement information defined by a user or by an algorithm.




Let us now explain the process of determining the index of Q


1


, Q


2


, . . . , Q


N






s




.




Define INDEX(n) (1≦n≦t) to be the ordinal number of points which is first visited among {Q


1


, Q


2


, . . . , Q


n


} while the contour containing Q


n


is being traversed backward from Q


n


.




For example, in item


380


of

FIG. 3B

, the numbers on the fourth line are information about Q


4


. The number ‘3’ in item


362


is the index of Q


4


, that is INDEX(


4


)=3. This can be understood as follows : start from Q


4


; then Q


3


is the first point encountered among Q


1


, Q


2


, Q3, and Q


4


when the outer boundary is traversed backward from Q


4


. Thus, INDEX(


4


)=3.




The algorithm and flow chart searching for the INDEX(n) can be expressed as in FIG.


6


A.




The completion of the


362


of

FIG. 3B

can be explained further by inspecting

FIG. 5

with INDEX function. Point


1


has 1 its the index since there is only point


1


itself on the first closed contour. Point


2


is a point in the first closed contour and, since there exist only points


1


and


2


on the first closed contour, the index of point


2


is 1, resulting in 1. And again, since point


3


belongs to the first closed contour and is the closest along the boundary to point


2


in the negative direction among points


1


,


2


and


3


in

FIG. 5

, the index of point


3


is 2. Point


4


is on the first closed contour. And since point


4


is the closest along the boundary to point


3


in the negative direction among points


1


,


2


,


3


and


4


in

FIG. 5

, the index of point


4


is 3.




Point


5


is not connected to any of the points


1


,


2


,


3


and


4


because it is the beginning point of the second closed contour. At the same time, as there is no other point among points


1


,


2


,


3


,


4


and


5


in the second closed contour except point


5


, the index of point


5


is 5. Point


6


is on the second closed contour, and since there are only points


5


and


6


on the second closed contour, the index of point


6


is 5. Point


7


is on the second closed contour, and since it is the closest along the boundary to point


6


in the negative direction among points


1


to point


7


, the index of point


7


is 6. Point


8


is on the second closed contour and since it is the closest along the boundary to point


7


in the negative direction among points


1


to point


8


, the index of point


8


is 7. Likewise, each on-point can be assigned an index, and item


362


is now completed.




The above steps illustrate how data in

FIG. 2B

can be transformed to that in FIG.


3


B. Other outline fonts, such as the postscript font using the cubic Bezier curve, can be transformed to a similar data format of the PR font. However, this still remains in the spirit and the scope of the present invention.




But in so doing, the off-point coordinates associated with each on-points must be recorded in item


360


in

FIG. 3B

instead of the tangent vectors in the positive and negative directions, as recorded in item


360


of FIG.


3


B.




The hinting information is important when transforming the control information of

FIG. 2A

to control the information of FIG.


3


A. There are two ways to transform the hinting information: one is to maintain the relevant hinting information at each level, and the other is to push all the hinting information to the last level. The former enables hinting at each step when rendering the PR font progressively along with the level. The latter is used when hinting is not needed or is not workable in the middle of the steps.




Likewise, the original glyph information of the character expressed in

FIG. 2A

can be transformed to the glyph information in the PR font method in the order of Q


1


, Q


2


, . . . , Q


N






t




.




An example of the progressively transmitting and rendering method of the font with the PR font data will now be explained.

FIG. 6B

is an illustration of this procedure. Data is transmitted successively from the lower level to the higher level. Namely, items


380


(level


1


),


382


(level


2


),


384


(level


3


),


386


(level


4


),


388


(level


5


),


390


(level


6


) and


392


(level


7


) of

FIG. 3B

will be transmitted in sequence, and more than one of the items may be transmitted as one group.




In step


610


of

FIG. 6B

, the transmission level will be determined by the user's request or through the transmission environment. At each stage, data belonging to the levels, excluding those already transmitted levels, will be additionally transmitted.




For example, suppose that data in level


1


and level


2


, that is items


380


and


382


in

FIG. 3B

, are already transmitted, and suppose that data must be transmitted up to level


5


. Then the additional data that must be transmitted are at the levels


3


,


4


and


5


, which are items


384


,


386


,


388


in FIG.


3


B.




In step


620


of

FIG. 6B

, the font outline will be calculated. As only partial information is available at each stage, unless the data up to the last level are all transmitted, it is natural to display only the available data in the PR font display.




The following decision method is an algorithm that computes the outline out of the data of the level transmitted up to a particular point in time.




General Decision Method on the Connection Status




Suppose first that the index information up to the m-th points, Q


1


, Q


2


, . . . , Q


m


, are already present. Consequently, INDEX(n) (1≦n≦m) is also defined. Then, FORWARD: {1,2, . . . , r}→{1,2, . . . , r} is defined as follows: FORWARD(n) for 1≦r≦N


t


and 1≦n≦r indicates the ordinal number of the point which appears first among Q


1


, Q


2


, . . . , Q


r


if the boundary contour is traversed from Q


n


in the positive direction of the closed contour containing Q


n


. Therefore, the function FORWARD


r


is the information expressing the connection condition of Q


1


, Q


2


, . . . , Q


r


on the closed contour. The purpose of this procedure is to quickly determine FORWARD


m


from FORWARD


m−1


which is already known. This certainly is the case for the PR font. The connection status with point m added can be determined by the known connection status up to point m−1. FORWARD


m


can be defined by following formula:








FOWARD
m



(
n
)


=

{






m
,




n
=

INDEX


(
m
)










FORWARD

m
-
1




(

INDEX


(
m
)


)


,




n
=
m








FOWARD

m
-
1




(
n
)


,



other








where





1


n

m












This general method of determining the connection status can be illustrated with the example in FIG.


3


B. Assume that level


1


, that is item


380


of the data in

FIG. 3B

, has been transmitted. Thereby, the total number of closed contours that have to be rendered is two, which are the first and second closed contours, and the 8 points from point


1


to point


8


, that is the points listed in item


380


in

FIG. 3B

, will be on these two closed contours.





FIG. 7

shows the connection status of the points on each closed contour with point


1


only. This has been determined through the index information that point


1


up to now is the point closest to point


1


in the negative direction on the closed contour.





FIG. 8

is the connection status of the point on each closed contour with points


1


and


2


only. This has been determined through the information that the index of point


2


is 1, that is point


1


is the point closest to point


2


in the negative direction.





FIG. 9

is the connection status of the points on each closed contour with points


1


,


2


and


3


only. This has been determined through the information that the index of point


3


is 2, that is point


2


is the point closest to point


3


in the negative direction.





FIG. 10

is the connection status of the points on each closed contour with points


1


,


2


,


3


and


4


only. This has been determined through the information that the index of point


4


is 3, that is point


3


is the point closest to point


4


in the negative direction.





FIG. 11

is the connection status of the points on each closed contour with points


1


,


2


,


3


,


4


and


5


only. This has been determined through the information that the index of point


5


is 5, that is point


5


itself is the point closest to point


5


in the negative direction.





FIG. 12

is the connection status of the points on each closed contour with points


1


,


2


,


3


,


4


,


5


and


6


only. This has been determined through the information that the index of point


6


is 5, that is point


5


is the point closest to point


6


in the negative direction.





FIG. 13

is the connection status of the points on each closed contour with points


1


,


2


,


3


,


4


,


5


,


6


and


7


only. This has been determined through the information that the index of point


7


is 6, that is point


6


is the point closest to point


7


in the negative direction.





FIG. 14

shows the determined connection status of the points on the closed contour up to level


1


using this method.




As shown above, if the connection status of the points up to the established number is given and the other point is added, the connection status up to the next point can be determined through using the point index of the new number. This method has the merit of both reducing the file size of the PR font, since each point has an unchangeable index in the file, and dynamically recognizing the connection status of the points, whenever each point is added on the closed contour, so that they can be saved in the memory.




In the case when the quadratic curve is used in the PR font outline expression, each closed


2


on-points will be connected through the coordinates of those on-points and the direction vector of the boundary curve. There are usually two points, P


1


and P


2


, and the direction vectors at P


1


and P


2


are v


1


and v


2


, respectively. In this case, the quadratic curve c(t) connecting with P


1


, P


2


is as follows:








c


(


t


)=(1


−t


)


2




P




1


+2(1


−t


)


t P+t




2




P




2


, 0≦


t≦


1


1








Here P is the intersection point of the line in the direction of v


1


passing through point P


1


and the line in the direction of v


2


passing through point P


2


. If the off-point Q is directly given, instead of the computation above, the quadratic curve c(t) connecting P


1


and P


2


is as follows:








c


(


t


)=(1−


t


)


2




P




1


+2(1−


t


)


tQ+t




2




P




2


, 0≦


t≦


1






When the cubic Bezier curve is used as the graphic primitive, each 2 on-points on each closed contour will be connected through two off-points. The cubic Bezier curve c(t) connecting P


1


and P


2


can be formulated as follows:








c


(


t


)=(1


−t


)


3




P




1


+3(1


−t


)


2




t R




1


+3(1


−t


)


t




2




R




2




+t




3




P




2


, 0≦


t≦


1






Here R


1


and R


2


are off-points.





FIGS. 15

,


16


,


17


,


18


,


19


,


20


and


21


are the illustrations of the progressive rendering of the outline of the calculated character ‘’ calculated with data up to levels


1


,


2


,


3


,


4


,


5


,


6


and


7


.




When being progressively rendered, according to the objective of the user and the environment, hinting can be progressively applied with the hinting information at each step. When hinting is not needed, or is useless in the middle step because of problems such as the transmission speed of the PR font and the display speed etc., it is applied only in the last step of the PR font rendering.




The method of this invention enables the font character to be expressed through the level information in each step, but it has a weak point. That is to say that if the rasterized character in one level must be expressed in more detail in the following step, it must erase all of the calculated raster bitmap image and must recalculate a new raster bitmap. This is because the algorithm above does not give a clue as to how to obtain the relation between the pattern of the bitmap obtained in the new level and in the former level. The recalculation will increase the total time. Although, the PR font method in the present invention has the merit of making the PR font easily because it only adds level information to the given control point without doing much to the data in the conventional format, its weak point lies in duplicate rasterization.




Medial axis transform is a way of overcoming this weak point. In medial axis transform, a planar shape can be expressed and restructured as maximal inscribed circles. First, the medial axis is a collection of the centers of maximal inscribed circles, and when the radius information of the maximal inscribed circles is added, it is referred to as the medial axis transform. The medial axis transform was first studied by Blum, and after him, many authors, including D. T. Lee, R. L. Drysdale, M. Held, V. Srinivasan, L. R. Nackman, and C. K. Yap have studied and suggested various methods of calculating the medial axis transform. More recently, the present inventors have also written papers on computing the medial axis transform. Therefore, there are many practical ways of computing the medial axis transform; and it should be noted that the present invention presumes the method of finding the medial axis transform is of public knowledge.





FIG. 23

illustrates the shape of the Korean Jamo ‘’ and its medial axis


2370


. Usually, the points where the maximal inscribed circle meets with the boundary curve are called the contact points.




The reference number


2350


is a medial axis point,


2352


the maximal inscribed circle having


2350


as the center, and


2354


indicates the two contact points.




The reference number


2316


is then part of the shape lying between the maximal inscribed circle


2312


and


2314


.




In

FIG. 22

, the boundary curve is computed for the case when the maximal inscribed circle, which is marked as


2210


(thus the corresponding contact point), is not yet selected. In

FIG. 23

, the boundary curve is computed for the case when the maximal inscribed circle, which is marked as


2310


, is selected. Similarly, several other circles are not selected in FIG.


22


. As can be seen by comparing

FIG. 22

to

FIG. 23

, the selection of


23


can only influence the part between


2312


and


2314


, and not any other parts of the shape. During the transition from

FIG. 22

to

FIG. 23

,


2310


,


2320


and


2330


are added, and the results influence only the applied parts.




When this method is applied, the rasterized bitmap in FIG.


22


can mostly be used; and the addition of the level information only partially influences the applied parts. This is referred to as localized rasterizing.




Localized rasterizing can easily be applied to elements comprising of the data based on medial axis transform. This invention can easily be adapted to the data using the medial axis transform. This modification is still in the spirit and the scope the present invention.




Since this invention can be substituted, transformed and modified within the range of the technical knowledge of the invention by a person possessing the common knowledge of the technical field to which the invention belongs, the present invention is not only limited to the explained examples and the attached figures.



Claims
  • 1. A progressively renderable font containing glyph information of each character, said glyph information of each character comprising:coordinates of control points composing each said character; level information for transmitting or rendering each said character progressively, wherein said control points are divided into a plurality of groups in accordance with said level information, wherein each group of said control points represents said character, and wherein said level information includes; information associated with numbers of groups of said control points, and information indicating the numbers of control points which are included in each said group; and an indexing information for expressing connection relationships between said control points when each said character is rendered.
  • 2. A progressively renderable font as claimed in claim 1, wherein each character further comprises control information.
  • 3. A progressively renderable font as claimed in claim 2, wherein said glyph information further comprises predetermined progressive control information.
  • 4. A progressively renderable font as claimed in claim 1, wherein said glyph information of each character contains information about tangent vectors in the positive and negative directions of a curve at each said control point.
  • 5. A progressively renderable font as claimed in claim 1, wherein said control point is a contact point of a maximal inscribed circle.
  • 6. A progressively renderable font containing glyph information of each character, said glyph information of each character comprising:information of the maximal inscribed circle containing a control point as a contact point for establishing each said character; level information for transmitting and rendering of each said character progressively wherein said control points are divided into a plurality of groups in accordance with said level information, wherein each group of said control points represents said character, and wherein said level information includes; information associated with numbers of groups of said control points, and information indicating the numbers of control points which are included in each said group; and an indexing information for indicating progressive connection relationships between each said maximal inscribed circle when each said character is rendered.
  • 7. A progressively renderable font as claimed in claim 5 or claim 6, further comprising a means being capable of partial rasterization by using information of each said maximal inscribed circle.
  • 8. A conversion method to progressively render fonts comprising the steps of:extracting glyph information of each character of an outline font; providing level and index information to each control point of each said character wherein said control points are divided into a plurality of groups in accordance with said level information, wherein each group of said control points represents said character, and wherein said level information includes; information associated with numbers of groups of said control points, and information indicating the numbers of control points which are included in each said group; and establishing a renderable font file by collecting information on each character provided in the above steps.
  • 9. The conversion method as defined in claim 8 further comprising the steps of:determining one of rendering levels, in accordance with a request of a user or an environment, and transmitting only additional data into a designated apparatus, excluding the already transmitted information, wherein said levels represent a character with various degrees of sharpness so that high levels elaborately express said character more than low levels; calculating an outline of said character with data transmitted up to said determined level; and expressing said character by progressively rasterizing said character from a low level to a high level using the outline obtained in the calculating step.
Priority Claims (1)
Number Date Country Kind
96-9927 Apr 1996 KR
US Referenced Citations (7)
Number Name Date Kind
5272543 Yanagisawa Dec 1993
5301267 Hassett et al. Apr 1994
5562350 Sakurai Oct 1996
5781714 Collins et al. Jul 1998
5852448 Cheng Dec 1998
5898439 Takazawa Jul 1999
5982387 Hellman Apr 1999
Foreign Referenced Citations (9)
Number Date Country
549944 Jul 1993 EP
661670 May 1995 EP
2245739 Aug 1992 GB
63064090 Mar 1988 JP
1140223 Jun 1989 JP
5323937 Dec 1993 JP
6019450 Jan 1994 JP
7306670 Sep 1995 JP
10039851 Feb 1998 JP
Non-Patent Literature Citations (2)
Entry
Fractal Coding of Chinese Scalable Calligraphic Fonts by Horace H. S. Ip et al. P/.343-351.
Adobe to link PostScript fonts to Web Pages via HTML 3 spec, Staten James, MacWeek, v10, n9,p4(1) Mar. 4, 1996.