filesrch.h

来自「字体缩放显示」· C头文件 代码 · 共 53 行

H
53
字号
/* *   filesrch.h * *   This file is part of the ttf2pk package. * *   Copyright 1997-1999, 2000, 2002 by *     Frederic Loyer <loyer@ensta.fr> *     Werner Lemberg <wl@gnu.org> */#ifndef FILESRCH_H#define FILESRCH_H#include "ttf2tfm.h"/* *   Arguments are the full program name and two identification strings *   (for the program and the environment). */void TeX_search_init(char *exec_name,                     char *program_identifier,                     char *env_identifier);/* *   The next function returns a version string. */char *TeX_search_version(void);/* *   The following functions take a file name (either relative or absolute), *   probably append a default extension, and return the complete path to the *   file. */char *TeX_search_tfm(char **name);char *TeX_search_encoding_file(char **name);char *TeX_search_replacement_file(char **name);char *TeX_search_sfd_file(char **name);char *TeX_search_map_file(char **name);char *TeX_search_config_file(char **name);char *TeX_search_ttf_file(char **name);void get_tfm_fullname(Font *fnt);void handle_extension(char **stringp,                      char *extension);#endif /* FILESRCH_H *//* end */

⌨️ 快捷键说明

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