aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2]

Author Topic: Font size choice  (Read 9716 times)

quinaquen_uk

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 9
    • http://www.cybermonkeys.co.uk
Re: Font size choice
« Reply #15 on: October 11, 2004, 07:17:33 PM »

is the request difficult to implement? it's nice to be able to change font sizes in programs if you have a poor monitor or if your eyesight isn't that great.
sure you can work around it changing the font size in the source, but it would be much better from a user standpoint for it to be an option in the program itself.
Logged
"Where's it's *%£^" head?!"

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Font size choice
« Reply #16 on: October 11, 2004, 07:34:49 PM »

Hey, we're working on it. give us a break :)
Logged

quinaquen_uk

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 9
    • http://www.cybermonkeys.co.uk
Re: Font size choice
« Reply #17 on: October 11, 2004, 11:18:38 PM »

came across differently to how it sounded in my head.
apologies. didn't mean anything by it.
Logged
"Where's it's *%£^" head?!"

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Font size choice
« Reply #18 on: October 12, 2004, 12:54:37 AM »

I was smiling ;)
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Font size choice
« Reply #19 on: October 12, 2004, 05:38:38 AM »

If you compile aMule with GTK2 wx*, then you are able to change the fonts size just by using the Gnome-fonts preferences. Even if you use KDE, or blackbox, or enlightenment, or anything (If you use a wm other than GNOME, you should add a command to your ~/.xinitrc file, but don't remember which one, using windows right now).

Regards.
Logged

macieq

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Font size choice
« Reply #20 on: November 28, 2004, 07:04:25 PM »



this is my problem with fonts...
when I start aMule, fonts on server list are ok - just as I set - helvetica 10, but when i connect to server - font makes bigger [look image]

on transfer list all fonts are too big..


any sugestions?
« Last Edit: November 28, 2004, 07:06:38 PM by macieq »
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Font size choice
« Reply #21 on: November 28, 2004, 11:25:50 PM »

afaik, Xaignar began implementing a font-size setting into preferences. sadly, Xaignar is unable to code lately since he has no internet connection, but i guess as soon as he's back he'll keep up that code...
Logged

macieq

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Font size choice
« Reply #22 on: November 29, 2004, 01:12:42 PM »

ok, thanks
i will wait :P
Logged

Ateo

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 138
  • pfft.
    • http://www.atheistnetwork.com
Re: Font size choice
« Reply #23 on: December 09, 2004, 08:27:43 PM »

Quote
Originally posted by Grobill
Considering I'm lazy, its only one line fixing size in lists ;)
I added this :    SetFont( wxFont( 10, wxDEFAULT, wxNORMAL, wxNORMAL));
at the end of CMuleListCtrl constructor.

Can you expand on this a little? :P
Logged
-- El payaso cabron me dice que tengo que consumir!

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Font size choice
« Reply #24 on: December 10, 2004, 07:15:20 AM »

with that line he is defining the default size that will be used in some lists (the lists which use the CMuleListCtrl class. such as the servers list, the transfers lists and i think the friends list too).
the font he is defining is the default font with size 10 (no bold, no italic, no underline, black, etc).
The code is at MuleListCtrl.cpp
The constructor of a class is the fucntion in that class which has the same name as the class (in this case, CMuleListCtrl::CMuleListCtrl())
Logged
Pages: 1 [2]