Inkscape
Vector Graphics Editor
|
#include <style-internal.h>
Public Attributes | |
float | phase_length |
bool | tspan_line_start |
bool | tspan_line_end |
float | tspan_width |
float | ascender |
float | descender |
float | underline_thickness |
float | underline_position |
float | line_through_thickness |
float | line_through_position |
Definition at line 1185 of file style-internal.h.
float SPITextDecorationData::ascender |
Definition at line 1190 of file style-internal.h.
Referenced by Inkscape::NRStyleData::NRStyleData().
float SPITextDecorationData::descender |
Definition at line 1191 of file style-internal.h.
Referenced by Inkscape::NRStyleData::NRStyleData().
float SPITextDecorationData::line_through_position |
Definition at line 1195 of file style-internal.h.
Referenced by Inkscape::NRStyleData::NRStyleData().
float SPITextDecorationData::line_through_thickness |
Definition at line 1194 of file style-internal.h.
Referenced by Inkscape::NRStyleData::NRStyleData().
float SPITextDecorationData::phase_length |
Definition at line 1186 of file style-internal.h.
Referenced by Inkscape::NRStyleData::NRStyleData().
bool SPITextDecorationData::tspan_line_end |
Definition at line 1188 of file style-internal.h.
Referenced by Inkscape::NRStyleData::NRStyleData().
bool SPITextDecorationData::tspan_line_start |
Definition at line 1187 of file style-internal.h.
Referenced by Inkscape::NRStyleData::NRStyleData().
float SPITextDecorationData::tspan_width |
Definition at line 1189 of file style-internal.h.
Referenced by Inkscape::NRStyleData::NRStyleData(), and Inkscape::Text::Layout::show().
float SPITextDecorationData::underline_position |
Definition at line 1193 of file style-internal.h.
Referenced by Inkscape::NRStyleData::NRStyleData().
float SPITextDecorationData::underline_thickness |
Definition at line 1192 of file style-internal.h.
Referenced by Inkscape::NRStyleData::NRStyleData().