Module library_handle

Source

Structsยง

FreeTypeLibraryHandle ๐Ÿ”’
A FreeType library handle to be used for creating and dropping FreeType font faces. It is very important that this handle lives as long as the faces themselves, which is why only one of these is created for the entire execution of Servo and never dropped during execution.

Staticsยง

FREETYPE_LIBRARY_HANDLE ๐Ÿ”’
FREETYPE_MEMORY_USAGE ๐Ÿ”’

Functionsยง

ft_alloc ๐Ÿ”’
ft_free ๐Ÿ”’
ft_realloc ๐Ÿ”’