10 Star 15 Fork 5

anolis / fio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cairo_text_helpers.h 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jens Axboe 提交于 2012-03-27 09:12 . White space spring cleaning
#ifndef CAIRO_TEXT_HELPERS_H
#define CAIRO_TEXT_HELPERS_H
void draw_centered_text(cairo_t *cr, const char *font, double x, double y,
double fontsize, const char *text);
void draw_right_justified_text(cairo_t *cr, const char *font,
double x, double y,
double fontsize, const char *text);
void draw_left_justified_text(cairo_t *cr, const char *font,
double x, double y,
double fontsize, const char *text);
void draw_vertical_centered_text(cairo_t *cr, const char *font, double x,
double y, double fontsize,
const char *text);
#endif
1
https://gitee.com/anolis/fio.git
git@gitee.com:anolis/fio.git
anolis
fio
fio
an8

搜索帮助