logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcStrDowncase - create a lower case translation of a string

Description

Allocates memory, copies s, converting upper case letters to lower case and returns the allocated buffer. Fontconfig 2.15.0 04 July 2025 FcStrDowncase(3)

Name

FcStrDowncase - create a lower case translation of a string

Synopsis

#include<fontconfig/fontconfig.h>FcChar8*FcStrDowncase(constFcChar8*s);

See Also