LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-02-2005, 03:07 AM   #1
Kirmonkey
Member
 
Registered: Jan 2004
Location: UK
Distribution: Debian
Posts: 194

Rep: Reputation: 30
font size in scim


Hi all,

I use scim to input Chinese characters on my system, mainly in Oo.

These are clearly and accurately rendered in Oo but whist typing in the scim dialogue box the fonts are really small. This makes it difficult to choose the right numbers and then characters when typing, especially for longer documents.

Any ideas?

I am using smart pinyin and scim version 1.0.2

I have tried the configuration dialogue with no success.
 
Old 06-14-2008, 06:30 AM   #2
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
I too have this problem so help would be greatly appreciated.

I believe the following info is important:

$HOME/.gtkrc-2.0

Code:
include "$HOME/.gtkrc-2.0.mine"

$HOME/.gtkrc-2.0.mine

Code:
style "user-font" {
        font_name = "DejaVu Sans 18"
}
widget_class "*" style "user-font"
style "user-font2" {
        font_name = "DejaVu Sans 10"
}
widget_class "gtk.Dialog" style "user-font2"
gtk-font-name="DejaVu Sans 10"

gtk-icon-sizes="gtk-menu=10,10:\
                gtk-button=10,10:\
                gtk-small-toolbar=10,10:\
                gtk-large-toolbar=10,10:\
                gtk-dnd=10,10:\
                gtk-dialog=10,10"
gtk-toolbar-style = GTK_TOOLBAR_ICONS

$HOME/.scim/config

Code:
/DefaultIMEngineFactory/en_US = IMEngine-M17N-zh-tonepy-gb
/DefaultIMEngineFactory/zh_CN = IMEngine-M17N-zh-tonepy-gb
/FrontEnd/ChangeFactoryGlobally = false
/FrontEnd/OnTheSpot = true
/FrontEnd/SharedInputMethod = false
/FrontEnd/Socket/ConfigReadOnly = false
/FrontEnd/Socket/MaxClients = 512
/FrontEnd/X11/BrokenWchar = true
/FrontEnd/X11/Dynamic = false
/FrontEnd/X11/OnTheSpot = true
/FrontEnd/X11/ServerName = SCIM
/Hotkeys/FrontEnd/NextFactory = Control+Alt+Down,Shift+Control+KeyRelease+Shift_L,Shift+Control+KeyRelease+Shift_R
/Hotkeys/FrontEnd/Off = 
/Hotkeys/FrontEnd/On = 
/Hotkeys/FrontEnd/PreviousFactory = Control+Alt+Up,Shift+Control+KeyRelease+Control_L,Shift+Control+KeyRelease+Control_R
/Hotkeys/FrontEnd/ShowFactoryMenu = Control+Alt+Right
/Hotkeys/FrontEnd/Trigger = Control+space
/Hotkeys/FrontEnd/ValidKeyMask = Shift+Control+Alt+CapsLock+Meta+QuirkKanaRo
/IMEngine/Pinyin/AlwaysShowLookup = true
/IMEngine/Pinyin/Ambiguity/AnAng = false
/IMEngine/Pinyin/Ambiguity/Any = false
/IMEngine/Pinyin/Ambiguity/ChiCi = false
/IMEngine/Pinyin/Ambiguity/EnEng = false
/IMEngine/Pinyin/Ambiguity/FoHe = false
/IMEngine/Pinyin/Ambiguity/InIng = false
/IMEngine/Pinyin/Ambiguity/LeRi = false
/IMEngine/Pinyin/Ambiguity/NeLe = false
/IMEngine/Pinyin/Ambiguity/ShiSi = false
/IMEngine/Pinyin/Ambiguity/ZhiZi = false
/IMEngine/Pinyin/AutoCombinePhrase = true
/IMEngine/Pinyin/AutoFillPreedit = true
/IMEngine/Pinyin/BurstStackSize = 128
/IMEngine/Pinyin/ChineseSwitchKey = Control+slash
/IMEngine/Pinyin/DisablePhraseKey = Control+d
/IMEngine/Pinyin/DynamicAdjust = true
/IMEngine/Pinyin/DynamicSensitivity = 6
/IMEngine/Pinyin/FullWidthLetterKey = Shift+space
/IMEngine/Pinyin/FullWidthPunctKey = Control+period
/IMEngine/Pinyin/Incomplete = true
/IMEngine/Pinyin/MatchLongerPhrase = false
/IMEngine/Pinyin/MaxPreeditLength = 32
/IMEngine/Pinyin/MaxUserPhraseLength = 8
/IMEngine/Pinyin/ModeSwitchKey = Alt+Shift_L+KeyRelease,Alt+Shift_R+KeyRelease,Shift+Shift_L+KeyRelease,Shift+Shift_R+KeyRelease
/IMEngine/Pinyin/PageDownKey = period,equal,bracketright,Page_Down
/IMEngine/Pinyin/PageUpKey = comma,minus,bracketleft,Page_Up
/IMEngine/Pinyin/SavePeriod = 300
/IMEngine/Pinyin/ShowAllKeys = false
/IMEngine/Pinyin/SmartMatchLevel = 20
/IMEngine/Pinyin/Tone = true
/IMEngine/Pinyin/User/DataBinary = false
/IMEngine/RawCode/Locales = default
/Panel/Gtk/Color/ActiveBackground = light sky blue
/Panel/Gtk/Color/ActiveText = black
/Panel/Gtk/Color/NormalBackground = #F7F3F7
/Panel/Gtk/Color/NormalText = black
/Panel/Gtk/DefaultSticked = false
/Panel/Gtk/Font = default
/Panel/Gtk/LookupTableEmbedded = true
/Panel/Gtk/LookupTableVertical = false
/Panel/Gtk/ShowStatusBox = false
/Panel/Gtk/ShowTrayIcon = true
/Panel/Gtk/ToolBar/AlwaysShow = false
/Panel/Gtk/ToolBar/AutoSnap = true
/Panel/Gtk/ToolBar/HideTimeout = 2
/Panel/Gtk/ToolBar/POS_X = 603
/Panel/Gtk/ToolBar/POS_Y = -1
/Panel/Gtk/ToolBar/ShowFactoryIcon = true
/Panel/Gtk/ToolBar/ShowFactoryName = true
/Panel/Gtk/ToolBar/ShowHelpIcon = true
/Panel/Gtk/ToolBar/ShowMenuIcon = true
/Panel/Gtk/ToolBar/ShowSetupIcon = true
/Panel/Gtk/ToolBar/ShowStickIcon = false
/UpdateTimeStamp = 1212793081:984267
 
Old 06-16-2008, 01:42 AM   #3
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
Just closing my own previous question:

click on the panel, choose scim-setup, panel, gtk, there under miscellaneous (bottom right) there's a tiny button with "fonts" beside it.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
font size antipop Linux - Software 5 06-30-2004 07:33 AM
web page, font and font size linuxzouk Programming 4 06-19-2004 10:03 PM
Font size Loke Linux - Newbie 4 05-04-2003 09:34 PM
font size happy hippo Linux - Newbie 0 10-18-2001 04:23 AM
font size p_murugappan Linux - General 1 07-12-2001 05:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration