azure 0.21.2

Bindings to Mozilla's Moz2D library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

# TODO FontWin belong here?

MOZ2D_CPPSRCS += \
  DrawTargetD2D.cpp \
  PathD2D.cpp \
  SourceSurfaceD2D.cpp \
  SourceSurfaceD2DTarget.cpp \
  ScaledFontDWrite.cpp \
  ScaledFontWin.cpp \
  $(NULL)

UNITTEST_CPPSRS += \
  unittest/TestDrawTargetD2D.cpp \
  $(NULL)