📄 makefile.am
字号:
INCLUDES = -I../../include -I../includenoinst_LTLIBRARIES = libfont.laCOMMON_SRCS = charset.c rawbitmap.c sysfont.c charset.h rawbitmap.h \ devfont.c fontname.cif VBF_SUPPORTSUBDIRS = in-coreVBF_SRCS = varbitmap.c varbitmap.hINCOREVBF_LADD = in-core/libincore.laelseVBF_SRCS = INCOREVBF_LADD =endifif TTF_SUPPORTTTF_SRCS = freetype.c freetype.helseTTF_SRCS =endifif TYPE1_SUPPORTTYPE1_SRCS = type1.c type1.helseTYPE1_SRCS =endifif GB_SUPPORTGB_SRCS = gbunimap.celseGB_SRCS =endifif BIG5_SUPPORTBIG5_SRCS =elseBIG5_SRCS =endifif JIS_SUPPORTJIS_SRCS = jisunimap.celseJIS_SRCS =endiflibfont_la_LIBADD = $(INCOREVBF_LADD)libfont_la_SOURCES = $(COMMON_SRCS) $(VBF_SRCS) $(TTF_SRCS) $(TYPE1_SRCS) $(GB_SRCS) $(BIG5_SRCS) $(JIS_SRCS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -