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

视频捕捉/采集

开发平台:

Visual C++

  1. #ifndef GDFONTT_H
  2. #define GDFONTT_H 1
  3. /* gdfontt.h: brings in the tinyest of the provided fonts.
  4. Also link with gdfontt.c. */
  5. #include "gd.h"
  6. /* 5x8  font derived from a public domain font in the X
  7.         distribution. Contains the 127 standard ascii characters. */
  8. extern gdFontPtr gdFontTiny;
  9. #endif