Windows PowerShell command on Get-command FcCharSetMerge
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man FcCharSetMerge

Introduction to Library Functions FcCharSetMerge(3)

NAME

FcCharSetMerge - Merge charsets

SYNOPSIS

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

#include

FcBool FcCharSetMerge(FcCharSet *a);

(const FcCharSet *b); (FcBool *changed);

DESCRIPTION

Adds all chars in b to a. In other words, this is an in-

place version of FcCharSetUnion. If changed is not NULL, then it returns whether any new chars from b were added to a. Returns FcFalse on failure, either when a is a constant set or from running out of memory. 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 ™