Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#7062 - font buffer size up patch

Attached to Project: Rockbox
Opened by takka (tfact) - Saturday, 21 April 2007, 04:42 GMT+2
Task Type Patches
Category LCD
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

patch for large unicode font.
font is drawn very fast.
   font_buffer_size_up.patch (1.2 KiB)
 ./firmware/export/font.h |    4 ++++
 firmware/font.c          |   18 +++++++++++++++---
 2 files changed, 19 insertions(+), 3 deletions(-)

This task depends upon

Closed by  Paul Louden (Llorean)
Saturday, 21 April 2007, 12:22 GMT+2
Reason for closing:  Rejected
Additional comments about closing:  The font size was recently increased already. This is entirely unnecessary, the whole point of the glyph cache is so that you are not loading the entire font in memory and wasting space with a large number of characters you do not use regularly.

Loading...