FcNameGetConstant(3)FcNameGetConstant(3)NAME
FcNameGetConstant - Lookup symbolic constant
SYNOPSIS
#include <fontconfig.h>
const FcConstant * FcNameGetConstant (FcChar8 *string);
DESCRIPTION
Return the FcConstant structure related to symbolic constant string.
VERSION
Fontconfig version 2.9.0
16 April 2012 FcNameGetConstant(3)
Check Out this Related Man Page
libfontconfig(3lib)libfontconfig(3lib)NAME
libfontconfig - font configuration API
SYNOPSIS
Use pkg-config fontconfig to determine compiler and linker flags.
DESCRIPTION
Fontconfig is a library for configuring and customizing font access. Information about fontconfig and open source releases may be found at
http://www.fontconfig.org/
INTERFACES
The shared object libfontconfig.so.1 provides the public interfaces defined below. See the man page for each function for additional
information.
FcAtomicCreate FcFreeTypeQuery
FcAtomicDeleteNew FcGetVersion
FcAtomicDestroy FcInit
FcAtomicLock FcInitBringUptoDate
FcAtomicNewFile FcInitLoadConfig
FcAtomicOrigFile FcInitLoadConfigAndFonts
FcAtomicReplaceOrig FcInitReinitialize
FcAtomicUnlock FcMatrixCopy
FcBlanksAdd FcMatrixEqual
FcBlanksCreate FcMatrixInit
FcBlanksDestroy FcMatrixMultiply
FcBlanksIsMember FcMatrixRotate
FcCharSetAddChar FcMatrixScale
FcCharSetCopy FcMatrixShear
FcCharSetCount FcNameConstant
FcCharSetCreate FcNameGetConstant
FcCharSetDestroy FcNameGetObjectType
FcCharSetEqual FcNameParse
FcCharSetFirstPage FcNameRegisterConstants
FcCharSetHasChar FcNameRegisterObjectTypes
FcCharSetIntersect FcNameUnparse
FcCharSetIntersectCount FcNameUnregisterConstants
FcCharSetIsSubset FcNameUnregisterObjectTypes
FcCharSetNextPage FcObjectSetAdd
FcCharSetSubtract FcObjectSetBuild
FcCharSetSubtractCount FcObjectSetCreate
FcCharSetUnion FcObjectSetDestroy
FcConfigAppFontAddDir FcPatternAdd-Type
FcConfigAppFontAddFile FcPatternAdd
FcConfigAppFontClear FcPatternAddWeak
FcConfigBuildFonts FcPatternBuild
FcConfigCreate FcPatternCreate
FcConfigDestroy FcPatternDel
FcConfigFilename FcPatternDestroy
FcConfigGetBlanks FcPatternEqual
FcConfigGetCache FcPatternEqualSubset
FcConfigGetConfigDirs FcPatternGet-Type
FcConfigGetConfigFiles FcPatternGet
FcConfigGetCurrent FcPatternHash
FcConfigGetFontDirs FcPatternPrint
FcConfigGetFonts FcStrBasename
FcConfigGetRescanInverval FcStrCmpIgnoreCase
FcConfigParseAndLoad FcStrCopy
FcConfigSetCurrent FcStrCopyFilename
FcConfigSetRescanInverval FcStrDirname
FcConfigSubstitute FcStrListCreate
FcConfigSubstituteWithPat FcStrListDone
FcConfigUptoDate FcStrListNext
FcDefaultSubstitute FcStrSetAdd
FcDirCacheValid FcStrSetAddFilename
FcDirSave FcStrSetCreate
FcDirScan FcStrSetDel
FcFileScan FcStrSetDestroy
FcFontList FcStrSetMember
FcFontMatch FcUcs4ToUtf8
FcFontRenderPrepare FcUtf16Len
FcFontSetAdd FcUtf16ToUcs4
FcFontSetCreate FcUtf8Len
FcFontSetDestroy FcUtf8ToUcs4
FcFontSort FcValueDestroy
FcFreeTypeCharIndex FcValueSave
FcFreeTypeCharSet
FILES
/usr/lib/libfontconfig.so.1
shared object
/usr/lib/64/libfontconfig.so.1
64-bit shared object
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Availability | SUNWfontconfig |
+--------------------+-----------------+
|Interface Stability | External |
+--------------------+-----------------+
SEE ALSO pkg-config(1), fc-cache(1), fc-list(1), fonts.conf(4)LICENSE
$Id: COPYING,v 1.3 2003/04/04 20:17:40 keithp Exp $
Copyright (C) 2001,2003 Keith Packard
Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup-
porting documentation, and that the name of Keith Packard not be used in advertising or publicity pertaining to distribution of the soft-
ware without specific, written prior permission. Keith Packard makes no representations about the suitability of this software for any
purpose. It is provided "as is" without express or implied warranty.
KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.
4 Nov 2004 libfontconfig(3lib)