labwc/include/common/font.h

11 lines
242 B
C
Raw Normal View History

#ifndef __LABWC_FONT_H
#define __LABWC_FONT_H
2020-08-07 20:21:14 +01:00
/**
* font_height - get font vertical extents
* @font_description: string describing font, for example 'sans 10'
*/
int font_height(const char *font_description);
#endif /* __LABWC_FONT_H */