FcObjectSetBuild

Section: (3)
Updated: 06 April 2020
Index Return to Main Contents

 

NAME

FcObjectSetBuild, FcObjectSetVaBuild, FcObjectSetVapBuild - Build object set from args  

SYNOPSIS

#include <fontconfig/fontconfig.h>

FcObjectSet * FcObjectSetBuild (const char *first, ...);

FcObjectSet * FcObjectSetVaBuild (const char *first, va_list va);

void FcObjectSetVapBuild (FcObjectSet *result, const char *first, va_list va);  

DESCRIPTION

These build an object set from a null-terminated list of property names. FcObjectSetVapBuild is a macro version of FcObjectSetVaBuild which returns the result in the result variable directly.


 

Index

NAME
SYNOPSIS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:05:41 GMT, March 31, 2021