libsf3
|
#include <sf3_text.h>
Data Fields | |
struct sf3_identifier | identifier |
uint64_t | markup_size |
The size of the markup options in bytes. | |
uint32_t | markup_count |
The number of markup options stored. | |
struct sf3_markup | markup [] |
The markup options. | |
struct sf3_identifier sf3_text::identifier |
Definition at line 100 of file sf3_text.h.
struct sf3_markup sf3_text::markup[] |
The markup options.
Definition at line 106 of file sf3_text.h.
uint32_t sf3_text::markup_count |
The number of markup options stored.
Definition at line 104 of file sf3_text.h.
uint64_t sf3_text::markup_size |
The size of the markup options in bytes.
Definition at line 102 of file sf3_text.h.