Inkscape
Vector Graphics Editor
|
Classes | |
class | Layout |
Generates the layout for either wrapped or non-wrapped text and stores the result. More... | |
class | StyleAttachments |
Functions | |
bool | compareGlyphWidth (const PangoGlyphInfo &a, const PangoGlyphInfo &b) |
static Layout::Alignment | text_anchor_to_alignment (unsigned anchor, Layout::Direction para_direction) |
char * | smuggle_adxkyrtl_in (const char *string, int ndx, float *adx, float ky, float rtl) |
static char const * | direction_to_text (Layout::Direction d) |
static char const * | style_to_text (PangoStyle s) |
static std::string | weight_to_text (PangoWeight w) |
bool Inkscape::Text::compareGlyphWidth | ( | const PangoGlyphInfo & | a, |
const PangoGlyphInfo & | b | ||
) |
Definition at line 1445 of file Layout-TNG-Compute.cpp.
|
static |
Definition at line 535 of file Layout-TNG-Output.cpp.
References Inkscape::Text::Layout::BOTTOM_TO_TOP, Inkscape::Text::Layout::LEFT_TO_RIGHT, Inkscape::Text::Layout::RIGHT_TO_LEFT, and Inkscape::Text::Layout::TOP_TO_BOTTOM.
Referenced by Inkscape::Text::Layout::dumpAsText().
char * Inkscape::Text::smuggle_adxkyrtl_in | ( | const char * | string, |
int | ndx, | ||
float * | adx, | ||
float | ky, | ||
float | rtl | ||
) |
Definition at line 42 of file Layout-TNG-Output.cpp.
Referenced by Inkscape::Text::Layout::print().
|
static |
Definition at line 546 of file Layout-TNG-Output.cpp.
Referenced by Inkscape::Text::Layout::dumpAsText().
|
static |
Definition at line 157 of file Layout-TNG-Input.cpp.
References Inkscape::Text::Layout::CENTER, Inkscape::Text::Layout::LEFT, Inkscape::Text::Layout::LEFT_TO_RIGHT, Inkscape::Text::Layout::RIGHT, SP_CSS_TEXT_ANCHOR_END, SP_CSS_TEXT_ANCHOR_MIDDLE, and SP_CSS_TEXT_ANCHOR_START.
Referenced by Inkscape::Text::Layout::InputStreamTextSource::styleGetAlignment().
|
static |
Definition at line 556 of file Layout-TNG-Output.cpp.
References w.
Referenced by Inkscape::Text::Layout::dumpAsText().