Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
path-chemistry.h File Reference

Go to the source code of this file.

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::XML
 @Inkscape XML tree.
 

Typedefs

typedef unsigned int guint32
 

Functions

void Inkscape::convert_text_to_curves (SPDocument *)
 Convert all text in the document to path, in-place.
 
void Inkscape::copy_object_properties (XML::Node *dest, XML::Node const *src)
 Copy generic object properties, like:
 
Inkscape::XML::Nodesp_selected_item_to_curved_repr (SPItem *item, guint32 text_grouping_policy)
 
bool sp_item_list_to_curves (const std::vector< SPItem * > &items, std::vector< SPItem * > &selected, std::vector< Inkscape::XML::Node * > &to_select, bool skip_all_lpeitems=false)
 

Typedef Documentation

◆ guint32

typedef unsigned int guint32

Definition at line 34 of file path-chemistry.h.

Function Documentation

◆ sp_item_list_to_curves()

◆ sp_selected_item_to_curved_repr()