logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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