rime / squirrel

【鼠鬚管】Rime for macOS
https://rime.im
GNU General Public License v3.0
4.52k stars 412 forks source link

[Bug] 1.0 版本 label_font_point 不生效 #915

Closed xiehuc closed 1 month ago

xiehuc commented 1 month ago

簡要描述 Bug: (簡單地描述你遇到的 Bug)

截屏2024-05-31 10 42 12

主题里面配了的,style下面配了的,均不生效

  preset_color_schemes/macos_light:
    name: Mac 仿原生亮色/macos_light
    author: 一方
    color_space: display_p3
    back_color: 0x6BFFFFFF # 候选条背景色,24 位色值,16 进制,BGR 顺序
    text_color: 0x424242 # 拼音行文字颜色
    hilited_text_color: 0x3c3c3c # 高亮拼音 (需要开启内嵌编码)

    hilited_candidate_back_color: 0xD75A00 # 第一候选项背景背景色
    hilited_candidate_text_color: 0xFFFFFF # 第一候选项文字颜色
    hilited_candidate_label_color: 0xFFFFFF # 第一候选项编号颜色

    hilited_comment_text_color: 0x999999 # 注解文字高亮
    candidate_text_color: 0x3c3c3c # 预选项文字颜色
    comment_text_color: 0x999999 # 拼音等提示文字颜色
    inline_preedit: true # 单行显示,false 双行显示
    #label_color: 0x999999   # 预选栏编号颜色
    label_color: 0xBB333333
    candidate_format: "[label]. [candidate] [comment]" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。
    # font_face: "Sarasa Mono SC Nerd Font" # 候选词编号字体
    # label_font_face: "SFCompactText-Regular" # 候选词编号字体
    label_font_face: "PingFangSC" # 候选词编号字体
    font_point: 17 # 候选文字大小
    label_font_point: 13 # 候选编号大小
    corner_radius: 5 # 候选条圆角
    hilited_corner_radius: 5 # 高亮圆角
    border_height: 0 # 窗口上下高度
    border_width: 5 # 窗口左右宽度
    line_spacing: 0
    base_offset: 2
    border_color_width: 0 # 输入条边框宽度
    translucency: true

預期行爲:

實際行爲:

環境

我試過:

LEOYoon-Tsaw commented 1 month ago

字體不正確,PingFangSC-Regular或PingFang SC均可

linlin08591 commented 1 month ago

请问解释主题配置项的文档在哪里?我在 wiki 里没 找到。

LEOYoon-Tsaw commented 1 month ago

请问解释主题配置项的文档在哪里?我在 wiki 里没 找到。

在程序內的squirrel.yaml中有註釋,更方便的辦法是用我做的 https://github.com/LEOYoon-Tsaw/Squirrel-Designer

如果都不滿意歡迎你來寫文檔

linlin08591 commented 1 month ago

请问解释主题配置项的文档在哪里?我在 wiki 里没 找到。

在程序內的squirrel.yaml中有註釋,更方便的辦法是用我做的 https://github.com/LEOYoon-Tsaw/Squirrel-Designer

如果都不滿意歡迎你來寫文檔

Squirrel-Designer 不错,谢谢。

xiehuc commented 1 month ago

好的,thanks