blob: 0474e37b69cba063d2465c0c12fa2a07f24d15bf [file] [log] [blame]
Werner Lemberg47a5f412000-10-17 03:38:43 +00001#
Werner Lemberge4b32a52000-10-31 20:42:18 +00002# FreeType 2 CFF module definition
Werner Lemberg47a5f412000-10-17 03:38:43 +00003#
4
5
Werner Lemberg7596fd32006-01-28 16:29:29 +00006# Copyright 1996-2000, 2006 by
Werner Lemberg47a5f412000-10-17 03:38:43 +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 += CFF_DRIVER
Werner Lemberg7596fd32006-01-28 16:29:29 +000017
Werner Lemberg59939242006-01-31 20:17:42 +000018define CFF_DRIVER
19$(OPEN_DRIVER)cff_driver_class$(CLOSE_DRIVER)
20$(ECHO_DRIVER)cff $(ECHO_DRIVER_DESC)OpenType fonts with extension *.otf$(ECHO_DRIVER_DONE)
21endef
David Turner4f99c3c2000-05-29 20:55:13 +000022
23# EOF