summarylogtreecommitdiffstats
path: root/freetype2.sh
diff options
context:
space:
mode:
authorJan Cholasta2016-11-02 19:25:39 +0100
committerJan Cholasta2016-11-02 20:33:51 +0100
commitfcae2462f9966fab794476541d825f48c03e7bd4 (patch)
tree538934e05ed80c73bfe387cae2901a5589a81832 /freetype2.sh
downloadaur-fcae2462f9966fab794476541d825f48c03e7bd4.tar.gz
Initial commit
Diffstat (limited to 'freetype2.sh')
-rw-r--r--freetype2.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/freetype2.sh b/freetype2.sh
new file mode 100644
index 000000000000..93165d30fe7f
--- /dev/null
+++ b/freetype2.sh
@@ -0,0 +1,12 @@
+# Subpixel hinting mode can be chosen by setting the right TrueType interpreter
+# version. The available settings are:
+#
+# truetype:interpreter-version=35 # Classic mode (default in 2.6)
+# truetype:interpreter-version=38 # Infinality mode
+# truetype:interpreter-version=40 # Minimal mode (default in 2.7)
+#
+# There are more properties that can be set, separated by whitespace. Please
+# refer to the FreeType documentation for details.
+
+# Uncomment and configure below
+#export FREETYPE_PROPERTIES="truetype:interpreter-version=40"