mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[coretext] Rename hb-coretext.cc to hb-coretext-shape.cc
This commit is contained in:
parent
e1269215f9
commit
064b24177b
4 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "hb-buffer-verify.cc"
|
||||
#include "hb-buffer.cc"
|
||||
#include "hb-common.cc"
|
||||
#include "hb-coretext.cc"
|
||||
#include "hb-coretext-shape.cc"
|
||||
#include "hb-directwrite.cc"
|
||||
#include "hb-draw.cc"
|
||||
#include "hb-face-builder.cc"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "hb.hh"
|
||||
|
||||
/* Variations of this code exist in hb-coretext.cc as well
|
||||
/* Variations of this code exist in hb-coretext-shape.cc as well
|
||||
* as hb-aat-map.cc... */
|
||||
|
||||
typedef struct hb_ms_feature_t {
|
||||
|
|
|
@ -346,7 +346,7 @@ hb_wasm_headers = files()
|
|||
|
||||
# System-dependent sources and headers
|
||||
|
||||
hb_coretext_sources = files('hb-coretext.cc')
|
||||
hb_coretext_sources = files('hb-coretext-shape.cc')
|
||||
hb_coretext_headers = files('hb-coretext.h')
|
||||
|
||||
hb_directwrite_sources = files('hb-directwrite.cc')
|
||||
|
|
Loading…
Add table
Reference in a new issue