find-or-create-font in font-list%
Finds an existing font in the list or creates a new one (that is automatically added to the list).
(->senda-font-listfind-or-create-fontsizefamilystyleweightunderline?smoothingsize-in-pixels?)font%object
size: exact integer in [1, 255]
family: symbol in'(default decorative roman script swiss modern symbol system)
style: symbol in'(normal italic slant)
weight: symbol in'(normal bold light)
underline?=#f: boolean
smoothing=: symbol in'default'(default partly-smoothed smoothed unsmoothed)
size-in-pixels?=#f: booleanSee
font%for information aboutfamily,style,weight, andsmoothing.
(-> voidsenda-font-listfind-or-create-fontsizefacefamilystyleweightunderlinesmoothingsize-in-pixels?)
size: exact integer in [1, 255]
face: string
family: symbol in'(default decorative roman script swiss modern symbol system)
style: symbol in'(normal italic slant)
weight: symbol in'(normal bold light)
underline=#f: boolean
smoothing=: symbol in'default'(default partly-smoothed smoothed unsmoothed)
size-in-pixels?=#f: booleanSee
font%for information aboutfamily,style,weight, andsmoothing. See alsofont-name-directory<%>about the use offace.