PrintCompositor.setBodyFontName

void setBodyFontName(string fontName)

Sets the default font for the printed text.

font_name should be a string representation of a font description Pango can understand. (e.g. "Monospace 10"). See [pango.font_description.FontDescription.fromString] for a description of the format of the string representation.

This function cannot be called anymore after the first call to the [gtksource.print_compositor.PrintCompositor.paginate] function.

Parameters

fontNamethe name of the default font for the body text.