office-gobmx/cppcanvas
Luboš Luňák b5e701d36e add o3tl::span ctor from std::vector
Makes code simpler, and std::span can be constructed from std::vector
too.

Change-Id: Iae26b53c52148c19d9068a63126a7393d098d654
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124507
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Tested-by: Jenkins
2021-10-31 15:52:02 +01:00
..
inc/pch
qa Prepare for removal of non-const operator[] from Sequence in cppcanvas 2021-10-29 13:15:06 +02:00
source add o3tl::span ctor from std::vector 2021-10-31 15:52:02 +01:00
CppunitTest_cppcanvas_emfplus.mk
CppunitTest_cppcanvas_test.mk
IwyuFilter_cppcanvas.yaml
Library_cppcanvas.mk
Library_mtfrenderer.mk
Makefile
Module_cppcanvas.mk
README.md

C++ Helper Classes for canvas

Helper C++ classes for canvas, plus a GDIMetaFile-to-XCanvas converter.

EMF+

For cppcanvas/source/mtfrenderer, see the README.md in vcl (the EMF+ part).