www.LinuxHowtos.org





FcLangSetCopy

Section: (3)
Updated: 05 8月 2016
Index Return to Main Contents
 

NAME

FcLangSetCopy - copy a langset object  

SYNOPSIS

#include <fontconfig/fontconfig.h>

FcLangSet * FcLangSetCopy (const FcLangSet *ls);
 

DESCRIPTION

FcLangSetCopy creates a new FcLangSet object and populates it with the contents of ls.


 

Index

NAME
SYNOPSIS
DESCRIPTION