Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@jingwood jingwood released this 23 Aug 04:34
· 19 commits to master since this release

Changes

  • New feature to draw stroked text DrawStrokedText #96
  • New feature to draw combining geometries #99
  • New feature to use BitmapBrush #119, #121
  • use .NET math classes instead of original classes, e.g. D2DPoint to Vector2 #97
  • API to create font face instance
  • API to create text format instance
  • New FPSCounter class
  • Resolve some C++ build warnings #117
  • Other minor fixes