Method
PangoFontMapreload_font
since: 1.52
Declaration
PangoFont*
pango_font_map_reload_font (
PangoFontMap* fontmap,
PangoFont* font,
double scale,
PangoContext* context,
const char* variations
)
Parameters
font
-
Type:
PangoFont
No description available.
The data is owned by the caller of the method. scale
-
Type:
double
No description available.
context
-
Type:
PangoContext
No description available.
The argument can be NULL
.The data is owned by the caller of the method. variations
-
Type:
const char*
No description available.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: PangoFont
No description available.
The caller of the method takes ownership of the data, and is responsible for freeing it. |