Vrijdag is er een nieuwe alphaversie van Paint.NET versie 3.5 verschenen. Paint.NET is een fotobewerkingsprogramma dat in C# wordt ontwikkeld en dus het .NET Framework nodig heeft. Het programma zit wat functionaliteit betreft tussen het met Windows standaard meegeleverde Paint en professionele commerciële programma's als Paint Shop Pro en Photoshop in. In versie 3.5 zijn er flinke verbeteringen gemaakt aan zowel de performance als de functionaliteit. Dit heeft wel tot gevolg gehad dat nu minimaal versie 3.5 SP1 van het .NET Framework nodig is. In deze tweede alpha is onder andere het font- en tekstrendering gedeelte volledig herschreven. De complete release notes voor deze versie zijn hieronder te vinden:
List of changes:Known issue:
- Completely rewritten font and text rendering system for the Text tool that no longer uses GDI+ for anything in favor of GDI (font discovery, or text rendering).
This has the consequence of improved stability (no more crashes with bad fonts), improved startup performance (about 10% on average, although the more fonts you have the better improvement you will see), and no more 'missing' fonts (all fonts should now appear in the font list)- New feature: Paint.NET will now update its font list when you install/delete fonts. Previous versions required a restart of the application.
- New feature: Utilities -> Folders -> System Fonts. Now if someone asks, "how do I install a font?" just point them to that.
- Temporary missing feature: There is no choice between 'Smooth' and 'Sharp' for the Text tool.
- Antialiasing is not enabled at small font sizes. This is just the way that GDI does things, and should be fixed when FreeType support is added (GDI will be used for 'sharp', and Freetype for 'smooth'). (And in fact, this is the same as how v3.36 operates for 'Sharp' text rendering -- small font sizes results in aliased text.)
