⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ttflib.h

📁 字体缩放显示
💻 H
字号:
/* *   ttflib.h * *   This file is part of the ttf2pk package. * *   Copyright 1997-1999, 2000 by *     Frederic Loyer <loyer@ensta.fr> *     Werner Lemberg <wl@gnu.org> */#ifndef TTFLIB_H#define TTFLIB_H#include "pklib.h"      /* for the `byte' type */void TTFopen(char *filename, Font *fnt, int new_dpi, int new_ptsize,              Boolean quiet);Boolean TTFprocess(Font *fnt, long Code, byte **bitmap,                   int *width, int *height, int *hoff, int *voff,                   Boolean hinting, Boolean quiet);encoding *TTFget_first_glyphs(Font *fnt, long *array);void TTFget_subfont(Font *fnt, long *array);long TTFsearch_PS_name(char *name);#endif /* TTFLIB_H *//* end */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -