Package: pango
Function pango:font-description-style
Lambda Listpango:font-description-style (desc) SyntaxArgumentsDetails The pango:font-description-style function gets the style field of a
font description instance. The (setf pango:font-description-style) function sets the style field. The pango:style enumeration describes whether the font is slanted and the manner in which it is slanted. It can be either :normal, :italic, or :oblique. Most fonts will either have a italic style
or an oblique style, but not both, and font matching in Pango will match
italic specifications with oblique fonts and vice-versa if an exact match is
not found. | See also |
2024-3-3