1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

LowLevelGraphicsPostScriptRenderer: Remove support

This commit is contained in:
reuk 2024-06-26 14:18:08 +01:00
parent 9112911122
commit cc52e9322d
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
31 changed files with 21 additions and 808 deletions

View file

@ -2,6 +2,27 @@
# develop
## Change
The LowLevelGraphicsPostscriptRenderer has been removed.
**Possible Issues**
Code that uses this class will no longer compile.
**Workaround**
There is no workaround. If you need this functionality, please let us know
about your use case. In the meantime, you may be able to copy the old classes
into your own project/module and use them that way.
**Rationale**
We are not aware of any projects using this functionality. This renderer was
not as fully-featured as any of the other renders, so it's likely that users
would have filed issue reports if they were using this feature.
## Change
Support for the MinGW toolchain has been removed.