Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Where to get AA fonts for new Rockbox 3.8
« previous next »
  • Print
Pages: [1] 2

Author Topic: Where to get AA fonts for new Rockbox 3.8  (Read 5751 times)

Offline happybear

  • Member
  • *
  • Posts: 16
Where to get AA fonts for new Rockbox 3.8
« on: March 23, 2011, 11:08:26 PM »
May I know the link to get AA fonts for the new Rockbox 3.8?
sorry, I searched but couldn't find it.  :-\
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #1 on: March 23, 2011, 11:51:01 PM »
I don't think there are any in the font pack yet, so you'll probably need to convert them yourself.
http://www.rockbox.org/wiki/CreateFonts
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline happybear

  • Member
  • *
  • Posts: 16
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #2 on: March 24, 2011, 12:08:32 AM »
OK thanks! will try it out  ;)
Logged

Offline happybear

  • Member
  • *
  • Posts: 16
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #3 on: April 07, 2011, 10:11:51 PM »
I've tried the convttf on a ttf font like this:

convttf -p 15 -c 1 Sans-Serif_E_Reg.ttf

and the resulting file displayed in the simulator is in italic.
I've tried other fonts like arial.ttf and its the same result.

Which option should I use to make it non italic?

Thanks.
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #4 on: April 08, 2011, 08:50:40 AM »
happybear,

There isn't any.
Run convttf with no arguments to check for yourself. Maybe it's just screwed up and appears to be italic? Some fonts convert quite poorly for...<insert_reason>.



[St.]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline happybear

  • Member
  • *
  • Posts: 16
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #5 on: April 09, 2011, 12:13:26 AM »
I've tried it again without any options:

C:\convttf>convttf tahoma.ttf
Please wait, converting tahoma.ttf to tahoma_15.fnt:
caliculating height...
         done.
        2036 glyphs are encoded in this source file according to a source font property.
        1914 characters can be converted.
        fist character  = 32
        last character  = 65532
        line height     = 20

caliculating memory usage...
         done.

converting fonts...
done (converted 1914 glyphs, 0 errors).

...it seems to work well in the simulator now, but when I put in on my E270 the font appears all gibberish...

This is my tag:
%Fl(2,verdana_15_AA.fnt)

Even if I use 1914 as the total glyphs based on the converted glyphs from convttf:
%Fl(2,verdana_15_AA.fnt,1914)

Does anyone have any successfully converted AA fonts to share that is good on the actual player?
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #6 on: April 09, 2011, 03:46:25 AM »
What I meant by "with no arguments" was simply doing:

"./convttf"

This will bring up the help dialogue, and you could have seen for yourself that there is no flag to enable/disable italics.

Sorry to confuse you.


[St.]
« Last Edit: April 09, 2011, 03:49:33 AM by [St.] »
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #7 on: April 09, 2011, 04:34:57 AM »
Quote from: happybear on March 23, 2011, 11:08:26 PM
May I know the link to get AA fonts for the new Rockbox 3.8?

There is no "new Rockbox 3.8". Rockbox 3.8.1 has been released which is a bugfix release of Rockbox 3.8. Rockbox 3.8 did not include support for anti aliased fonts. Since 3.8.1 is a bugfix release it also doesn't support it -- it's a bugfix release, and bugfix releases only get bugfixes, no new features. If you want to use anti aliased fonts you need to use a current build.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline happybear

  • Member
  • *
  • Posts: 16
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #8 on: April 10, 2011, 11:13:03 PM »
OK...

I'm using the current build r29701 and some AA fonts from old custom builds (eg: kugels, blackthunder, isanggon) from years ago.

It works just fine now!  ;D

Thanks everyone!
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #9 on: April 11, 2011, 03:17:38 AM »
I was working on a theme that required a nice anti-aliased font in a range of sizes.

Whilst I was working on this project I realised there was a need for some much larger fonts to use with Rockbox as an Application, as a result of this need I created an anti-aliased font package that should migrate it's way into our released font package shortly.

The set contains fonts converted from the DroidSans font which range from 12px to 50px, in 2px increments, in both regular and bold variations.

In the meantime, it is available here:

Font Set: DOWNLOAD
Sources: DOWNLOAD

Enjoy.



[St.]
« Last Edit: April 11, 2011, 03:19:29 AM by [St.] »
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline gbl08ma

  • Member
  • *
  • Posts: 249
    • My blog
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #10 on: April 11, 2011, 07:08:47 AM »
On the link of my signature you can find a page with RB AA fonts converted by myself, from Open Source fonts. Please note that I couldn't test them all on a device or sim, so feedback is highly appreciated.

I will be adding more fonts as I convert them. It seems DroidSans is already converted so I'll add it ASAP ;).
Logged
http://gbl08ma.com | http://i.tny.im

Offline happybear

  • Member
  • *
  • Posts: 16
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #11 on: April 11, 2011, 07:42:25 AM »
Nice fonts guys... Thanks for sharing!.

I did notice that if I put a large AA font higher than 20 points, my backdrop disappears on my player although the font displays perfectly. I'm using custom backdrops for FM screen, WPS screen.
Logged

Offline gbl08ma

  • Member
  • *
  • Posts: 249
    • My blog
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #12 on: April 11, 2011, 09:04:55 AM »
Quote from: happybear on April 11, 2011, 07:42:25 AM
Nice fonts guys... Thanks for sharing!.

I did notice that if I put a large AA font higher than 20 points, my backdrop disappears on my player although the font displays perfectly. I'm using custom backdrops for FM screen, WPS screen.
Even with DroidSans, the font provided by [St.]? (I want to know if it's a problem of my conversions...)
Logged
http://gbl08ma.com | http://i.tny.im

Offline gevaerts

  • Administrator
  • Member
  • *
  • Posts: 1053
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #13 on: April 11, 2011, 09:19:43 AM »
Quote from: happybear on April 11, 2011, 07:42:25 AM
Nice fonts guys... Thanks for sharing!.

I did notice that if I put a large AA font higher than 20 points, my backdrop disappears on my player although the font displays perfectly. I'm using custom backdrops for FM screen, WPS screen.

This sounds like a WPS buffer size issue.
Logged

Offline Progweed

  • Member
  • *
  • Posts: 67
Re: Where to get AA fonts for new Rockbox 3.8
« Reply #14 on: April 11, 2011, 11:19:28 AM »
Quote from: gbl08ma on April 11, 2011, 07:08:47 AM
On the link of my signature you can find a page with RB AA fonts converted by myself, from Open Source fonts. Please note that I couldn't test them all on a device or sim, so feedback is highly appreciated.
Thanks for these fonts, gbl08ma. Inconsolata, Nobile & Orbitron work well on my Sansa Fuze. I didn't test the other two fonts.

And btw, I compiled convttf for users unable to do so themselves:
http://www.mediafire.com/file/6xqh4c383qqa5b1/convttf.zip
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Where to get AA fonts for new Rockbox 3.8
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.117 seconds with 15 queries.