Method
PangoFcFontMapfind_decoder
Declaration [src]
PangoFcDecoder*
pango_fc_font_map_find_decoder (
PangoFcFontMap* fcfontmap,
FcPattern* pattern
)
Description [src]
Finds the decoder to use for pattern
.
Decoders can be added to a font map using
pango_fc_font_map_add_decoder_find_func()
.
Available since: | 1.26 |
Parameters
pattern |
FcPattern* |
The |
|
The data is owned by the caller of the function. |
Return value
Returns: | PangoFcDecoder |
A newly created |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |