class HarfBuzz::FontFuncsT

Overview

Data type containing a set of virtual methods used for working on #hb_font_t font objects.

HarfBuzz provides a lightweight default function for each of the methods in #hb_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.

Defined in:

lib/gi-crystal/src/auto/harf_buzz-0.0/font_funcs_t.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def finalize #

[View source]
def to_unsafe : Pointer(Void) #

[View source]