PrintCompositor.bodyFontName

Get bodyFontName property.

  1. string bodyFontName [@property getter]
    class PrintCompositor
    @property
    string
    bodyFontName
    ()
  2. string bodyFontName [@property setter]

Return Value

Type: string

Name of the font used for the text body.

Accepted values are strings representing 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.

The value of this property cannot be changed anymore after the first call to the gtksource.print_compositor.PrintCompositor.paginate function.