Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
prInteger :: BDF_PropertyRec -> FT_Int32freetype2 FreeType.Format.BDF No documentation available.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Draw page pageNr for printing on the the Cairo context encapsuled in context. This method has been designed to be called in the handler of the signalgtk.PrintOperation[draw_page] signal as shown in the following example:
c code
// Signal handler for the GtkPrintOperation::draw_page signal static void draw_page (GtkPrintOperation *operation, GtkPrintContext *context, gint page_nr, gpointer user_data) { GtkSourcePrintCompositor *compositor; compositor = GTK_SOURCE_PRINT_COMPOSITOR (user_data); gtk_source_print_compositor_draw_page (compositor, context, page_nr); } printCompositorGetBodyFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Textgi-gtksource5 GI.GtkSource.Objects.PrintCompositor Returns the name of the font used to print the text body. The returned string must be freed with free.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Gets the bottom margin in units of unit.
printCompositorGetBuffer :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Buffergi-gtksource5 GI.GtkSource.Objects.PrintCompositor Gets the [classbuffer] associated with the compositor. The returned object reference is owned by the compositor object and should not be unreferenced.
printCompositorGetFooterFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Textgi-gtksource5 GI.GtkSource.Objects.PrintCompositor Returns the name of the font used to print the page footer. The returned string must be freed with free.
printCompositorGetHeaderFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Textgi-gtksource5 GI.GtkSource.Objects.PrintCompositor Returns the name of the font used to print the page header. The returned string must be freed with free.
printCompositorGetHighlightSyntax :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Boolgi-gtksource5 GI.GtkSource.Objects.PrintCompositor Determines whether the printed text will be highlighted according to the buffer rules. Note that highlighting will happen only if the buffer to print has highlighting activated.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Gets the left margin in units of unit.
-
gi-gtksource5 GI.GtkSource.Objects.PrintCompositor Returns the name of the font used to print line numbers on the left margin. The returned string must be freed with free.