Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
png_text_struct Struct Reference

#include <png.h>

Public Attributes

int compression
 
png_charp key
 
png_charp text
 
png_size_t text_length
 

Detailed Description

Definition at line 497 of file png.h.

Member Data Documentation

◆ compression

int png_text_struct::compression

Definition at line 499 of file png.h.

◆ key

png_charp png_text_struct::key

Definition at line 504 of file png.h.

◆ text

png_charp png_text_struct::text

Definition at line 505 of file png.h.

◆ text_length

png_size_t png_text_struct::text_length

Definition at line 507 of file png.h.


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