File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
/* -*- mode: c++; c-basic-offset: 4 -*- */
2
2
3
+ #include " ft2font.h"
4
+ #include " mplutils.h"
5
+
3
6
#include < algorithm>
4
7
#include < cstdio>
5
8
#include < iterator>
9
12
#include < string>
10
13
#include < vector>
11
14
12
- #include " ft2font.h"
13
- #include " mplutils.h"
14
-
15
15
#ifndef M_PI
16
16
#define M_PI 3.14159265358979323846264338328
17
17
#endif
Original file line number Diff line number Diff line change 6
6
#ifndef MPL_FT2FONT_H
7
7
#define MPL_FT2FONT_H
8
8
9
+ #include < pybind11/pybind11.h>
10
+ #include < pybind11/numpy.h>
11
+
9
12
#include < set>
10
13
#include < string>
11
14
#include < string_view>
@@ -22,8 +25,6 @@ extern "C" {
22
25
#include FT_TRUETYPE_TABLES_H
23
26
}
24
27
25
- #include < pybind11/pybind11.h>
26
- #include < pybind11/numpy.h>
27
28
namespace py = pybind11;
28
29
29
30
// By definition, FT_FIXED as 2 16bit values stored in a single long.
You can’t perform that action at this time.
0 commit comments