repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Mailbox support for texture layers.
[chromium-blink-merge.git]
/
third_party
/
harfbuzz
/
contrib
/
harfbuzz-freetype.h
blob
628be168314a3dd89fa9dbd7ab02df589d26d7ab
1
#ifndef HB_FREETYPE_H_
2
#define HB_FREETYPE_H_
3
4
extern
const
HB_FontClass hb_freetype_class
;
5
6
HB_Error
hb_freetype_table_sfnt_get
(
void
*
voidface
,
const
HB_Tag tag
,
7
HB_Byte
*
buffer
,
HB_UInt
*
len
);
8
9
#endif
// HB_FREETYPE_H_