mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
Merge a2763262d4 into 414950bbc8
This commit is contained in:
commit
49c1d990c0
3 changed files with 38 additions and 2 deletions
|
|
@ -20,5 +20,7 @@ void get_text_size(cairo_t *cairo, const char *font, int *width, int *height,
|
|||
void get_text_metrics(const char *font, int *height, int *baseline);
|
||||
void render_text(cairo_t *cairo, const char *font,
|
||||
double scale, bool markup, const char *fmt, ...);
|
||||
void render_text_ellipsize(cairo_t *cairo, const char *font, double scale,
|
||||
bool markup, double width, const char *fmt, ...);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue