Method

PangoFc.FontMap.get_hb_face

Declaration [src]

hb_face_t*
pango_fc_font_map_get_hb_face (
  PangoFcFontMap* fcfontmap,
  PangoFcFont* fcfont
)

Description [src]

Retrieves the hb_face_t for the given PangoFcFont.

Available since:1.44

Parameters

fcfont PangoFcFont
 

a PangoFcFont

 The data is owned by the caller of the function

Return value

Returns: hb_face_t*

the hb_face_t for the given font

The data is owned by the called function
Can be NULL