SVG/Source/Text
Paul Selormey 18cb5e45fe
Main Project Cleanup (#1123)
* Main Project Cleanup

- Clean up of the main source code project
- Removed irrelevant files
- Added support for .NET 4.7, .NET 4.8
- Removed preprocessor to enable events registration for all
- Updates to the SvgOptions class to support property attributes

* Untabify the project files

- Applying the default "Format Document" introduces the tabs!

* Restore the default interpolation mode of the GDI+ rendererer

- Set the default mode to InterpolationMode.Default

* Further clean up

- Removed NuGet project files and folder
- Removed non-existence folder: <Folder Include="Web\Resources\" />

* Removed the commented Enums static class

- Enums no longer needed.
2024-01-18 12:05:57 +09:00
..
GdiFontDefn.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
IFontDefn.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
PathStatistics.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgFont.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgFont.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgFontDefn.cs Minor optimisations (#1084) 2023-10-08 14:08:25 +02:00
SvgFontFace.cs Use Source Generators for SvgElementFactory (#772) 2021-01-07 20:11:08 +01:00
SvgFontFaceSrc.cs Use Source Generators for SvgElementFactory (#772) 2021-01-07 20:11:08 +01:00
SvgFontFaceUri.cs Use Source Generators for SvgElementFactory (#772) 2021-01-07 20:11:08 +01:00
SvgGlyph.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgGlyph.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgKern.cs Use Source Generators for SvgElementFactory (#772) 2021-01-07 20:11:08 +01:00
SvgMissingGlyph.cs Use Source Generators for SvgElementFactory (#772) 2021-01-07 20:11:08 +01:00
SvgText.cs Use Source Generators for SvgElementFactory (#772) 2021-01-07 20:11:08 +01:00
SvgTextAnchor.cs
SvgTextBase.Drawing.cs Minor optimisations (#1084) 2023-10-08 14:08:25 +02:00
SvgTextBase.cs Main Project Cleanup (#1123) 2024-01-18 12:05:57 +09:00
SvgTextPath.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgTextPath.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgTextRef.Drawing.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgTextRef.cs Split drawing code into separate files (#934) 2022-01-10 20:02:27 +01:00
SvgTextSpan.cs Use Source Generators for SvgElementFactory (#772) 2021-01-07 20:11:08 +01:00