diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-06-04 18:30:15 +0300 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-06-04 18:30:15 +0300 |
commit | 075ef195bf5c129ea9d7006e29d035a749f8fec1 (patch) | |
tree | f8b77c601de8b9c356155080cf46c736bf4d384b /tests/fontconfig_conf_reading.tex | |
parent | 3f931d6ada8fed6bfab060f660e938efbab3c5bb (diff) | |
download | luaotfload-075ef195bf5c129ea9d7006e29d035a749f8fec1.tar.gz |
Adding a test file for fonts.conf configuration
Diffstat (limited to 'tests/fontconfig_conf_reading.tex')
-rw-r--r-- | tests/fontconfig_conf_reading.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fontconfig_conf_reading.tex b/tests/fontconfig_conf_reading.tex new file mode 100644 index 0000000..dbbbc3c --- /dev/null +++ b/tests/fontconfig_conf_reading.tex @@ -0,0 +1,6 @@ +\directlua{ +require("lualibs") +require("otfl-font-nms.lua") +texio.write_nl(table.serialize(fonts.names.read_fonts_conf("fonts.conf.test", {}))) +} +\bye |