SymbolEditor: Difference between revisions
m (Add the translation tags) |
(Marked this version for translation) |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | |||
{|class="tablecenter vertical-centered" style="text-align: center" | {|class="tablecenter vertical-centered" style="text-align: center" | ||
|[[Image:symboleditor.png|250px|thumb]]||'''QPainterPath symbol library creator''' | |[[Image:symboleditor.png|250px|thumb]]||'''QPainterPath symbol library creator''' | ||
|} | |} | ||
== Introduction == | == Introduction == <!--T:2--> | ||
<!--T:3--> | |||
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 [[Special:myLanguage/KXStitch|KXStitch]] application, but other applications using similar functionality could also make use of them. For information on the file format see [http://techbase.kde.org/User:Sallewell/SymbolEditor_File_Format this page]. | 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 [[Special:myLanguage/KXStitch|KXStitch]] application, but other applications using similar functionality could also make use of them. For information on the file format see [http://techbase.kde.org/User:Sallewell/SymbolEditor_File_Format this page]. | ||
<!--T:4--> | |||
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. | ||
<!--T:5--> | |||
For more information see the Qt [http://qt-project.org/doc/qt-4.8/qpainterpath.html QPainterPath] documentation. | For more information see the Qt [http://qt-project.org/doc/qt-4.8/qpainterpath.html QPainterPath] documentation. | ||
== Manual == | == Manual == <!--T:6--> | ||
<!--T:7--> | |||
A user manual is available [http://kxstitch.sourceforge.net/doxygen-SymbolEditor/html/index.html here]. | A user manual is available [http://kxstitch.sourceforge.net/doxygen-SymbolEditor/html/index.html here]. | ||
== Screenshots == | == Screenshots == <!--T:8--> | ||
<!--T:9--> | |||
{|class="tablecenter" | {|class="tablecenter" | ||
|[[Image:symbollibrary.png|250px|center|A symbol library example]]||[[Image:symbolediting.png|250px|center|Editing a symbol]] | |[[Image:symbollibrary.png|250px|center|A symbol library example]]||[[Image:symbolediting.png|250px|center|Editing a symbol]] | ||
|} | |} | ||
== Download == | == Download == <!--T:10--> | ||
<!--T:11--> | |||
RPMs are available for OpenSuSE, Fedora and CentOS on the [http://build.opensuse.org/package/show/home:sallewell/SymbolEditor OpenSuSE Build Service] | RPMs are available for OpenSuSE, Fedora and CentOS on the [http://build.opensuse.org/package/show/home:sallewell/SymbolEditor OpenSuSE Build Service] | ||
<!--T:12--> | |||
Source code is available [http://projects.kde.org/projects/playground/graphics/symboleditor/repository here] | Source code is available [http://projects.kde.org/projects/playground/graphics/symboleditor/repository here] | ||
<!--T:13--> | |||
[[Category:Graphics]] | [[Category:Graphics]] | ||
</translate> | </translate> |
Revision as of 12:26, 7 June 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