splashglyphbitmap.h

来自「swf文件查看工具,能够看flash文件的格式」· C头文件 代码 · 共 27 行

H
27
字号
//========================================================================//// SplashGlyphBitmap.h////========================================================================#ifndef SPLASHGLYPHBITMAP_H#define SPLASHGLYPHBITMAP_H#include <aconf.h>#include "gtypes.h"//------------------------------------------------------------------------// SplashGlyphBitmap//------------------------------------------------------------------------struct SplashGlyphBitmap {  int x, y, w, h;		// offset and size of glyph  GBool aa;			// anti-aliased: true means 8-bit alpha				//   bitmap; false means 1-bit  Guchar *data;			// bitmap data  GBool freeData;		// true if data memory should be freed};#endif

⌨️ 快捷键说明

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