Interviewed by CNN on 08/09/2011 11:45, Ray_Net told the world: > Why is it possible to specify an font(name) and SM shows on the screen > the picture of the character ?..... EXCEPT for the Wingdings FONT ? > It works in all other browsers making Firefox incompatible with all others.
Because the Gecko engine works through Unicode. It sees "J", converts it to the corresponding Unicode code point, and looks up that code point in the font. Wingdings is not an Unicode font, and does not list that Unicode code point as available; therefore, Gecko falls back to another font. -- MCBastos This message has been protected with the 2ROT13 algorithm. Unauthorized use will be prosecuted under the DMCA. -=-=- ... Sent from my Interocitor. *Added by TagZilla 0.066.2 running on Seamonkey 2.3.3 * Get it at http://xsidebar.mozdev.org/modifiedmailnews.html#tagzilla _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

