fontmod.h
上传用户:lctgjx
上传日期:2022-06-04
资源大小:8887k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /* $XFree86: xc/lib/font/include/fontmod.h,v 1.2 1998/07/25 06:57:09 dawes Exp $ */
  2. #ifndef _FONTMOD_H_
  3. #define _FONTMOD_H_
  4. typedef void (*InitFont)(void);
  5. typedef struct {
  6.     InitFont initFunc;
  7.     char * name;
  8.     pointer module;
  9. } FontModule;
  10. extern FontModule *FontModuleList;
  11. #endif /* _FONTMOD_H_ */