Virtual Method
PangoFc.Decoder.get_charset
Declaration [src]
FcCharSet*
get_charset (
PangoFcDecoder* decoder,
PangoFcFont* fcfont
)
Description [src]
Generates an FcCharSet
of supported characters for the fcfont
given.
The returned FcCharSet
will be a reference to an
internal value stored by the PangoFcDecoder
and must not
be modified or freed.
Available since: | 1.6 |
Parameters
fcfont |
PangoFcFont |
the |
|
The data is owned by the caller of the function |