SymbolEditor: Difference between revisions
No edit summary |
m (fix links) |
||
Line 21: | Line 21: | ||
<!--T:7--> | <!--T:7--> | ||
A user manual is available [http://docs.kde.org/development/en/ | A user manual is available [http://docs.kde.org/development/en/extragear-graphics/SymbolEditor/index.html here]. | ||
== Screenshots == <!--T:8--> | == Screenshots == <!--T:8--> | ||
Line 36: | Line 36: | ||
<!--T:12--> | <!--T:12--> | ||
Source code is available [http://projects.kde.org/projects/ | Source code is available [http://projects.kde.org/projects/extragear/graphics/symboleditor/repository here] | ||
<!--T:13--> | <!--T:13--> | ||
[[Category:Graphics]] | [[Category:Graphics]] | ||
</translate> | </translate> |
Revision as of 10:13, 4 July 2014
QPainterPath symbol library creator |
Introduction
SymbolEditor is a program that can create libraries of QPainterPath objects with hints on how to render them. It was originally designed to create symbol libraries for the KXStitch application, but other applications using similar functionality could also make use of them. For information on the file format see this page.
There are a number of tools to aid the designing of symbols, including lines, bezier curves, rectangle and ellipse. Text characters can be selected from any font and the symbols can be mirrored or rotated. Symbols can be filled or unfilled, the line end type and joining style can be changed and the line thickness can be varied.
For more information see the Qt QPainterPath documentation.
Manual
A user manual is available here.
Screenshots
Download
RPMs are available for OpenSuSE, Fedora and CentOS on the OpenSuSE Build Service
Source code is available here