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:
parent
9112911122
commit
cc52e9322d
31 changed files with 21 additions and 808 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue