DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

FcPatternAddInteger(3)





NAME

       FcPatternAddInteger,  FcPatternAddDouble, FcPatternAddString, FcPatter-
       nAddMatrix, FcPatternAddCharSet, FcPatternAddBool - Add a  typed  value
       to a pattern


SYNOPSIS

       #include <fontconfig.h>

       FcBool FcPatternAddInteger (FcPattern *p, const char *object, inti);

       FcBool FcPatternAddDouble (FcPattern *p, const char *object, doubled);

       FcBool FcPatternAddString (FcPattern *p, const char *object, const char
       *s);

       FcBool FcPatternAddMatrix (FcPattern  *p,  const  char  *object,  const
       FcMatrix *m);

       FcBool  FcPatternAddCharSet  (FcPattern  *p,  const char *object, const
       FcCharSet *c);

       FcBool FcPatternAddBool (FcPattern *p, const char *object, FcBoolb);


DESCRIPTION

       These are all convenience functions that insert objects of  the  speci-
       fied type into the pattern.  Use these in preference to FcPatternAdd as
       they will provide compile-time typechecking.  These all  append  values
       to any existing list of values.


VERSION

       Fontconfig version 2.2.0

                                 21 April 2003            FcPatternAdd-Type(3)

Man(1) output converted with man2html