www.LinuxHowtos.org





FcPatternEqual

Section: (3)
Updated: 05 8月 2016
Index Return to Main Contents
 

NAME

FcPatternEqual - Compare patterns  

SYNOPSIS

#include <fontconfig/fontconfig.h>

FcBool FcPatternEqual (const FcPattern *pa, const FcPattern *pb);
 

DESCRIPTION

Returns whether pa and pb are exactly alike.


 

Index

NAME
SYNOPSIS
DESCRIPTION