HOME

TheInfoList



OR:

A duospaced font (also called a duospace font) is a fixed-width font whose letters and characters occupy either of two integer multiples of a specified, fixed horizontal space. Traditionally, this means either a single or double character width, although the term has also been applied to fonts using fixed character widths with another simple ratio between them. These dual character widths are also referred to as ''half-width'' and ''full-width'', where a full-width character occupies double the width of a half-width character. This contrasts with variable-width fonts, where the letters and spacings have more than two different widths. And, unlike
monospaced font A monospaced font, also called a fixed-pitch, fixed-width, or non-proportional font, is a font whose letters and characters each occupy the same amount of horizontal space. This contrasts with Typeface#Proportion, variable-width fonts, where t ...
s, this means a character can occupy up to two effective character widths instead of a single character width. This extra horizontal space allows for the accommodation of wider glyphs, such as large ideographs, that cannot reasonably fit into the single character width of strictly uniform, monospaced font.


In CJK typography

The idea of a "duospaced" font came from East Asian typography, where the local scripts of
CJK characters In internationalization, CJK characters is a collective term for graphemes used in the Chinese, Japanese, and Korean writing systems, which each include Chinese characters. It can also go by CJKV to include Chữ Nôm, the Chinese-origin lo ...
simply cannot fit into a narrow column used in Latin fixed-pitch fonts. Note that this "duospace" name is mostly a historical (c. 1990) Western distinction; Asian typefaces with such characteristics simply call themselves "monospaced" or "fixed-pitch". CJK monospace fonts typically include
halfwidth and fullwidth forms In CJK characters, CJK (Chinese, Japanese, and Korean) computing, graphic characters are traditionally classed into fullwidth and halfwidth characters. Unlike monospaced fonts, a halfwidth character occupies half the width of a fullwidth characte ...
of characters that provide different widths for typesetting. In addition to East Asian characters and such forms, it is common for other
technical Technical may refer to: * Technical (vehicle), an improvised fighting vehicle * Technical area, an area which a manager, other coaching personnel, and substitutes are allowed to occupy during a football match * Technical advisor, a person who ...
and pictographic symbols to become ''duospaced'' in some East Asian fonts, a phenomenon known as "ambiguous width". It is a common pitfall for Western programmers to neglect support for such fonts: * Terminal applications may have misaligned output due to assuming all character "pitch" to be 1 column wide. The function, originally part of
POSIX The Portable Operating System Interface (POSIX; ) is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. POSIX defines application programming interfaces (APIs), along with comm ...
, is available for querying the width of characters. * Qt has a bug where it fails to list CJK monospaced fonts because the underlying fontconfig defined "monospace" as "fixed-pitch" fonts. With the exception of some Japanese monospace fonts like Source Han Code JP, where a 1.5× width is used as the
ideograph An ideogram or ideograph (from Ancient Greek, Greek 'idea' + 'to write') is a symbol that is used within a given writing system to represent an idea or concept in a given language. (Ideograms are contrasted with phonogram (linguistics), phono ...
width, almost all CJK monospace fonts use 2× as the ideograph width. (In the case of the
Korean language Korean is the first language, native language for about 81 million people, mostly of Koreans, Korean descent. It is the national language of both South Korea and North Korea. In the south, the language is known as () and in the north, it is kn ...
, Hangul characters which are usually slightly narrower than the ideographs are made to match them.) Some CJK monospace fonts with two or more widths are: * Andale Duospace WT *
GNU Unifont GNU Unifont is a free Unicode bitmap font created by Roman Czyborra. The main Unifont covers all of the Basic Multilingual Plane (BMP). The "upper" companion covers significant parts of the Supplementary Multilingual Plane (SMP). The "Unifont J ...
(pan-character set) * Migu 1M, Migu 2M * Monotype Sans Duospace WT * Thorndale Duospace WT * WorldType Sans Duo, WorldType Serif Duo * Source Han Code JP (1.5×) * WenQuanYi Micro Hei Mono, WenQuanYi Zen Hei Mono


In Western typography

Western duospaced fonts are similar in purpose to CJK duospaced fonts, but they are much rarer and less supported. The idea seems to be limited to an iA Writer typeface where the latin characters have 1.5× widths, so that they retain the traditional letter shape better.


See also

*
Halfwidth and fullwidth forms In CJK characters, CJK (Chinese, Japanese, and Korean) computing, graphic characters are traditionally classed into fullwidth and halfwidth characters. Unlike monospaced fonts, a halfwidth character occupies half the width of a fullwidth characte ...
* Half-width kana


Notes


References

{{Reflist Typesetting