Summary: | Sub and Superscript in Text | ||
---|---|---|---|
Product: | [Applications] karbon | Reporter: | Unknown <null> |
Component: | general | Assignee: | Rob Buis <buis> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | jaham, sven.langkamp, tbscope |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
G
2000-11-23 12:57:00 UTC
As Kontour (formaly KIllustrator) is considered dead and is replaced by Karbon, I am moving this wish to Karbon. Have a nice day/evening/night! Replaced g.milde@physik.tu-dresden.de with null@kde.org due to bounces by reporter This looks like it would require a lot of work to do. Firstly there are various problems with the text support in Karbon. Secondly styles such as Bold or Italic apply to the whole text block rather than specific parts of it so it could take a whole lot of work to create a text widget that allows multiple text styles. The text shape has support for Sub and Superscript. Git commit 9cf91f4f29c5fcfeb66d3f14e88b4a83077516d0 by Jan Hambrecht. Committed on 30/05/2011 at 00:31. Pushed by jaham into branch 'master'. added support for baseline shift baseline shift is used for sub and super script as well and more. BUG:15909 M +14 -0 plugins/artistictextshape/ArtisticTextRange.cpp M +10 -1 plugins/artistictextshape/ArtisticTextRange.h M +105 -49 plugins/artistictextshape/ArtisticTextShape.cpp M +11 -4 plugins/artistictextshape/ArtisticTextShape.h M +51 -4 plugins/artistictextshape/ArtisticTextTool.cpp M +3 -0 plugins/artistictextshape/ArtisticTextTool.h M +1 -0 plugins/artistictextshape/CMakeLists.txt A +80 -0 plugins/artistictextshape/ReplaceTextRangeCommand.cpp [License: LGPL (v2+)] A +50 -0 plugins/artistictextshape/ReplaceTextRangeCommand.h [License: LGPL (v2+)] http://commits.kde.org/calligra/9cf91f4f29c5fcfeb66d3f14e88b4a83077516d0 |