blob: b3f10a8d3c81781f1da0701611664238d9f59450 [file] [log] [blame]
Werner Lemberg347a7142002-05-15 06:16:57 +00001#
2# FreeType 2 Type42 module definition
3#
4
5
Werner Lembergf6a25502006-01-28 10:38:15 +00006# Copyright 2002, 2006 by
Werner Lemberg347a7142002-05-15 06:16:57 +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 += TYPE42_DRIVER
Werner Lemberg7596fd32006-01-28 16:29:29 +000017
Werner Lemberg59939242006-01-31 20:17:42 +000018define TYPE42_DRIVER
Werner Lembergce33a312008-12-21 10:29:30 +000019$(OPEN_DRIVER) FT_Driver_ClassRec, t42_driver_class $(CLOSE_DRIVER)
Werner Lemberg59939242006-01-31 20:17:42 +000020$(ECHO_DRIVER)type42 $(ECHO_DRIVER_DESC)Type 42 font files with no known extension$(ECHO_DRIVER_DONE)
21endef
Werner Lemberg347a7142002-05-15 06:16:57 +000022
23# EOF