libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_markup Struct Reference

#include <sf3_text.h>

Data Fields

uint64_t start
 
uint64_t end
 
uint8_t option_type
 

Detailed Description

Generic markup option. See the option_type for the specific kind of option this block might be describing.

Definition at line 37 of file sf3_text.h.

Field Documentation

◆ end

uint64_t sf3_markup::end

The ending index of the markup before which the markup should apply.

Definition at line 43 of file sf3_text.h.

◆ option_type

uint8_t sf3_markup::option_type

The identifier of the specific type of markup that this is. See the sf3_markup_option_type enumeration.

Definition at line 46 of file sf3_text.h.

◆ start

uint64_t sf3_markup::start

The starting index of the markup after and including which the markup should apply.

Definition at line 40 of file sf3_text.h.


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