fontforge / libspiro

Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful curves. (Migrated here from libspiro.sourceforge.net on 2013-04-20)
GNU General Public License v3.0
107 stars 25 forks source link

Fix System.arraycopy #13

Closed wieslawsoltes closed 9 years ago

JoesCat commented 9 years ago

Hi @wieslawsoltes, Thanks for the patch - much appreciated!

JoesCat commented 9 years ago

I took a brief look at your spironet project and noted some subtle differences which could cause grief further in the future, what was most notable was the lack of the *.h include files, plus the simplification of entry points such as TaggedSpiroCPsToBezier0 to TaggedSpiroCPsToBezier, this makes extra work for developers attempting to maintain portability across platforms since they then need to pay attention to these tiny details that really shouldn't be getting in their development path.

wieslawsoltes commented 9 years ago

For the C# port this should not be a problem for .NET as you get very good intellisense support in Visual Studio, also I provide samples in project Readme. Also I have extensive sample application written for WPF platfoms, which is defacto Windows standard.