]> git.wh0rd.org - fontconfig.git/commit - src/fclang.c
Implement new semantics for Contains and LISTING:
authorKeith Packard <keithp@keithp.com>
Sun, 20 Jul 2003 16:06:18 +0000 (16:06 +0000)
committerKeith Packard <keithp@keithp.com>
Sun, 20 Jul 2003 16:06:18 +0000 (16:06 +0000)
commit74a623e02efc23a39fb35e8d338858877b8f89e7
tree874806142bcaf5a7eaa3a0ccc0d83a1b799a7acc
parent26da2bb42f91360ecdee9006ff0f8a7ef0609a59
Implement new semantics for Contains and LISTING:
LISTING requires that the font Contain all of the pattern values, where
    Contain is redefined for strings to mean precise matching (so that
    Courier 10 Pitch doesn't list Courier fonts)
"Contains" for lang means both langs have the same language and either the
    same country or one is missing the country
src/fccfg.c
src/fcdbg.c
src/fcint.h
src/fclang.c
src/fclist.c
src/fcxml.c