Add fc-match program to demonstrate font matching from the command line

This commit is contained in:
Keith Packard 2003-06-09 18:49:19 +00:00
parent 947afeb566
commit 440e705485
3 changed files with 7 additions and 1 deletions

View File

@ -21,7 +21,7 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
SUBDIRS=fontconfig fc-lang fc-glyphname src fc-cache fc-list doc test
SUBDIRS=fontconfig fc-lang fc-glyphname src fc-cache fc-list fc-match doc test
EXTRA_DIST = \
fontconfig.pc.in \

View File

@ -362,6 +362,7 @@ src/Makefile
src/fontconfig.def
fc-cache/Makefile
fc-list/Makefile
fc-match/Makefile
doc/Makefile
doc/version.sgml
test/Makefile

5
fc-match/.cvsignore Normal file
View File

@ -0,0 +1,5 @@
.deps
.libs
Makefile
Makefile.in
fc-match