centos man page for fcpatternadd-type

Query: fcpatternadd-type

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
FcPatternAddInteger, FcPatternAddDouble, FcPatternAddString, FcPatternAddMatrix, FcPatternAddCharSet, FcPatternAddBool, FcPatternAddFTFace, FcPatternAddLangSet - Add a typed value to a pattern
SYNOPSIS
#include <fontconfig/fontconfig.h> 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 FcChar8 *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); FcBool FcPatternAddFTFace (FcPattern *p, const char *object, const FT_Facef); FcBool FcPatternAddLangSet (FcPattern *p, const char *object, const FcLangSet *l);
DESCRIPTION
These are all convenience functions that insert objects of the specified 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.10.95 31 8 2013 FcPatternAdd-Type(3)
Related Man Pages
fcfontmatch(3) - opensolaris
fcfontsetsort(3) - opensolaris
fcfontsort(3) - opensolaris
fcpatternget-type(3) - debian
fcpatternbuild(3) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
Docker learning Phase-I
Shopt -s histappend
Please Welcome Dave Munro to the Moderator Team!