harfbuzz.h
来自「奇趣公司比较新的qt/emd版本」· C头文件 代码 · 共 26 行
H
26 行
/******************************************************************* * * Copyright 1996-2000 by * David Turner, Robert Wilhelm, and Werner Lemberg. * * Copyright 2006 Behdad Esfahbod * * This is part of HarfBuzz, an OpenType Layout engine library. * * See the file name COPYING for licensing information. * ******************************************************************/#ifndef HARFBUZZ_H#define HARFBUZZ_H#include "harfbuzz-open.h"#include "harfbuzz-buffer.h"#include "harfbuzz-gdef.h"#include "harfbuzz-gsub.h"#include "harfbuzz-gpos.h"#ifdef HARFBUZZ_DUMP#include "harfbuzz-dump.h"#endif#endif /* HARFBUZZ_OPEN_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?