Skip to content

Commit

Permalink
Enable modules needed for vertical text support.
Browse files Browse the repository at this point in the history
Fixes Ren'Py kivy#126.
  • Loading branch information
renpytom committed Oct 6, 2013
1 parent a00882b commit 951104b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jni/freetype/modules.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RASTER_MODULES += smooth
AUX_MODULES += cache

# TrueType GX/AAT table validation. Needs ftgxval.c below.
# AUX_MODULES += gxvalid
AUX_MODULES += gxvalid

# Support for streams compressed with gzip (files with suffix .gz).
#
Expand All @@ -124,7 +124,7 @@ AUX_MODULES += lzw

# OpenType table validation. Needs ftotval.c below.
#
# AUX_MODULES += otvalid
AUX_MODULES += otvalid

# Auxiliary PostScript driver component to share common code.
#
Expand Down

0 comments on commit 951104b

Please sign in to comment.