Integration of METAFONT, GF, and PK Inside Freetype 172 Tugboat, Volume 40 (2019), No

Integration of METAFONT, GF, and PK Inside Freetype 172 Tugboat, Volume 40 (2019), No

170 TUGboat, Volume 40 (2019), No. 2 FreeType MF Module2: Integration of by smart devices. In such smart devices, digital fonts METAFONT, GF, and PK inside FreeType are commonly used, rather than analog fonts. A font is the representation of text in a specific style and Jaeyoung Choi, Saima Majeed, size; therefore, designers can use font variations to Ammar Ul Hassan, Geunho Jeong give meaning to their ideas in text. Text is still Abstract considered the most common way to communicate and gather information. Although different styles of METAFONT is a structured font definition system digital fonts have been created, still they do not meet with the ability to generate variants of different font the requirements of all users, and users cannot alter styles by changing its parameter values. It does not digital font styles easily [1]. A perfect application require creating a new font file for every distinct font for the satisfaction of users' diversified requirements design. It generates the output fonts such as Generic concerning font styles does not exist [2]. Font (GF) bitmaps and its relevant T X Font Metric E Currently, popular digital fonts, whether bit- (TFM) file on demand. These fonts can be utilized map or outline, have limits on changing font style [3]. on any size of resolution devices without creating a These limitations are removed by another type of new font file according to the preferred size. How- fonts, parameterized fonts, e.g., METAFONT, which ever, METAFONT ( ), GF, and Packed Fonts (PK, mf will be discussed in depth later. METAFONT pro- a compressed form of GF) cannot be utilized beyond vides the opportunity to font designers to create the T X environment as they require additional con- E different font styles by merely changing parameter version overhead. Furthermore, existing font engines values. It generates TEX-oriented font files, namely such as FreeType do not support such fonts. Generic Font (GF) bitmaps and its equivalent TEX In this paper, we propose a module for FreeType Font Metric (TFM) file. Thus, the usage of META- which not only adds support for METAFONT, but also FONT directly in today's digital environment is not adds support for GF and PK fonts in the GNU/Linux easy, as it is specific to the TEX-oriented environ- environment. The proposed module automatically ment. Current font engines such as the FreeType performs the necessary conversions without relying rasterizer do not support METAFONT, GF, or Packed on other libraries. By using the proposed module, Font (PK, a compressed form of GF) files. In order to users can generate variants of font styles (by mf) and use METAFONT, GF, or PK files, users have to specif- use them on devices of any desired resolution (via ically convert them into equivalent outline fonts. GF). The proposed font module reduces the creation When METAFONT was created, standard hard- time and cost for creating distinct font styles. Fur- ware was not fast enough to perform runtime conver- thermore, it reduces the conversion and configuration sion of METAFONT into outline fonts. Therefore, overhead for T X-oriented fonts. E users were not able to take advantage of META- FONT's approach to get different font styles. To- 1 Introduction day, though, the hardware in typical systems is fast In recent times, technology has developed rapidly. In enough to perform such conversions at runtime. If such environments, there is always a need for better such fonts were supported by the current font en- and reliable mediums of communication. Tradition- gines, the workload of font designers would be re- ally, fonts were used as a means of communication, duced, compared to the designers having to create a replacing pen and paper. A font was originally a separate font file for every distinct style. This task collection of small pieces of metal manifesting a par- of recreation takes considerable time, especially in ticular size and style of a typeface. This traditional case of designing CJK (Chinese-Japanese-Korean) technique was eventually replaced by a new concept characters due to their complex letters and shapes. of digital systems. Modern fonts are implemented Therefore, the benefits given by METAFONT can be as digital data files which contain sets of graphically applied to CJK fonts to produce high quality fonts related characters, symbols, or glyphs. Modern fonts in an efficient manner. are expected to provide both the letter shape as it is Our previous work, FreeType MF Module [10], presented on the metal and the typesetter's informa- has accomplished direct usage of METAFONT, ex- tion on how to set position and replace the character cluding TEX-based bitmap fonts, inside the FreeType as appropriate. rasterizer. But the work was based on external soft- The ability of science and technology to improve ware such as mftrace during the internal conversion. human life is known to us. With the rapid increase in Such dependencies have disadvantages related to per- development of science and technology, the world is formance and quality. Hence, the purpose of this becoming \smart". People are automatically served research is to present a module inside the FreeType Jaeyoung Choi, Saima Majeed, Ammar Ul Hassan, Geunho Jeong TUGboat, Volume 40 (2019), No. 2 171 that will directly use METAFONT, GF, and PK font shows the proper way of processing the METAFONT files in a GNU/Linux environment. using mf. (It can accept many other commands.) In Section 2, the primary objective of this work Therefore, to get the correct GF file, the given set- is discussed. In Section 3, the METAFONT processing tings must be provided: mode, mag, and the META- with its compiler/interpreter such as the mf program FONT file to process. The mode setting specifies the is explained. In Section 4, related research regard- printed mode; if this is omitted, a default of proof ing the conversion of METAFONT is discussed along mode will be used, in which METAFONT outputs at with their drawbacks. The implementation of the a resolution of 2602dpi; this is not usually accom- proposed module is discussed in Section 5. The exper- panied by a TFM file. The mag setting specifies a iments with the proposed module and performance magnification factor to apply to the font resolution evaluation along with other modules of the FreeType of the mode. As a result, mf generates the bitmap rasterizer are presented in Section 6. Section 7 gives font GF file, its relevant TFM font metric file, and a some concluding remarks. log file. 2 Objective of the research With the continuing enhancement of technology, ty- pography needs to keep pace. The primary focus of this work is to understand the TEX-oriented bitmap fonts and find ways to utilize them in the GNU/Linux environment using current font engines. Hence, the objective of this research is: 1. To save the time designers require to study the details of each font design from scratch and then create font files for each distinct design. 2. To generate variants of different font styles us- ing a parameterized font system such as META- Figure 1: mf invocation FONT. 3. To utilize the TEX-based bitmap fonts such as For example, if the given mode specifies a resolution GF, ordinarily specific to the TEX environment, of 600dpi, and the magnification is set to 3, the mf inside the FreeType font engine. program will perform calculations internally and gen- 4. To increase the performance by using the com- erate the output in the form of a GF file at 1800dpi, pact form of GF, Packed Font (PK). along with its corresponding TFM and a log file. 5. To automatically set the magnification and res- Generic Font (GF) format is a TEX-oriented olution according to the display. bitmap font generated by the mf program by taking a METAFONT program as input along with other METAFONT 3 processing with the mf information related to the output device. GF font program files are generated for a given output device with METAFONT, a font system to accompany TEX, was a specific scaled size. Such font files contain the created by D. E. Knuth [4]. It is an organized font character shapes in a bitmap form. However, the definition language which allows designers to change metric information relevant to the characters is stored the style of a font per their requirements by changing in the TEX font metric (TFM) file. To make the GF values of parameters. METAFONT benefits the user font usable for typesetting, its corresponding TFM in that they do not need to create a different font file is required, as TEX reads only the font metric file, for every unique style. It is considered a program- not the GF. These fonts are utilized in TEX-based ming language which contains drawing guidelines for typesetting systems. lines and curves which are later interpreted by the To view or print, these fonts are converted into interpreter/compiler of METAFONT, notably the mf device-independent (.dvi) files (the same format program, to render the glyph definitions into bitmaps that is output by TEX). Such a conversion is per- and store the bitmaps into a file when done. The formed by the utility gftodvi. Later, a DVI driver is mf program determines the exact shapes by solving needed to interpret the .dvi file. In order to preview, mathematical equations imposed by the author of a utility such as xdvi (for Unix systems) is utilized. the METAFONT program. The Packed Font (PK) format is also a bitmap To process the METAFONT definitions using mf, font format utilized in the TEX typesetting system. users must understand how to invoke mf [5].

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    9 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us