table of contents
other versions
- wheezy 2.9.0-7.1
- jessie 2.11.0-6.3+deb8u1
- testing 2.11.0-6.7+b1
- unstable 2.11.0-6.7+b1
- experimental 2.12.1-0.1
FcStrStrIgnoreCase(3) | FcStrStrIgnoreCase(3) |
NAME¶
FcStrStrIgnoreCase - locate UTF-8 substring ignoring ASCII caseSYNOPSIS¶
#include <fontconfig.h>DESCRIPTION¶
Returns the location of s2 in s1, ignoring case. Returns NULL if s2 is not present in s1. This test is case-insensitive for all proper UTF-8 encoded strings.VERSION¶
Fontconfig version 2.9.016 April 2012 |