[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] [patch] fuller right margin in ftview
From: |
Alexei Podtelezhnikov |
Subject: |
Re: [ft-devel] [patch] fuller right margin in ftview |
Date: |
Wed, 27 Jun 2012 05:54:21 -0400 |
>> The attached patch changes the way 'ftview' fills the window with
>> glyphs so that the right margin is less blank and a larger number of
>> glyphs shown. It uses the actual width of the current grBitmap,
>> instead of super conservative max_advance, when fitting the glyphs
>> in the available space.
>
> Looks promising! Will test it soon.
I've picked FT_Err_Raster_Overflow to indicate the boundary. Is that
appropriate? I am also considering whether to add a 2-4-pixel right
margin.