Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Can mozilla engine render bitmap fonts with kerning?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ffnewbie1  
View profile  
 More options Dec 29 2011, 4:54 pm
Newsgroups: mozilla.dev.tech.layout
From: ffnewbie1 <gya...@gmail.com>
Date: Thu, 29 Dec 2011 13:54:45 -0800 (PST)
Local: Thurs, Dec 29 2011 4:54 pm
Subject: Can mozilla engine render bitmap fonts with kerning?
I'm able to embed bitmap font within a  true type font file .ttf which
contains kerning table.  Molizza firefox only uses the true type font
in the .ttf file, but not the embedded bitmap font.   Is there a way
to ask the firefox to render text using the embedded bitmap font, and
apply the kerning as well?   I already set
"browser.display.auto_quality_min_font_size" to 0, so that the kerning
effect should be applied for any font size, if it is used at all.

If not, is there a way for Molizza to apply kerning to bitmap font?
What kind of bitmap font file would preserve kerning info that Molizza
can be used? It looks like bdf and pcf can't have kerning info with it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karl Tomlinson  
View profile  
 More options Aug 20 2012, 8:01 pm
Newsgroups: mozilla.dev.tech.layout
From: Karl Tomlinson <mozn...@karlt.net>
Date: Tue, 21 Aug 2012 12:01:10 +1200
Local: Mon, Aug 20 2012 8:01 pm
Subject: Re: Can mozilla engine render bitmap fonts with kerning?

On Thu, 29 Dec 2011 13:54:45 -0800 (PST), ffnewbie1 wrote:
> I'm able to embed bitmap font within a  true type font file .ttf which
> contains kerning table.  Molizza firefox only uses the true type font
> in the .ttf file, but not the embedded bitmap font.   Is there a way
> to ask the firefox to render text using the embedded bitmap font, and
> apply the kerning as well?   I already set
> "browser.display.auto_quality_min_font_size" to 0, so that the kerning
> effect should be applied for any font size, if it is used at all.

On Linux/X11 at least, embedded bitmaps should be used.
Check that the fontconfig property embeddedbitmap is not disabling
embedded bitmaps.  On this platform, cairo also disables embedded
bitmaps if hinting is disabled and antialiasing is requested.

On all platforms, it may be worth experimenting with a TTF font
with embedded bitmaps but no outlines, assuming that is possible.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »