⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ftxerr18.h

📁 神龙卡开发原代码
💻 H
字号:
/****************************************************************************//*                                                                          *//*  Erwin Dieterich,  15. 10. 1997                                          *//*                  - 15. 08. 1999                                          *//*                                                                          *//*  TT_ErrToString: translate error codes to character strings              *//*                                                                          *//*  This extension provides internationalized error strings from the        *//*  various error messages. It uses the "gettext" package where available   *//*  or returns english/american message strings if not.                     *//*                                                                          *//*  If you do not want to use it, or if you encounter some problems         *//*  compiling this file, try to disable nls support by configuring          *//*  FreeType with ./configure --disable-nls                                 *//*                                                                          *//*                                                                          *//****************************************************************************/#ifndef FTXERR18_H#define FTXERR18_H#include "freetype.h"#ifdef __cplusplus  extern "C" {#endif  EXPORT_DEF  TT_String*  TT_ErrToString18( TT_Error  i );#ifdef __cplusplus  }#endif#endif /* FTXERR18_H *//* END */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -