mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-28 23:03:07 +02:00
Expose CMap in TrueType files
This commit is contained in:
1
ttf.h
1
ttf.h
@@ -90,6 +90,7 @@ extern void ttfDelete(ttf_t *font);
|
||||
extern int ttfGetAscent(ttf_t *font);
|
||||
extern ttf_rect_t *ttfGetBounds(ttf_t *font, ttf_rect_t *bounds);
|
||||
extern int ttfGetCapHeight(ttf_t *font);
|
||||
extern const int *ttfGetCMap(ttf_t *font, size_t *num_cmap);
|
||||
extern const char *ttfGetCopyright(ttf_t *font);
|
||||
extern int ttfGetDescent(ttf_t *font);
|
||||
extern ttf_rect_t *ttfGetExtents(ttf_t *font, float size, const char *s, ttf_rect_t *extents);
|
||||
|
Reference in New Issue
Block a user