Developer of iSSH here. Just to save you the trouble, bear in mind
that the sub-pixel font rendering of FreeType is actually patented by
Microsoft. Also, sub-pixel font rendering technically only works in
portrait mode and no present sub-pixel rendering method exists that
works vertically.
In theory, any font with hinting (most TTF fonts) will render at a sub-
pixel level.
Dean
On Dec 20, 12:43 pm, TouchTerm Support <
toucht...@jbrink.net> wrote:
> we've also started prototyping subpixel fonts. we've got a pretty
> basic ASCII-only subpixelfontworking, at sizes from 3x6 to 8x13. the
> smaller fonts easily allow the full 80 columns to fit into the width
> of the iPhone screen...and are more or less readable. :)
>
> the main issues at this point are:
>
> - it only works for white-on-black text
>
> - it only works for ASCII characters -- anything else (primarily
> international characters) is rendered using the normalfont, and is
> basically unreadable
>
> but it still seems like it might be worth adding. thoughts? requests?
>
> also, if anyone happens to know any resources for a more a extensive
> library of distributable subpixel fonts, we'd love to hear any
> suggestions... :)
>
> On Nov 26, 10:59 pm, TouchTerm Support <
toucht...@jbrink.net> wrote:
>
>
>
> > we've added TTF support to the codebase, so we'll be able to add new
> > custom fonts to TT and TT Pro.
>
> > in the next update, we'll be including a couple of new fonts
> > (Bitstream Vera Mono, and SaxMono), which will hopefully increase
> > legibility at smallerfontsizes.
>
> > please let us know if you have any recommendations of other fonts
> > you'd like to see!- Hide quoted text -
>
> - Show quoted text -