mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[PR #786] [MERGED] Free text tool can now decorate text and add shadow effect #1204
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:work/freeText/effects📝 Commits (10+)
4e27883Possibility to align text within free text968b6e9Possibility to align text within free text (UI layout modified)0331417Merge remote-tracking branch 'originMaster/master'76d906bPossibility to decorate free text with underline, strikethrough, overline and baseline effects53fcabfPossibility to add shadow effect to free text2c29ebdPossibility to add shadow effect to free text (default blur radius changed to zero)433fe80Possibility to add shadow effect to free text (free text shadow enable by checkbox)d06495fMerge branch 'master-original' into work/freeText/effects9c3b10dRevert "Possibility to add shadow effect to free text (default blur radius changed to zero)"dc776f3Possibility 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
There is also possibility to apply text shadow effect in a separate section
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.