fontmod.h
资源名称:X264CODEC.rar [点击查看]
上传用户:lctgjx
上传日期:2022-06-04
资源大小:8887k
文件大小:0k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- /* $XFree86: xc/lib/font/include/fontmod.h,v 1.2 1998/07/25 06:57:09 dawes Exp $ */
- #ifndef _FONTMOD_H_
- #define _FONTMOD_H_
- typedef void (*InitFont)(void);
- typedef struct {
- InitFont initFunc;
- char * name;
- pointer module;
- } FontModule;
- extern FontModule *FontModuleList;
- #endif /* _FONTMOD_H_ */