parent
ab9cc277c2
commit
607358967f
4 changed files with 0 additions and 4023 deletions
@ -1,29 +0,0 @@ |
||||
#
|
||||
# The OldApi component had not been migrated to the new design yet
|
||||
# please wait a few days for some updates. This file should be
|
||||
# completely ignored during a BUILD !!
|
||||
#
|
||||
#
|
||||
include drivers/shared/sfnt/Makefile |
||||
|
||||
OLDAPI_DIR := $(TOP_DIR)/oldapi
|
||||
|
||||
OLDAPI_INCLUDES := $(FT_IFLAG)$(SFNT_DIR) \
|
||||
$(FT_IFLAG)$(OLDAPI_DIR) \
|
||||
$(FT_IFLAG)$(TT_DIR)
|
||||
|
||||
OLDAPI_CFLAGS := $(FT_CFLAGS) $(OLDAPI_INCLUDES)
|
||||
|
||||
OLDAPI_OBJ := $(OBJ_DIR)/ttapi.$(FT_OBJ)
|
||||
|
||||
# FreeType-1.1 compatible interface
|
||||
#
|
||||
$(OLDAPI_OBJ): $(OLDAPI_DIR)/ttapi.c $(OLDAPI_DIR)/truetype.h \
|
||||
$(BASE_H) $(SFNT_H) $(TT_DRV_H)
|
||||
$(FT_CC) $(OLDAPI_CFLAGS) $< -o $@
|
||||
|
||||
# update main driver object lists
|
||||
#
|
||||
DRV_OBJS_S += $(OLDAPI_OBJ)
|
||||
DRV_OBJS_M += $(OLDAPI_OBJ)
|
||||
|
@ -1,18 +0,0 @@ |
||||
This directory is provided in order to compile a stand-alone |
||||
TrueType driver which should be backwards and binary compatible |
||||
with FreeType 1.1 |
||||
|
||||
Reason is some important design changes were introduced in FreeType |
||||
lately, in order to support several font formats transparently. |
||||
|
||||
The files are : |
||||
|
||||
"truetype.h" - a replacement for the old "freetype.h" file |
||||
that was included by client applications and |
||||
font servers of 1.1 |
||||
|
||||
"ttapi.c" - a front-end for the new TrueType driver, that |
||||
presents exactly the same interface as the one |
||||
in 1.1 |
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue