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

视频捕捉/采集

开发平台:

Visual C++

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