| hb-directwritehb-directwrite — DirectWrite integration |  | 
Includes
#include <hb-directwrite.h>
 
Description
Functions for using HarfBuzz with DirectWrite fonts.
 
Functions
hb_directwrite_face_create ()
hb_face_t *
hb_directwrite_face_create (IDWriteFontFace *font_face);
Constructs a new face object from the specified DirectWrite IDWriteFontFace.
Returns
 hb_face_t object corresponding to the given input
 
Since: 2.4.0
 
hb_directwrite_face_get_font_face ()
IDWriteFontFace *
hb_directwrite_face_get_font_face (hb_face_t *face);
Gets the DirectWrite IDWriteFontFace associated with face
.
Returns
 DirectWrite IDWriteFontFace object corresponding to the given input
 
Since: 2.5.0