Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::Text::Layout::OptionalTextTagAttrs Struct Reference

The optional attributes which can be applied to a SVG text or related tag. More...

#include <Layout-TNG.h>

Public Attributes

std::vector< SVGLengthx
 
std::vector< SVGLengthy
 
std::vector< SVGLengthdx
 
std::vector< SVGLengthdy
 
std::vector< SVGLengthrotate
 
SVGLength textLength
 
LengthAdjust lengthAdjust
 

Detailed Description

The optional attributes which can be applied to a SVG text or related tag.

See appendText(). See SVG1.1 section 10.4 for the definitions of all these members. See sp_svg_length_list_read() for the standard way to make these vectors. It is the responsibility of the caller to deal with the inheritance of these values using its knowledge of the parse tree.

Definition at line 184 of file Layout-TNG.h.

Member Data Documentation

◆ dx

◆ dy

◆ lengthAdjust

◆ rotate

◆ textLength

◆ x

◆ y


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