SymbolEditor/da: Difference between revisions

From KDE UserBase Wiki
(Created page with "== Introduktion ==")
(Created page with "'''SymbolEditor''' er et program, som kan lave biblioteker af QPainterPath-objekter med hints til, hvordan de skal renderes. Det blev oprindeligt designet til at lave symbolbi...")
Line 7: Line 7:
== Introduktion ==
== Introduktion ==


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''' er et program, som kan lave biblioteker af QPainterPath-objekter med hints til, hvordan de skal renderes. Det blev oprindeligt designet til at lave symbolbiblioteker til programmet [[Special:myLanguage/KXStitch|KXStitch]], men andre programmer med en lignende funktionalitet kan også anvende dem. Se [http://techbase.kde.org/User:Sallewell/SymbolEditor_File_Format denne side] for information om filformatet.


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.

Revision as of 05:56, 2 February 2015

Other languages:
Editor for QPainterPath-symbolbibliotek

Introduktion

SymbolEditor er et program, som kan lave biblioteker af QPainterPath-objekter med hints til, hvordan de skal renderes. Det blev oprindeligt designet til at lave symbolbiblioteker til programmet KXStitch, men andre programmer med en lignende funktionalitet kan også anvende dem. Se denne side for information om filformatet.

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

Development code is available here

Version 1.5.0 source code is available here