2019-07-03 01:19:18 +02:00
|
|
|
#include "hb-aat-layout.cc"
|
|
|
|
#include "hb-aat-map.cc"
|
|
|
|
#include "hb-blob.cc"
|
|
|
|
#include "hb-buffer-serialize.cc"
|
2022-01-28 21:45:25 +01:00
|
|
|
#include "hb-buffer-verify.cc"
|
2019-07-03 01:19:18 +02:00
|
|
|
#include "hb-buffer.cc"
|
|
|
|
#include "hb-common.cc"
|
2022-07-19 21:15:21 +02:00
|
|
|
#include "hb-coretext.cc"
|
|
|
|
#include "hb-directwrite.cc"
|
2020-01-28 10:04:47 +01:00
|
|
|
#include "hb-draw.cc"
|
2019-07-03 01:19:18 +02:00
|
|
|
#include "hb-face.cc"
|
|
|
|
#include "hb-fallback-shape.cc"
|
|
|
|
#include "hb-font.cc"
|
2022-07-19 21:15:21 +02:00
|
|
|
#include "hb-ft.cc"
|
|
|
|
#include "hb-gdi.cc"
|
|
|
|
#include "hb-glib.cc"
|
|
|
|
#include "hb-graphite2.cc"
|
2019-07-03 01:19:18 +02:00
|
|
|
#include "hb-map.cc"
|
2019-09-02 22:32:40 +02:00
|
|
|
#include "hb-number.cc"
|
2019-07-03 01:19:18 +02:00
|
|
|
#include "hb-ot-cff1-table.cc"
|
|
|
|
#include "hb-ot-cff2-table.cc"
|
2022-12-15 04:03:52 +01:00
|
|
|
#include "hb-ot-color-colr-table.cc"
|
2019-07-03 01:19:18 +02:00
|
|
|
#include "hb-ot-color.cc"
|
|
|
|
#include "hb-ot-face.cc"
|
|
|
|
#include "hb-ot-font.cc"
|
|
|
|
#include "hb-ot-layout.cc"
|
|
|
|
#include "hb-ot-map.cc"
|
|
|
|
#include "hb-ot-math.cc"
|
2019-07-25 22:00:29 +02:00
|
|
|
#include "hb-ot-meta.cc"
|
2019-07-18 23:15:08 +02:00
|
|
|
#include "hb-ot-metrics.cc"
|
2019-07-03 01:19:18 +02:00
|
|
|
#include "hb-ot-name.cc"
|
2022-07-19 21:15:21 +02:00
|
|
|
#include "hb-ot-shape-fallback.cc"
|
|
|
|
#include "hb-ot-shape-normalize.cc"
|
|
|
|
#include "hb-ot-shape.cc"
|
2022-06-03 10:56:41 +02:00
|
|
|
#include "hb-ot-shaper-arabic.cc"
|
|
|
|
#include "hb-ot-shaper-default.cc"
|
|
|
|
#include "hb-ot-shaper-hangul.cc"
|
|
|
|
#include "hb-ot-shaper-hebrew.cc"
|
|
|
|
#include "hb-ot-shaper-indic-table.cc"
|
|
|
|
#include "hb-ot-shaper-indic.cc"
|
|
|
|
#include "hb-ot-shaper-khmer.cc"
|
|
|
|
#include "hb-ot-shaper-myanmar.cc"
|
|
|
|
#include "hb-ot-shaper-syllabic.cc"
|
|
|
|
#include "hb-ot-shaper-thai.cc"
|
|
|
|
#include "hb-ot-shaper-use.cc"
|
|
|
|
#include "hb-ot-shaper-vowel-constraints.cc"
|
2019-07-03 01:19:18 +02:00
|
|
|
#include "hb-ot-tag.cc"
|
|
|
|
#include "hb-ot-var.cc"
|
2022-12-24 19:30:45 +01:00
|
|
|
#include "hb-paint-extents.cc"
|
2022-12-16 23:11:35 +01:00
|
|
|
#include "hb-paint.cc"
|
2019-07-03 01:19:18 +02:00
|
|
|
#include "hb-set.cc"
|
|
|
|
#include "hb-shape-plan.cc"
|
|
|
|
#include "hb-shape.cc"
|
|
|
|
#include "hb-shaper.cc"
|
|
|
|
#include "hb-static.cc"
|
2019-08-04 09:01:31 +02:00
|
|
|
#include "hb-style.cc"
|
2019-07-03 01:19:18 +02:00
|
|
|
#include "hb-ucd.cc"
|
|
|
|
#include "hb-unicode.cc"
|
2019-07-03 21:17:57 +02:00
|
|
|
#include "hb-uniscribe.cc"
|