[ot-color] More on PNGHeader fields
This commit is contained in:
parent
35fa3d3260
commit
d3ec31a57c
|
@ -198,9 +198,15 @@ struct sbix
|
||||||
|
|
||||||
struct PNGHeader
|
struct PNGHeader
|
||||||
{
|
{
|
||||||
HBUINT8 header[16];
|
HBUINT8 signature[8];
|
||||||
HBUINT32 width;
|
HBUINT8 chunkHeaderIHDR[8];
|
||||||
HBUINT32 height;
|
HBUINT32 width;
|
||||||
|
HBUINT32 height;
|
||||||
|
HBUINT8 bitDepth;
|
||||||
|
HBUINT8 colorType;
|
||||||
|
HBUINT8 compressionMethod;
|
||||||
|
HBUINT8 filterMethod;
|
||||||
|
HBUINT8 interlaceMethod;
|
||||||
};
|
};
|
||||||
|
|
||||||
inline bool get_png_extents (hb_codepoint_t glyph,
|
inline bool get_png_extents (hb_codepoint_t glyph,
|
||||||
|
|
Loading…
Reference in New Issue