Minor
This commit is contained in:
parent
4a8d2e379a
commit
210a06f3d7
|
@ -26,7 +26,6 @@
|
||||||
#ifndef HB_GRAPHITE2_H
|
#ifndef HB_GRAPHITE2_H
|
||||||
#define HB_GRAPHITE2_H
|
#define HB_GRAPHITE2_H
|
||||||
|
|
||||||
#include "hb.h"
|
|
||||||
#include "hb-shape.h"
|
#include "hb-shape.h"
|
||||||
|
|
||||||
HB_BEGIN_DECLS
|
HB_BEGIN_DECLS
|
||||||
|
@ -34,11 +33,12 @@ HB_BEGIN_DECLS
|
||||||
|
|
||||||
#define HB_GRAPHITE_TAG_Silf HB_TAG('S','i','l','f')
|
#define HB_GRAPHITE_TAG_Silf HB_TAG('S','i','l','f')
|
||||||
|
|
||||||
hb_bool_t hb_graphite_shape (hb_font_t *font,
|
hb_bool_t
|
||||||
hb_buffer_t *buffer,
|
hb_graphite_shape (hb_font_t *font,
|
||||||
const hb_feature_t *features,
|
hb_buffer_t *buffer,
|
||||||
unsigned int num_features,
|
const hb_feature_t *features,
|
||||||
const char * const *shaper_options);
|
unsigned int num_features,
|
||||||
|
const char * const *shaper_options);
|
||||||
|
|
||||||
HB_END_DECLS
|
HB_END_DECLS
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef HB_OT_SHAPE_H
|
#ifndef HB_OT_SHAPE_H
|
||||||
#define HB_OT_SHAPE_H
|
#define HB_OT_SHAPE_H
|
||||||
|
|
||||||
#include "hb-common.h"
|
|
||||||
#include "hb-shape.h"
|
#include "hb-shape.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#ifndef HB_UNISCRIBE_H
|
#ifndef HB_UNISCRIBE_H
|
||||||
#define HB_UNISCRIBE_H
|
#define HB_UNISCRIBE_H
|
||||||
|
|
||||||
#include "hb-common.h"
|
|
||||||
#include "hb-shape.h"
|
#include "hb-shape.h"
|
||||||
|
|
||||||
#define _WIN32_WINNT 0x0500
|
#define _WIN32_WINNT 0x0500
|
||||||
|
|
Loading…
Reference in New Issue