Increase font size in text window

Asked by Nigel Blackwell

This app is great. Simple and powerful for creating a novel. However, I'm struggling with the size of the font in the text editing window, is it possible to increase this? I don't need to be able to set italics etc, just select a bigger font (pref one with more whitespace top and bottom, like Waree.

Cheers

Question information

Language:
English Edit question
Status:
Solved
For:
Kabikaboo Edit question
Assignee:
No assignee Edit question
Solved by:
Nigel Blackwell
Solved:
Last query:
Last reply:

This question was originally filed as bug #668490.

Revision history for this message
aidave (aidave) said :
#1

Thanks!
This feature you want has already been added for 1.8, actually, it is in the bazaar repository.
You can change the font size on the text, tree, tabs, nodepath, and attributes.

If you want to use this (there is no install package right now) try from your command line:

bzr branch lp:kabikaboo

then cd into the trunk directory and type:

./kabikaboo

You will get all the latest features then.

Revision history for this message
aidave (aidave) said :
#2

This is really a feature request, and has a blueprint here:

https://blueprints.launchpad.net/kabikaboo/+spec/default-fonts

Revision history for this message
Nigel Blackwell (nigel-blackwell) said :
#3

This works great, thanks for the instructions (new to linux so no idea about bazaar etc).
I did have to edit kabikaboo.py to add import glib because running it generated an error. Thanks again.