SymbolEditor: Difference between revisions
No edit summary |
|||
Line 11: | Line 11: | ||
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. | 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. | For more information see the Qt [http://qt-project.org/doc/qt-4.8/qpainterpath.html QPainterPath] documentation. | ||
== Manual == | == Manual == |
Revision as of 22:58, 25 May 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.
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