Add fc-match program to demonstrate font matching from the command line
This commit is contained in:
parent
947afeb566
commit
440e705485
|
@ -21,7 +21,7 @@
|
||||||
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# 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 = \
|
EXTRA_DIST = \
|
||||||
fontconfig.pc.in \
|
fontconfig.pc.in \
|
||||||
|
|
|
@ -362,6 +362,7 @@ src/Makefile
|
||||||
src/fontconfig.def
|
src/fontconfig.def
|
||||||
fc-cache/Makefile
|
fc-cache/Makefile
|
||||||
fc-list/Makefile
|
fc-list/Makefile
|
||||||
|
fc-match/Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/version.sgml
|
doc/version.sgml
|
||||||
test/Makefile
|
test/Makefile
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
fc-match
|
Loading…
Reference in New Issue