Windows PowerShell command on Get-command FcPatternAdd
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man FcPatternAdd

Introduction to Library Functions FcPatternAdd(3)

NAME

FcPatternAdd - Add a value to a pattern

SYNOPSIS

cc [ flag... ] file... -lfontconfig [ library... ]

#include

FcBool FcPatternAdd(FcPattern *p);

(const char *object); (FcValue value); (FcBool append);

DESCRIPTION

Adds a single value to the list of values associated with the property named `object. If `append is FcTrue, the value is added at the end of any existing list, otherwise it is inserted at the begining. `value' is saved (with FcValueSave) when inserted into the pattern so that the

library retains no reference to any application-supplied

data structure. VERSION Fontconfig version 2.8.0

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Availability | system/library/fontconfig |

|_____________________________|_____________________________|

| Interface Stability | Volatile |

|_____________________________|_____________________________|

| MT-Level | Unknown |

|_____________________________|_____________________________|

SunOS 5.10 Last change: 18 November 2009 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™