diff options
author | Josh Triplett <josh@speakeasy.net> | 2005-05-27 05:17:52 +0000 |
---|---|---|
committer | Josh Triplett <josh@speakeasy.net> | 2005-05-27 05:17:52 +0000 |
commit | fd884a4dbe3f1be8919426da3ebd177fa474a59e (patch) | |
tree | 44a46adf816d04ac19f57b641bee1c2199e3947b /include | |
parent | 73c3c1850bc5ba1b0d42b2a9d4f3f5593bfbfd02 (diff) |
Add Xfont.
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/fonts/fontconf.h.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/X11/fonts/fontconf.h.in b/include/X11/fonts/fontconf.h.in new file mode 100644 index 0000000..6a08acf --- /dev/null +++ b/include/X11/fonts/fontconf.h.in @@ -0,0 +1,11 @@ +/* Define as 1 if you have fontfile support in Xfont */ +#undef XFONT_FONTFILE + +/* Define as 1 if you have builtin font support in Xfont */ +#undef XFONT_BUILTINS + +/* Define as 1 if you have FreeType support in Xfont */ +#undef XFONT_FREETYPE + +/* Define as 1 if you have X Font Services Protocol support in Xfont */ +#undef XFONT_FC |