|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
FcPatternGet-Type(3) FcPatternGet-Type(3)
NAME
FcPatternGetInteger, FcPatternGetDouble, FcPatternGetString, FcPat-
ternGetMatrix, FcPatternGetCharSet, FcPatternGetBool - Return a typed
value from a pattern
SYNOPSIS
#include <fontconfig.h>
FcResult FcPatternGetInteger (FcPattern *p, const char *object, intn,
int *i);
FcResult FcPatternGetDouble (FcPattern *p, const char *object, intn,
double *d);
FcResult FcPatternGetString (FcPattern *p, const char *object, intn,
char **consts);
FcResult FcPatternGetMatrix (FcPattern *p, const char *object, intn,
FcMatrix **s);
FcResult FcPatternGetCharSet (FcPattern *p, const char *object, intn,
FcCharSet **c);
FcResult FcPatternGetBool (FcPattern *p, const char *object, intn,
FcBool *b);
DESCRIPTION
These are convenience functions that call FcPatternGet and verify that
the returned data is of the expected type. They return FcResultTypeMis-
match if this is not the case. Note that these (like FcPatternGet) do
not make a copy of any data structure referenced by the return value.
Use these in preference to FcPatternGet to provide compile-time type-
checking.
VERSION
Fontconfig version 2.4.1
16 October 2006 FcPatternGet-Type(3)
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Sat Sep 8 16:37:34 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (6161 hits) (FreeBSD 6.2)
sqlite3 man page (5596 hits) (openSUSE 10.2)
adv_cap_autoneg man page (5045 hits) (Solaris 10 11_06)
CPAN man page (4791 hits) (Suse Linux 10.1)
ssh man page (4439 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3525 hits) (Solaris 10 11_06)
signal man page (3394 hits) (Suse Linux 10.1)
netcat man page (3373 hits) (Suse Linux 10.1)
pprosetup man page (2885 hits) (Solaris 10 11_06)
startproc man page (2738 hits) (Suse Linux 10.1)
|