package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wrappers.Fontset_simple

type t = [ `fontset_simple | `fontset | `object_ ] Gobject.obj
val new_ : [ `language ] Gobject.obj -> t

Create a new FontsetSimple

val size : t -> int

Returns the number of fonts in the fontset.

val append : t -> [ `font | `object_ ] Gobject.obj -> unit

Adds a font to the fontset.

The fontset takes ownership of @font.