blob: 8d1d28a9d2350e965e1addbf4143d1fec10bbc1f [file] [log] [blame]
David Turner609e28c2002-04-19 15:13:47 +00001#
2# FreeType 2 PFR module definition
3#
4
5
Werner Lemberg7596fd32006-01-28 16:29:29 +00006# Copyright 2002, 2006 by
David Turner609e28c2002-04-19 15:13:47 +00007# David Turner, Robert Wilhelm, and Werner Lemberg.
8#
9# This file is part of the FreeType project, and may only be used, modified,
10# and distributed under the terms of the FreeType project license,
11# LICENSE.TXT. By continuing to use, modify, or distribute this file you
12# indicate that you have read the license and understand and accept it
13# fully.
14
15
Werner Lemberg59939242006-01-31 20:17:42 +000016FTMODULE_H_COMMANDS += PFR_DRIVER
Werner Lemberg7596fd32006-01-28 16:29:29 +000017
Werner Lemberg59939242006-01-31 20:17:42 +000018define PFR_DRIVER
Werner Lembergce33a312008-12-21 10:29:30 +000019$(OPEN_DRIVER) FT_Driver_ClassRec, pfr_driver_class $(CLOSE_DRIVER)
Werner Lemberg59939242006-01-31 20:17:42 +000020$(ECHO_DRIVER)pfr $(ECHO_DRIVER_DESC)PFR/TrueDoc font files with extension *.pfr$(ECHO_DRIVER_DONE)
21endef
David Turner609e28c2002-04-19 15:13:47 +000022
23# EOF