#include <kate.h>
Data Fields | |
| kate_float | halign |
| kate_float | valign |
| kate_color | text_color |
| kate_color | background_color |
| kate_color | draw_color |
| kate_space_metric | font_metric |
| kate_float | font_width |
| kate_float | font_height |
| kate_space_metric | margin_metric |
| kate_float | left_margin |
| kate_float | top_margin |
| kate_float | right_margin |
| kate_float | bottom_margin |
| unsigned int | bold:1 |
| unsigned int | italics:1 |
| unsigned int | underline:1 |
| unsigned int | strike:1 |
| unsigned int | justify:1 |
| unsigned int | wrap_mode:2 |
| kate_const char * | font |
|
|
background RGBA color of the whole region, regardless of what extent any text has |
|
|
display text in bold |
|
|
size of bottom margin |
|
|
RGBA color for drawn shapes |
|
|
name of the font to use |
|
|
vertical size of the glyphs |
|
|
whether font size are in pixels, percentage, etc |
|
|
horizontal size of the glyphs |
|
|
horizontal alignment, -1 for left, +1 for right, other values inter/extrapolate |
|
|
display text in italics |
|
|
display justified text |
|
|
size of left margin |
|
|
how to interpret margin values |
|
|
size of right margin |
|
|
display striked text |
|
|
RGBA color of the text |
|
|
size of top margin |
|
|
display underlined text |
|
|
horizontal alignment, -1 for top, +1 for bottom, other values inter/extrapolate |
|
|
how to wrap text if necessary |
1.3.9.1