ligatures: upgrading
This commit is contained in:
parent
677c2da0be
commit
0f50ef072c
4 changed files with 326 additions and 185 deletions
5
hb.h
5
hb.h
|
|
@ -9,6 +9,7 @@ typedef struct {
|
|||
unsigned int count;
|
||||
} HbTransformData;
|
||||
|
||||
void hbunloadfonts();
|
||||
void hbcreatebuffer(void);
|
||||
void hbdestroybuffer(void);
|
||||
void hbunloadfonts(void);
|
||||
void hbtransform(HbTransformData *, XftFont *, const Glyph *, int, int);
|
||||
void hbcleanup(HbTransformData *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue