Method
PangoFc.FontMap.find_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 function takes ownership of the data, and is responsible for freeing it | |
Can be NULL |