#include <sal/config.h>
#include <vector>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <tools/long.hxx>
#include <premac.h>
#include <CoreGraphics/CoreGraphics.h>
#include <CoreText/CoreText.h>
#include <postmac.h>
#include <vcl/fontcapabilities.hxx>
#include <vcl/metric.hxx>
#include <font/LogicalFontInstance.hxx>
#include <font/FontMetricData.hxx>
#include <font/PhysicalFontFace.hxx>
#include <salgdi.hxx>
#include <quartz/salgdicommon.hxx>
#include <unordered_map>
#include <hb-ot.h>
#include <quartz/CGHelpers.hxx>
Go to the source code of this file.