The EPS software will be written as a component for Delphi using the FireMonkey framework. Currently this is a subset of the full EPS spec. It will not handle clipping to a path as FireMonkey does not have that capability.
The software was written to interpret EPS commands effectively
running the EPS program. The output is sent to an interface which
can then determine what to do with the resulting set of instructions.
This has only been used to create a list of FMX drawing commands so
far, but it could be changed to allow for creating other file types
from the EPS code.
Down the road we will look into creating a VCL component for EPS
graphics as well.