计算 bar 高度
This commit is contained in:
6
src/text.h
Normal file
6
src/text.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
int text_init_pango_layout(const char *family, uint32_t size, uint32_t dpi);
|
||||
void text_clean_pango_layout(void);
|
||||
Reference in New Issue
Block a user