1FcStrStr(3)                                                        FcStrStr(3)
2
3
4

NAME

6       FcStrStr - locate UTF-8 substring
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcChar8 * FcStrStr (const FcChar8 *s1, const FcChar8 *s2);
12

DESCRIPTION

14       Returns  the location of s2 in s1. Returns NULL if s2 is not present in
15       s1. This test will operate properly with UTF8 encoded strings.
16
17
18
19Fontconfig 2.13.1                 30 8月 2018                      FcStrStr(3)
Impressum