⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gdttf.h

📁 php-4.4.7学习linux时下载的源代码
💻 H
字号:
/* $Id: gdttf.h,v 1.3 2000/02/26 03:20:50 zeev Exp $ */#ifdef _OSD_POSIX#ifndef APACHE#error On this EBCDIC platform, PHP is only supported as an Apache module.#else /*APACHE*/#ifndef CHARSET_EBCDIC#define CHARSET_EBCDIC /* this machine uses EBCDIC, not ASCII! */#endif#include "ebcdic.h"#endif /*APACHE*/#endif /*_OSD_POSIX*/char * gdttf(gdImage *im, int *brect, int fg, char *fontname,    double ptsize, double angle, int x, int y, char *str);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -