ReactOS 0.4.15-dev-7942-gd23573b
png_text_struct Struct Reference

#include <png.h>

Collaboration diagram for png_text_struct:

Public Attributes

int compression
 
png_charp key
 
png_charp text
 
size_t text_length
 
size_t itxt_length
 
png_charp lang
 
png_charp lang_key
 

Detailed Description

Definition at line 559 of file png.h.

Member Data Documentation

◆ compression

int png_text_struct::compression

Definition at line 561 of file png.h.

◆ itxt_length

size_t png_text_struct::itxt_length

Definition at line 570 of file png.h.

◆ key

png_charp png_text_struct::key

Definition at line 566 of file png.h.

◆ lang

png_charp png_text_struct::lang

Definition at line 571 of file png.h.

◆ lang_key

png_charp png_text_struct::lang_key

Definition at line 573 of file png.h.

◆ text

png_charp png_text_struct::text

Definition at line 567 of file png.h.

◆ text_length

size_t png_text_struct::text_length

Definition at line 569 of file png.h.


The documentation for this struct was generated from the following file: