summaryrefslogtreecommitdiff
path: root/ttfparser_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ttfparser_test.go')
-rw-r--r--ttfparser_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttfparser_test.go b/ttfparser_test.go
index c856ec5..5e25eeb 100644
--- a/ttfparser_test.go
+++ b/ttfparser_test.go
@@ -51,7 +51,7 @@ func TestLoadMap(t *testing.T) {
"168: 0x0E08 chochanthai",
"169: 0x0E09 chochingthai",
}
- list, err := loadMap(GOFPDF_DIR + "/font/iso-8859-11.map")
+ list, err := loadMap(FONT_DIR + "/iso-8859-11.map")
if err == nil {
pos := 0
for j := 164; j < 170; j++ {