Skip to content

\fontdimen

yex.keyword.Fontdimen(index, fontsetter, optional_equals, rvalue) #

Various details of a font.

Source code in yex/keyword/font.py
106
107
108
109
110
111
112
113
114
115
116
@yex.decorator.control()
def Fontdimen(
        index: int,
        fontsetter: FontSetter,
        optional_equals:str,
        rvalue: yex.value.Dimen):
    """
    Various details of a font.
    """
    logger.debug(r"\fontdimen: about to set the dimensions of a font.")
    fontsetter.value[index] = rvalue