
the software you use can probably handle the mappings internally, so that the font can
be used for Unicode text as well.
Whether you can vary the font in your text depends on the tools and data formats you
use. In plain text, there is no font variation, but word processors work with other
formats. They usually have some simple tool for, for example, selecting some words
and setting their font to something different than the surrounding text.
However, some special tricks have often been used in an attempt to extend character
repertoire by font settings. In Chapter 3, we noted that you could type, on your word
processor, the letters “abc” and then select them and use the font-changing command
to set the font to Symbol to get “αβχ” (i.e., three Greek lowercase letters). We analyzed
this from the viewpoint of character encoding, but here the emphasis is on comparing
such tricks with the Unicode approach.
Logically, the Symbol font is a collection of mostly wrong glyphs for characters (e.g.,
an α glyph for “a”). Of course, the same trick works for Unicode text, too, unless the
software you use refuses to perform the illogical move. After all, the Symbol font does
not contain the letters “abc,” so any request to use it for them should be ignored.
Anyway, using Unicode, such tricks are completely unnecessary and pointlessly risky.
A change of font never changes the identity of characters, in the logical ...