Jump to content

VeLC

Members
  • Posts

    17
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by VeLC

  1. Version 1.1 - Add 'Convert to all caps' and 'Set spacing from baseline' options. Prevent crash when selected font does not contain glyph/s of typed letter/s.
  2. Feel free to suggest a better name for the plugin. There seems to be no technical term for this effect / format as per this old StackExchange. Current "Slab" name is a reference to Erik Loyer's more advanced Slabtype Algorithm that achieves something similar.
  3. Resizes and draws line/s of text to a specified width Found in Effects > Text Formations Versions: 1.0(20220513) - Initial Release 1.1(20220519) - Add 'Convert to all caps' and 'Set spacing from baseline' options. Prevent crash when selected font does not contain glyph/s of typed letters. C# Code Snippet (Modified from CodeLab generated code) License: LPGL-3.0 SlabText.zip
  4. Version 1.2 - Code Update and slightly shorter UI
  5. Version 1.5 - Code Update and slightly shorter UI
  6. Version 1.1 - Add Loop Spacing and Initial Point Offset options
  7. Draws text along an Archimedean spiral path Found in Effects > Text Formations. The menu name is "Spir@l Text" to differentiate with dpy's SpiralText Versions: 1.0(20220506) - Initial Release 1.1(20220507) - Add Loop Spacing and Initial Point Offset options 1.2(20220507) - Code Update and slightly shorter UI CodeLab Code License: LPGL-3.0 SpiralText.zip
  8. Version 1.4 - Fix space character not rendering when Character Spacing is zero and slightly shorter UI
  9. Version 1.1 - Add Initial Loop Number / Initial Point Offset option. Add Center on Top option to change the order on which the dots are drawn and/or colored.
  10. Version 1.1 - Add option for Initial Loop Number / larger Initial Point Offset increments
  11. Draws dots along the path of an Archimedean spiral Found in Effects > Render Versions: 1.0(20220502) - Initial Release 1.1(20220504) - Add Initial Loop Number / Initial Point Offset option. Add Center on Top option to change the order on which the dots are drawn and/or colored. C# Code Snippet (Modified from CodeLab generated code) License: LPGL-3.0 ArchimedeanDots.zip
  12. Draws an Archimedean spiral Found in Effects > Render Versions: 1.0(20220502) - Initial Release 1.1(20220503) - Add option for Initial Loop Number / larger Initial Point Offset increments 1.2(20220506) - Fix Initial Point Offset "typo" C# Code Snippet (Modified from CodeLab generated code) License: LPGL-3.0 ArchimedeanSpiral.zip
  13. Request: Make PaintDotNet.Effects.Effect.SignalCancelRequest virtual or add a method that returns cancellationTokenSource.Token for code like Enumerable .Range(0, 100,000) .AsParallel() .AsOrdered() .WithCancellation(token) ...
  14. Version 1.3 - Now works faster if there are multiple selections
  15. Version 1.2 - Update code to make it compatible with CodeLab v6.1 (and below?). Also, detects if user canceled.
  16. Version 1.1 - Now works with selection and slightly shorter UI
  17. Draws text along an arc This is basically dpy's Circle Text plugin with a different UI and better math for proportional fonts Also in Effects > Text Formations Versions: 1.0(20220418) - Initial Release 1.1(20220420) - Now works with selection and slightly shorter UI 1.2(20220421) - Update code to make it compatible with CodeLab v6.1 (and below?). Also, detects if user canceled. 1.3(20220428) - Now works faster if there are multiple selections 1.4(20220506) - Fix space character not rendering when Character Spacing is zero and slightly shorter UI 1.5(20220513) - Code Update and slightly shorter UI CodeLab Code License: LPGL-3.0 ArcText.zip
×
×
  • Create New...