mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __LABWC_FONT_H
 | 
						|
#define __LABWC_FONT_H
 | 
						|
 | 
						|
/**
 | 
						|
 * 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 */
 |