mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			391 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			391 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _SWAY_CLIENT_PANGO_H
 | 
						|
#define _SWAY_CLIENT_PANGO_H
 | 
						|
 | 
						|
#include "client/window.h"
 | 
						|
#include "client/buffer.h"
 | 
						|
#include <stdarg.h>
 | 
						|
 | 
						|
PangoLayout *get_pango_layout(struct window *window, struct buffer *buffer, const char *text);
 | 
						|
void get_text_size(struct window *window, int *width, int *height, const char *fmt, ...);
 | 
						|
void pango_printf(struct window *window, const char *fmt, ...);
 | 
						|
 | 
						|
#endif
 |