Package: gtk
Function gtk:font-chooser-font-map
Lambda Listgtk:font-chooser-font-map (fontchooser) SyntaxArgumentsDetails
Gets or sets the custom font map of the font chooser widget Returns nil if it does not have one. A custom font map can be used to
present application specific fonts instead of or in addition to the normal
system fonts. Examples(setf (pango:context-font-map (gtk:widget-pango-context label)) fontmap) Warning | See also |
#2025-09-28