#include <kate.h>
Data Fields | |
unsigned char | bitstream_version_major |
unsigned char | bitstream_version_minor |
kate_text_encoding | text_encoding |
kate_text_directionality | text_directionality |
unsigned char | num_headers |
unsigned char | granule_shift |
kate_uint32_t | gps_numerator |
kate_uint32_t | gps_denominator |
kate_const char * | language |
kate_const char * | category |
size_t | nregions |
kate_const kate_region *kate_const * | regions |
size_t | nstyles |
kate_const kate_style *kate_const * | styles |
size_t | ncurves |
kate_const kate_curve *kate_const * | curves |
size_t | nmotions |
kate_const kate_motion *kate_const * | motions |
size_t | npalettes |
kate_const kate_palette *kate_const * | palettes |
size_t | nbitmaps |
kate_const kate_bitmap *kate_const * | bitmaps |
size_t | nfont_ranges |
kate_const kate_font_range *kate_const * | font_ranges |
size_t | nfont_mappings |
kate_const kate_font_mapping *kate_const * | font_mappings |
kate_markup_type | text_markup_type |
size_t | original_canvas_width |
size_t | original_canvas_height |
|
the list of predefined bitmaps |
|
the version of the bitstream being read or written |
|
the version of the bitstream being read or written |
|
freeform for now, 15 characters + terminating zero max |
|
the list of predefined curves |
|
the list of predefined font mappings |
|
the list of predefined font ranges |
|
granules per second denominator |
|
granules per second numerator |
|
how many low granpos bits are used for the offset |
|
based on RFC 3066, 15 character + terminating zero max |
|
the list of predefined motions |
|
the number of predefined bitmaps |
|
the number of predefined curves |
|
the number of predefined font mappings |
|
the number of predefined font ranges |
|
the number of predefined motions |
|
the number of predefined palettes |
|
the number of predefined regions |
|
the number of predefined styles |
|
number of header packets in the bitstream |
|
height of the canvas this stream was authored for |
|
width of the canvas this stream was authored for |
|
the list of predefined palettes |
|
the list of predefined regions |
|
the list of predefined styles |
|
the default text directionality (left to right, etc) |
|
the default text encoding (utf-8 only for now) |
|
how to interpret any markup found in the text |