FontLab Forum
2012-02-08, 20:34:21 *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to the FontLab forum, read how to use it! Update: Archives from old MSN forums are now available on our forum.
 
   Home   Help Search Calendar Downloads Tags Login Register  
Del.icio.us Digg FURL FaceBook Stumble Upon Reddit SlashDot

Pages: [1]
  Print  
Author Topic: Latest WEFT?  (Read 2442 times)
ArchivePoster
Guest
« on: 2007-03-21, 14:33:00 »

Posted by: robinr17
         
What is the latest version of WEFT and where can I find it, please?
 
All Google searches lead to a Microsoft page for version 3, dated about 2003.  The same on the Microsoft web site.  But I find occasional references to version 5.3.
 
At the same time, there seem to be very few recent articles on font embedding. Is this because all the problems have been solved?  or have people just given up?  or is there a better way to do the job?
 
Am I just using the wrong search strings?   :-)
 
Where can I find a recent summary of best practice?  Is there an up to date FAQ?
 
Many thanks, R

Logged
ArchivePoster
Guest
« Reply #1 on: 2008-04-17, 22:54:00 »

Posted by: mindypin
         
Here is a link to the WEFT page where you should be able to find the answers to your questions:  http://www.microsoft.com/typography/web/embedding/weft3/default.htm

Good luck!
Logged
ArchivePoster
Guest
« Reply #2 on: 2008-04-20, 21:01:00 »

Posted by: ImDocHolliday
         
Unfortunately, when it comes to WEFT, Microsoft doesn't really provide a good FAQ or a list of Best Practices.  It's a learn-as-you-go proposition.  I can tell you what works for me and it has helped me create some pretty good embedded font files for use in my web pages.  Remember, make sure the fonts you want to use are active on your system.  If not, these instructions won't do any good.
 
First - do NOT let WEFT search your entire web site and determine which fonts you have in use.  Create a page called "fontembed.htm" (or html) and put it in a folder called "fonts" off of the root of your web site.  In the fontembed page, add the following lines.  Do this in HTML, not while viewing the output.  If you like, you can use Notepad to edit the page.
 
Manuscript

A BCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890`~!@#$%^&*()_-[{}]|;:"',<>./?®©°’


 
Copy these lines for all of the fonts you will use in your web site.  Change the face tag and name to the true font name for each.  Set the background and fonts color to what your viewers will see.  Make sure the   stays between the A and B; it's blank space character and if you don't use it, you'll get little boxes all over your pages.  If you do see little boxes in the place of any of the characters (usually the ones after the zero) it means the typeface you are using does not support that character.  Remove them because there's no sense in having WEFT go through the process of trying to create characters that don't exist.  Some typefaces may use all of these; others may use just the letters and numbers.  NOTE! - most typefaces are NOT public domain and the author may not have given permission to use the typeface on a web page.  YOU are responsible to follow all copyrights.  If the file cannot be generated by WEFT, don't send flame-mail or ask how to get around it.  It won't happen; just accept it.
 
Once you have created the fontembed page, start WEFT and point to this page ONLY!  WEFT will read it and create the EOT files, if possible, based on this page.  Generally, I've found that I have to type in the full URL to my fontembed page:
 
 
Do NOT browse for the page.  Just type it in manually.  When you save the EOT files, let WEFT create the CSS declarations.  However, WEFT will not create it exactly right; you'll have to edit them for use in your CSS file.  Yes, you SHOULD use CSS file.  Make your @font-face declarations look like this:
 
@font-face { font-family: Manuscript; font-style:  normal; font-weight: normal; src: url(http://www.website.com/fonts/MANUSCR0.eot); }
 
WEFT will just put the font name in the URL() function.  Don't keep it that way.  Use the full URL to the EOT file.
 
Also, you may not be able to save the EOT files to your web site directly.  That's fine.  Just save them to your local computer.  You can copy them to the fonts folder in your web site later.
 
That's pretty much it.  Search the web for a good tutorial on using CSS.  It will help.
 
 - John
 
 

Logged
ArchivePoster
Guest
« Reply #3 on: 2008-08-28, 13:05:00 »

Posted by: vijaytomalex
         
im developing amalyalam site ,i tried with the above font ,i have to use ML fonts only . i embed the ,pfm format file using WEFT, but in IE  certain characters are shown in  "boxes"

seem  the characters are mentioned in PFB file ,how could i embed  tat file,when im trying to copy that file to the font file in the system its showing error also,


Logged
Tags:
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!