[PR #786] [MERGED] Free text tool can now decorate text and add shadow effect #1204

Closed
opened 2026-02-26 09:34:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NickeManarin/ScreenToGif/pull/786
Author: @mabakay
Created: 1/22/2021
Status: Merged
Merged: 2/22/2021
Merged by: @NickeManarin

Base: masterHead: work/freeText/effects


📝 Commits (10+)

  • 4e27883 Possibility to align text within free text
  • 968b6e9 Possibility to align text within free text (UI layout modified)
  • 0331417 Merge remote-tracking branch 'originMaster/master'
  • 76d906b Possibility to decorate free text with underline, strikethrough, overline and baseline effects
  • 53fcabf Possibility to add shadow effect to free text
  • 2c29ebd Possibility to add shadow effect to free text (default blur radius changed to zero)
  • 433fe80 Possibility to add shadow effect to free text (free text shadow enable by checkbox)
  • d06495f Merge branch 'master-original' into work/freeText/effects
  • 9c3b10d Revert "Possibility to add shadow effect to free text (default blur radius changed to zero)"
  • dc776f3 Possibility to add shadow effect to free text (free text shadow enable by increasing opacity)

📊 Changes

7 files changed (+177 additions, -16 deletions)

View changed files

📝 ScreenToGif/Resources/Localization/StringResources.en.xaml (+19 -11)
📝 ScreenToGif/Resources/Localization/StringResources.pl.xaml (+10 -2)
📝 ScreenToGif/Resources/Settings.xaml (+7 -0)
📝 ScreenToGif/ScreenToGif.csproj (+1 -0)
ScreenToGif/Util/Converters/DoubleToBool.cs (+28 -0)
📝 ScreenToGif/Util/UserSettings.cs (+41 -0)
📝 ScreenToGif/Windows/Editor.xaml (+71 -3)

📄 Description

I have added combobox that allows to select from five text decoration options: None, Underline, Strikethrough, OverLine and Baseline. Examples below

image

There is also possibility to apply text shadow effect in a separate section

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NickeManarin/ScreenToGif/pull/786 **Author:** [@mabakay](https://github.com/mabakay) **Created:** 1/22/2021 **Status:** ✅ Merged **Merged:** 2/22/2021 **Merged by:** [@NickeManarin](https://github.com/NickeManarin) **Base:** `master` ← **Head:** `work/freeText/effects` --- ### 📝 Commits (10+) - [`4e27883`](https://github.com/NickeManarin/ScreenToGif/commit/4e2788353fce9a331ce05f555cd433744f9cca77) Possibility to align text within free text - [`968b6e9`](https://github.com/NickeManarin/ScreenToGif/commit/968b6e9ecc0cadbe816e9622083e769cce54b6b3) Possibility to align text within free text (UI layout modified) - [`0331417`](https://github.com/NickeManarin/ScreenToGif/commit/03314177388ae6ecc67f0230bcb593054179a46c) Merge remote-tracking branch 'originMaster/master' - [`76d906b`](https://github.com/NickeManarin/ScreenToGif/commit/76d906bede6b6836047efdedc11a38e0ebfc6da2) Possibility to decorate free text with underline, strikethrough, overline and baseline effects - [`53fcabf`](https://github.com/NickeManarin/ScreenToGif/commit/53fcabf73f03a12d7da610a58048ddc3f17bf355) Possibility to add shadow effect to free text - [`2c29ebd`](https://github.com/NickeManarin/ScreenToGif/commit/2c29ebd5d6f43ba3d7e2e9842c025495a259e90d) Possibility to add shadow effect to free text (default blur radius changed to zero) - [`433fe80`](https://github.com/NickeManarin/ScreenToGif/commit/433fe80c11cee04d0ade6cf0610457ae9f3b5807) Possibility to add shadow effect to free text (free text shadow enable by checkbox) - [`d06495f`](https://github.com/NickeManarin/ScreenToGif/commit/d06495f2d9ea6b2cd012b50f2a8a8138c7a7fcf8) Merge branch 'master-original' into work/freeText/effects - [`9c3b10d`](https://github.com/NickeManarin/ScreenToGif/commit/9c3b10d4623de3c253a3cd41227a78d3db9f3752) Revert "Possibility to add shadow effect to free text (default blur radius changed to zero)" - [`dc776f3`](https://github.com/NickeManarin/ScreenToGif/commit/dc776f323d9dfdd824a569ddb492913c377575d8) Possibility to add shadow effect to free text (free text shadow enable by increasing opacity) ### 📊 Changes **7 files changed** (+177 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `ScreenToGif/Resources/Localization/StringResources.en.xaml` (+19 -11) 📝 `ScreenToGif/Resources/Localization/StringResources.pl.xaml` (+10 -2) 📝 `ScreenToGif/Resources/Settings.xaml` (+7 -0) 📝 `ScreenToGif/ScreenToGif.csproj` (+1 -0) ➕ `ScreenToGif/Util/Converters/DoubleToBool.cs` (+28 -0) 📝 `ScreenToGif/Util/UserSettings.cs` (+41 -0) 📝 `ScreenToGif/Windows/Editor.xaml` (+71 -3) </details> ### 📄 Description I have added combobox that allows to select from five text decoration options: None, Underline, Strikethrough, OverLine and Baseline. Examples below ![image](https://user-images.githubusercontent.com/1766645/105531639-ec81d880-5ce9-11eb-9738-92999a54183d.png) There is also possibility to apply text shadow effect in a separate section ![image](https://user-images.githubusercontent.com/1766645/105531803-24891b80-5cea-11eb-9766-b106deae067d.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 09:34:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1204
No description provided.