📄 readme
字号:
standard-names is a list of all the standard character names recognized bythis distribution. For every name xxx, a macro for rtfSC_xxx is createdas a macro defining the standard code number for the name. In order thatthe macro values correspond exactly to the ordering of the names instandard-names, standard-names is processed here to produce the #define'sautomatically that are added to rtf.h.stdcharnames.h is used in $(LIBSRC)/charset.c as the contents of a arraycontaining a string for each standard name. This too must correspondexactly to the ordering in standard-names, because the rtfSC_xxx valuesare assumed to be the same as the position of the names in the array.Thus stdcharnames.h is also produced from standard-names.This means that to add new standard names, you edit standard-names and runmake again in this directory to recreate rtf.h and stdcharnames.h.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -