Index of Section 3 Manual Pages

Interix / SUAFcPatternAdd-Type.3Interix / SUA

FcPatternAdd-Type(3)                         FcPatternAdd-Type(3)



NAME
       FcPatternAddInteger,     FcPatternAddDouble,     FcPatter-
       nAddString,    FcPatternAddMatrix,    FcPatternAddCharSet,
       FcPatternAddBool - Add a typed value to a pattern

SYNOPSIS
       #include 

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

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

       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,
       FcBool b);


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

VERSION
       Fontconfig version 2.4.2



                         02 December 2006    FcPatternAdd-Type(3)

Interix / SUAHosted at SUA Community for Interix, SUA and SFUInterix / SUA