Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
HarfbuzzWrappers::hb_face_deleter Struct Reference

#include <hb_wrappers.h>

Public Member Functions

void operator() (hb_face_t *ptr)
 

Detailed Description

Definition at line 17 of file hb_wrappers.h.

Member Function Documentation

◆ operator()()

void HarfbuzzWrappers::hb_face_deleter::operator() ( hb_face_t *  ptr)
inline

Definition at line 18 of file hb_wrappers.h.

18{ hb_face_destroy(ptr); }

The documentation for this struct was generated from the following file: