Function coded_chars::control::presentation::character_combination

source ·
pub fn character_combination(combination: Combination) -> ControlSequence
Expand description

§GCC - Graphic character combination

GCC is used to indicate that two or more graphic characters are to be imaged as one single graphic symbol. GCC with a parameter value of 0 indicates that the following two graphic characters are to be imaged as one single graphic symbol; GCC with a parameter value of 1 and GCC with a parameter value of 2 indicate respectively the beginning and the end of a string of graphic characters which are to be imaged as one single graphic symbol.

§Note

GCC does not explicitly specify the relative sizes or placements of the component parts of a composite graphic symbol. In the simplest case, two components may be “half-width” and side-by-side. For example, in Japanese text a pair of characters may be presented side-by-side, and occupy the space of a normal-size Kanji character.