SymbolEditor/en: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 15: Line 15:
== Manual ==
== Manual ==


A user manual is available [http://docs.kde.org/development/en/kdereview/SymbolEditor/index.html here].
A user manual is available [http://docs.kde.org/development/en/extragear-graphics/SymbolEditor/index.html here].


== Screenshots ==
== Screenshots ==
Line 27: Line 27:
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]


Source code is available [http://projects.kde.org/projects/playground/graphics/symboleditor/repository here]
Source code is available [http://projects.kde.org/projects/extragear/graphics/symboleditor/repository here]


[[Category:Graphics]]
[[Category:Graphics]]

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

A symbol library example
A symbol library example
Editing a symbol
Editing a symbol

Download

RPMs are available for OpenSuSE, Fedora and CentOS on the OpenSuSE Build Service

Source code is available here