We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c726f4 commit 37551d0Copy full SHA for 37551d0
1 file changed
inst/include/systemfonts.h
@@ -13,13 +13,15 @@ struct FontFeature {
13
char feature[4];
14
int setting;
15
};
16
+typedef struct FontFeature FontFeature;
17
// A structure to pass around a single font with features (used by the C interface)
18
struct FontSettings {
19
char file[PATH_MAX + 1];
20
unsigned int index;
21
const FontFeature* features;
22
int n_features;
23
24
+typedef struct FontSettings FontSettings;
25
26
// Get the file and index of a font given by its name, along with italic and
27
// bold status. Writes filepath to `path` and returns the index
0 commit comments