cnfonts icon indicating copy to clipboard operation
cnfonts copied to clipboard

emacs中文字体配置工具。可以快速方便的的实现中文字体和英文字体等宽(也就是常说的中英文对齐)。

Results 10 cnfonts issues
Sort by recently updated
recently updated
newest added

### 我使用的配置框架: ```https://github.com/redguardtoo/emacs.d``` ### 我的配置:~/.custom.el ```(require-package 'cnfonts)``` ### 我的版本 - cnfonts 0.9.1 - redguardtoo develop - win10 - emacs 28.1 x64 --- 启动后当我执行任何一个cnfonts-*的命令,都会得到以下的错误提示: > Eager macro-expansion failure: (wrong-number-of-arguments (3 ....

在使用cnfonts后放大字体到14,导致doom modeline也被放大,结果modeline右边缘超出屏幕。 请问作者如何让cnfonts不调节modeline的字体?或者有什么更好的解决办法吗?

目前的 cnfonts 似乎不能支持 emoji 字体的设置。由于我对字符集不是特别熟悉,不太清楚是否应该在 EXT-B 里面设置 emoji 字体(看起来 EXT-B 不是用来做这个的),又或者应该在 cnfonts 里面为 emoji 单独开一个列表? 我自己用的时候如下这种设置是可以的(macOS 系统): ```elisp (set-fontset-font "fontset-default" 'emoji (font-spec :family "Apple Color Emoji") nil 'prepend) ``` ![image](https://user-images.githubusercontent.com/10482293/145977681-4b4675e0-0c96-47be-b043-32e0df2362da.png)

设置 (setq cnfonts-use-font-rescale t) org mode每一级标题是粗体,但是中文字体并不是粗体,貌似是把原来的字体拉粗,显得有点别扭 这里托的提钩有两个,不知道看不看得清楚 但是如果使用如下设置,则是使用了bold字体的 (setq face-font-rescale-alist `(("Source Han Serif SC" . ,(/ 17.5 15)))) (set-face-attribute 'default nil :font "Source Code Pro 15") (set-fontset-font t 'han (font-spec...

我想让大纲的字体大小不同,但我找到调整方法后发现中文字体无法同步变大,如下图所示。 ![image](https://user-images.githubusercontent.com/23482348/69885300-6f421a00-1317-11ea-9d06-51d31d2b82f4.png) 经热心群友提醒,将其改为绝对大小后,依然无法同步大小,如下图。 ![image](https://user-images.githubusercontent.com/23482348/69885442-16bf4c80-1318-11ea-8cfb-9ce48fff22b1.png)

Version: 20171205.911 这个事情比较奇葩,可能和系统设置有关,cnfonts--fontnames-fallback 中所有中文字体名字都无法找到了 测试了一下: ``` (defun cfs--font-family-list () (delete-dups (mapcar #'(lambda (x) (substring-no-properties (string-as-multibyte x))) (font-family-list)))) ``` 返回是这样的: (cl-prettyprint (cfs--font-family-list)) ("monaco" "bitstream vera sans mono" "bitstream vera sans" "bitstream...

cnfont 似乎是固定了中文字体的选择,可否增加「方正聚珍新仿简」的支持? 或者是如何进行添加?

使用README中的hook,也没有作用。如图中,第三行和第四行之间空隙明显增大。 使用的版本是 GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0) of 2023-05-14, modified by Debian