manpagez: man pages & more
html files: harfbuzz
Home | html | info | man

hb-uniscribe

hb-uniscribe — Windows integration

Functions

Includes

#include <hb-uniscribe.h>

Description

Functions for using HarfBuzz with Windows fonts.

Functions

hb_uniscribe_font_get_hfont ()

HFONT
hb_uniscribe_font_get_hfont (hb_font_t *font);

Fetches the HFONT handle that corresponds to the specified hb_font_t font.

Parameters

font

The hb_font_t to work upon

 

Returns

the HFONT retreieved


hb_uniscribe_font_get_logfontw ()

LOGFONTW *
hb_uniscribe_font_get_logfontw (hb_font_t *font);

Fetches the LOGFONTW structure that corresponds to the specified hb_font_t font.

Parameters

font

The hb_font_t to work upon

 

Returns

a pointer to the LOGFONTW retrieved

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.