fcitx的字体设置在哪里?

其他Linux/Unix/BSD/OSX等发行版讨论
回复
头像
sgsdxzy
帖子: 430
注册时间: 2008-07-19 11:14

fcitx的字体设置在哪里?

#1

帖子 sgsdxzy » 2012-03-27 11:37

最近对系统字体大刀阔斧改革了一番,发现fcitx选字的字体不统一了,有粗有细,别的程序都正常,请问在哪里设置fcitx的字体?不会要从源代码入手吧……
头像
灰色小狼
帖子: 4585
注册时间: 2008-12-06 10:38
系统: Arch

Re: fcitx的字体设置在哪里?

#2

帖子 灰色小狼 » 2012-03-27 11:38

配置文件可以改的
头像
ljj_jjl2008
论坛版主
帖子: 14256
注册时间: 2007-09-16 8:29

Re: fcitx的字体设置在哪里?

#3

帖子 ljj_jjl2008 » 2012-03-27 11:39

fcitx图标/提示条 上面 ,右键,菜单里面有“配置”。
mraandtux
论坛版主
帖子: 5211
注册时间: 2009-12-12 19:29
系统: Kubuntu

Re: fcitx的字体设置在哪里?

#4

帖子 mraandtux » 2012-03-27 11:39

配置fcitx——程序——字体(右键配置fcitx后第一个见到的选项)
头像
sgsdxzy
帖子: 430
注册时间: 2008-07-19 11:14

Re: fcitx的字体设置在哪里?

#5

帖子 sgsdxzy » 2012-03-27 11:56

请问具体修改哪里?

代码: 全选

[Program/DelayStart]
Type=Integer
DefaultValue=0
Description=Seconds sleep before fcitx really start

[Program/ShareStateAmongWindow]
Type=Enum
DefaultValue=No
EnumCount=3
Enum0=No
Enum1=All
Enum2=PerProgram
Description=Share State Among Window

[Program/DefaultInputMethodState]
Type=Enum
DefaultValue=Close
EnumCount=3
Enum0=Close
Enum1=Inactive
Enum2=Active
Description=Default Input Method State

[Program/FirstRun]
Type=Boolean
DefaultValue=True
Description=It's the first time Fcitx Start.

[Program/FirstAsInactive]
Type=Boolean
DefaultValue=False
Description=Use first input method as inactive state

[Output/HalfPuncAfterNumber]
Type=Boolean
DefaultValue=True
Description=Type half width Punc After a Number

[Output/EnterAction]
Type=Enum
EnumCount=3
Enum0=Nothing
Enum1=Clean
Enum2=Commit
DefaultValue=Commit
Description=Action after press enter

[Output/RemindModeDisablePaging]
Type=Boolean
DefaultValue=True
Description=Disable Paging in Remind Mode

[Output/SendTextWhenSwitchEng]
Type=Boolean
DefaultValue=False
Description=Send typed raw text if Switch to inactive Mode

[Output/CandidateWordNumber]
Type=Integer
DefaultValue=5
Description=Candidate Word Number

[Output/PhraseTips]
Type=Boolean
DefaultValue=True
Description=Give the tips of Phrase

[Appearance/ShowInputWindowAfterTriggering]
Type=Boolean
DefaultValue=True
Description=Show Input Window After Trigger Input Mode

[Appearance/ShowPointAfterIndex]
Type=Boolean
DefaultValue=True
Description=Show Point After Index

[Appearance/ShowInputSpeed]
Type=Boolean
DefaultValue=True
Description=Show Input Speed

[Appearance/ShowVersion]
Type=Boolean
DefaultValue=True
Description=Show Version

[Appearance/HideInputWindowWhenOnlyPreeditString]
Type=Boolean
DefaultValue=False
Description=Do not show input window if there is only preedit string

[Appearance/HideInputWindowWhenOnlyOneCandidate]
Type=Boolean
DefaultValue=False
Description=Do not show input window if there is one one candidate (Hide when only preedit string must be selected)

[Hotkey/TriggerKey]
Type=Hotkey
DefaultValue=CTRL_SPACE
Description=Hot key of Triggering Input Method

[Hotkey/IMSwitchKey]
Type=Boolean
DefaultValue=True
Description=Enable Left Ctrl + Left Shift to Switch Between Input Method

[Hotkey/SwitchKey]
Type=Enum
EnumCount=7
Enum0=R_CTRL
Enum1=R_SHIFT
Enum2=L_SHIFT
Enum3=L_CTRL
Enum4=ALT_L_SHIFT
Enum5=ALT_R_SHIFT
Enum6=Disabled
DefaultValue=L_CTRL
Description=Hotkey of Switching Active and Inactive Mode

[Hotkey/DoubleSwitchKey]
Type=Boolean
DefaultValue=False
Description=Double click Switch Key to Change Mode

[Hotkey/TimeInterval]
Type=Integer
DefaultValue=250
Description=Interval of Two Key Input

[Hotkey/VKSwitchKey]
Type=Hotkey
DefaultValue=CTRL_ALT_B
Description=Hotkey of Switching Virtual Keyboard

[Hotkey/RemindSwitchKey]
Type=Hotkey
DefaultValue=
Description=Hotkey of Switching Remind Mode

[Hotkey/FullWidthSwitchKey]
Type=Hotkey
DefaultValue=SHIFT_SPACE
Description=Hotkey of Switching Full Width Character Mode

[Hotkey/PuncSwitchKey]
Type=Hotkey
DefaultValue=ALT_SPACE
Description=Hotkey of Switch Full Width Punc Mode

[Hotkey/PrevPageKey]
Type=Hotkey
DefaultValue=-
Description=Hotkey of Going Prev Page

[Hotkey/NextPageKey]
Type=Hotkey
DefaultValue==
Description=Hotkey of Going Next Page

[Hotkey/SecondThirdCandWordKey]
Type=String
DefaultValue=SHIFT
Description=Hotkey to Choose Second and Third Candidate Word

[Hotkey/SaveAllKey]
Type=Hotkey
DefaultValue=CTRL_ALT_S
Description=Hotkey of Saving All Config and Input History

[Hotkey/SwitchPreedit]
Type=Hotkey
DefaultValue=CTRL_ALT_P
Description=Hotkey of Switch Embeded Preedit

[DescriptionFile]
LocaleDomain=fcitx
头像
gdgglhy
帖子: 440
注册时间: 2010-04-23 12:19
系统: arch

Re: fcitx的字体设置在哪里?

#6

帖子 gdgglhy » 2012-03-27 14:37

屏幕截图 - 2012年03月27日 - 14时32分57秒.png
头像
灰色小狼
帖子: 4585
注册时间: 2008-12-06 10:38
系统: Arch

Re: fcitx的字体设置在哪里?

#7

帖子 灰色小狼 » 2012-03-27 14:40

是改皮肤的配置文件 :em04 有fontsize这一项的
头像
sgsdxzy
帖子: 430
注册时间: 2008-07-19 11:14

Re: fcitx的字体设置在哪里?

#8

帖子 sgsdxzy » 2012-03-27 15:12

谢谢楼上2位,原来在皮肤设置里 :em06 我一直无视掉的……
回复