vidstige / NRasterizer

OpenType parser in pure c#
Apache License 2.0
38 stars 11 forks source link

From font ras #3

Closed prepare closed 7 years ago

prepare commented 7 years ago

I remove PixelFarm's MiniAgg. This sample just use System.Drawing.Drawing2D.GraphicsPath. (Just for reference)

vidstige commented 7 years ago

Thank you! Feel a sleep here for a while. :-) You did not remove the old files. I think best practice is to do git mv file. I think you can do this in visual studio aswell, just make sure you commit the removed files in the same commit. You can even do so in hindsight!

  1. Make new branch in your repo
  2. Rebase to squash the addition and removal commits.

If you don't know rebasing in git, I can try to do it and make a new pr.

prepare commented 7 years ago

If you don't know rebasing in git, I can try to do it and make a new pr.

Yes, Haha, I don't know. Lets do it.

vidstige commented 7 years ago

Conflicts because I renamed the project properly. :-( closing for now.