提交 d3ec31a5 编写于 作者: E Ebrahim Byagowi 提交者: Behdad Esfahbod

[ot-color] More on PNGHeader fields

上级 35fa3d32
......@@ -198,9 +198,15 @@ struct sbix
struct PNGHeader
{
HBUINT8 header[16];
HBUINT32 width;
HBUINT32 height;
HBUINT8 signature[8];
HBUINT8 chunkHeaderIHDR[8];
HBUINT32 width;
HBUINT32 height;
HBUINT8 bitDepth;
HBUINT8 colorType;
HBUINT8 compressionMethod;
HBUINT8 filterMethod;
HBUINT8 interlaceMethod;
};
inline bool get_png_extents (hb_codepoint_t glyph,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册