PAINTROID-684 Apply outline to text#1330
PAINTROID-684 Apply outline to text#1330JulianJautz wants to merge 1 commit intoCatrobat:developfrom
Conversation
af3b933 to
fdc6dd6
Compare
TextTool feature: text with outline -added new button for outline -outline created by painting twice (second time in stroke mode)
a1f2e3d to
94fcdae
Compare
|
Code looks good to me and the outlining works really good. One small thing I noticed, but I dont think it has something to do with how the outlining was implemented, is that sometimes depending on the text font that is being used, the outlines of a character intersect. This is especially noticable when also using Boldness on the text that uses Outlines. I noticed this with the text fonts "Sans Serif" and "STC", with other fonts, this problem doesnt occur. |
|
If there is something that can be done against this problem, it would be nice, else I would still approve it and I think its definitely worth merging as this is a great feature. Maybe we can then create a separate ticket for this text font problem |
Yes, I also noticed this behaviour. Interestingly, it seems like it depends on the Android version on the phone. I don't know exactly, but the issue with "STC" starts around API 30, with "Sans Serif" even later. The two fonts did not have a displaying issue with older version, when I tested it. I thought about some ways to fix it, but could not come up with a solution (e.g. painting the outline first would mean that it is not possible to make it bigger towards the middle but just to the border of the text). |


new button in Texttool for creating white text with outline in selected colour
https://jira.catrob.at/browse/PAINTROID-684
Your checklist for this pull request
Please review the contributing guidelines and wiki pages of this repository.