:right-sidebar: True font_funcs_t =================================================================== .. currentmodule:: gi.repository.HarfBuzz .. class:: font_funcs_t(*args, **kwargs) :no-contents-entry: Data type containing a set of virtual methods used for working on :obj:`~gi.repository.HarfBuzz.font_t` font objects. HarfBuzz provides a lightweight default function for each of the methods in :obj:`~gi.repository.HarfBuzz.font_funcs_t`\. Client programs can implement their own replacements for the individual font functions, as needed, and replace the default by calling the setter for a method.