📄 internal.h
字号:
/***************************************************************************//* *//* internal.h *//* *//* Internal header files (specification only). *//* *//* Copyright 1996-2000 by *//* David Turner, Robert Wilhelm, and Werner Lemberg. *//* *//* This file is part of the FreeType project, and may only be used, *//* modified, and distributed under the terms of the FreeType project *//* license, LICENSE.TXT. By continuing to use, modify, or distribute *//* this file you indicate that you have read the license and *//* understand and accept it fully. *//* *//***************************************************************************/ /*************************************************************************/ /* */ /* This file is automatically included by `ftbuild.h'. */ /* Do not include it manually! */ /* */ /*************************************************************************/ /* don't add spaces around the argument of FT_INTERNAL_FILE! */#define FT_INTERNAL_OBJECTS_H FT_INTERNAL_FILE(ftobjs.h)#define FT_INTERNAL_STREAM_H FT_INTERNAL_FILE(ftstream.h)#define FT_INTERNAL_MEMORY_H FT_INTERNAL_FILE(ftmemory.h)#define FT_INTERNAL_EXTENSION_H FT_INTERNAL_FILE(ftextend.h)#define FT_INTERNAL_DEBUG_H FT_INTERNAL_FILE(ftdebug.h)#define FT_INTERNAL_CALC_H FT_INTERNAL_FILE(ftcalc.h)#define FT_INTERNAL_DRIVER_H FT_INTERNAL_FILE(ftdriver.h)#define FT_INTERNAL_SFNT_H FT_INTERNAL_FILE(sfnt.h)#define FT_INTERNAL_TRUETYPE_TYPES_H FT_INTERNAL_FILE(tttypes.h)#define FT_INTERNAL_TRUETYPE_ERRORS_H FT_INTERNAL_FILE(tterrors.h)#define FT_INTERNAL_TYPE1_ERRORS_H FT_INTERNAL_FILE(t1errors.h)#define FT_INTERNAL_TYPE1_TYPES_H FT_INTERNAL_FILE(t1types.h)#define FT_INTERNAL_CFF_ERRORS_H FT_INTERNAL_FILE(t2errors.h)#define FT_INTERNAL_CFF_TYPES_H FT_INTERNAL_FILE(t2types.h)#define FT_INTERNAL_POSTSCRIPT_NAMES_H FT_INTERNAL_FILE(psnames.h)#define FT_INTERNAL_POSTSCRIPT_AUX_H FT_INTERNAL_FILE(psaux.h)#define FT_INTERNAL_AUTOHINT_H FT_INTERNAL_FILE(autohint.h)#define FT_INTERNAL_FNT_TYPES_H FT_INTERNAL_FILE(fnttypes.h)/* END */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -