FcCharSetIsSubset

Section: (3)
Updated: 28 11月 2020
Page Index
 

NAME

FcCharSetIsSubset - Test for charset inclusion  

SYNOPSIS

#include <fontconfig/fontconfig.h>

FcBool FcCharSetIsSubset (const FcCharSet *a, const FcCharSet *b);
 

DESCRIPTION

Returns whether a is a subset of b.


 

Index

NAME
SYNOPSIS
DESCRIPTION