Top | ![]() |
![]() |
![]() |
![]() |
hb_face_t * | hb_directwrite_face_create () |
IDWriteFontFace * | hb_directwrite_face_get_font_face () |
hb_font_t * | hb_directwrite_font_create () |
IDWriteFont * | hb_directwrite_font_get_dw_font () |
hb_face_t *
hb_directwrite_face_create (IDWriteFontFace *dw_face
);
Constructs a new face object from the specified DirectWrite IDWriteFontFace.
Since: 2.4.0
IDWriteFontFace *
hb_directwrite_face_get_font_face (hb_face_t *face
);
Gets the DirectWrite IDWriteFontFace associated with face
.
Since: 2.5.0
hb_font_t *
hb_directwrite_font_create (IDWriteFont *dw_font
);
Constructs a new font object from the specified DirectWrite IDWriteFont.
Since: 10.3.0