gdfontl.h
上传用户:qdrechuli
上传日期:2022-08-01
资源大小:917k
文件大小:0k
源码类别:

视频捕捉/采集

开发平台:

Visual C++

  1. #ifndef GDFONTL_H
  2. #define GDFONTL_H 1
  3. /* gdfontl.h: brings in the larger of the two provided fonts.
  4. Also link with gdfontl.c. */
  5. #include "gd.h"
  6. /* 8x16 font derived from a public domain font in the X
  7.         distribution. Only contains the 96 standard ascii characters,
  8.         sorry. Feel free to improve on this. */
  9. extern gdFontPtr gdFontLarge;
  10. #endif