Linux+: Linux X Window 06 – Fonts

J

Jarret W. Buse

Guest
Linux+: Linux X Window 06 – Fonts

One major aspect of a Graphical User Interface (GUI) system are the letters being used within the windows. Fonts are used for window titles, menu bars, task bars, etc. Fonts can be changed as well as the font aspects such as size, style, color and other items.

Font sizes are usually measured in points. One point is 1/72nd of an inch. To set the font size at 72 points should appear as an inch on the screen as long as the area of the screen is not zoomed.

Fonts themselves come in three common types. The types are:

  1. Raster
  2. Vector
  3. Adobe
Raster fonts are basically a bitmap picture of the letters, numbers and symbols. The images can be enlarged in multiples of the existing size. The font cannot be rotated. If the font is enlarged too much, the font becomes pixellated. Raster fonts usually have an extension of hbf, bdf, pcf, fon, sfl and gdr. Raster fonts are rendered quicker than other font types making screen refreshes quicker.

Vector fonts use curves and mathematical formulas of the placement of lines. Vector fonts provide better looking fonts since the image is not made of individual pixels, but of lines and curves. Since the font is lines and curves they look better when resizing, but still cannot be rotated. Since the font contains mathematical information for rendering the font requires processing. Vector fonts can take some time to render on the screen when used. Typical vector fonts are TrueType (ttf) and PostScript (ps) fonts.

Adobe fonts are split into various types. Type 0 (ocf) is a PostScript font. Type 1 (otf) is a compressed version of Type 0. Type 2 (cff) is used to embed fonts in PDF 3.0 files. Type 3 (ps) fonts are PostScript, but unlike Type 0 and 1, these fonts can use the full PostScript Language. Type 4 is more of an organization of information for the PostScript fonts. Type 5 is like Type 4, but used in a printer's ROM and not as system files. Type 42 is a “wrapper” which is used around a TrueType font.

Some basic font styles are bold, italics and underlined.

Some other font settings which can affect the font appearance are scaling factor, anti-aliasing and hinting.

The scaling factor is setting the basic size of the font. If you want to double the size of all system fonts, change the scaling factor to “2”. It is even possible to make the fonts smaller by entering a value less than “1”. For example, to make the fonts half normal size throughout the whole system, enter “.5”.

Anti-aliasing is being able to render a high-resolution font on a low resolution monitor. When a high resolution image is rendered on a low resolution screen, there is a visual effect called aliasing as shown in Figure 1. The black and white rectangles should be perfect rectangles and get smaller toward the top of the picture. The image should appear as if the rectangles are going off into the distance, but you can see that the rectangles are rendered incorrectly.

Figure 6-1.jpg

FIGURE 1

Figure 2 is an image that uses anti-aliasing to improve the quality of the high resolution image on a low resolution screen. The image, of course, is much improved.

Figure 6-2.jpg

FIGURE 2

On some systems, such as a Linux Mint, you can set the anti-aliasing to three different settings:

  1. None
  2. Grayscale
  3. RGB (RGBA)
Here, to set the option to “None” would turn off anti-aliasing features for font rendering. Setting the option to “Grayscale” causes certain pixels to be various shades of gray in color. The RGB (RGBA) produces similar effects, but sometimes the pixel rendering can cause some pixels to appear in color. There may have been times that looking at a screen full of text, you may notice that the black letters may have a tinge of color to them which is RGB anti-aliasing.

Another option which a system can enable for fonts is “hinting”. With hinting disabled, fonts will use whole pixels when creating the font character. Each pixel is made up of a Red, Green and Blue sub-pixel. The three colors together allow the creation of all required colors. When turning all three sub-pixels off creates a “black” pixel. With no hinting, whole pixels are used and this can create pixelation. With hinting turned on, sub-pixels are used instead of all three. By enabling hinting, the pixelation affect can be decreased to allow for better readability of fonts.

On Linux Mint, the Font settings can be set as seen in Figure 3.

Figure 6-3.jpg

FIGURE 3
 

Attachments

  • slide.jpg
    slide.jpg
    53.4 KB · Views: 37,851



Members online


Top