www.LinuxHowtos.org





FcCharSetCopy

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

NAME

FcCharSetCopy - Copy a charset  

SYNOPSIS

#include <fontconfig/fontconfig.h>

FcCharSet * FcCharSetCopy (FcCharSet *src);
 

DESCRIPTION

Makes a copy of src; note that this may not actually do anything more than increment the reference count on src.


 

Index

NAME
SYNOPSIS
DESCRIPTION