![]() |
![]() |
![]() |
![]() |
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_dw_font_face (hb_face_t *face
);
Gets the DirectWrite IDWriteFontFace associated with face
.
Since: 10.4.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
IDWriteFont *
hb_directwrite_font_get_dw_font (hb_font_t *font
);
Gets the DirectWrite IDWriteFont associated with font
.
Since: 10.3.0