?? ftxerr18.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 FT_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 + -