How to install .lst and .afm font files on Windows?

Sorry if this has been answered before but I couldn't find it.
My university tutor gave me a few font files in the form of .lst and .afm I assume these are the types of files you get when you package InDesign documents.
I'm just wondering if there's anyway to integrate it into Windows because changing the file format to .ttf or .otf doesn't seem to help.
Thanks in advance.

Thanks for the reply. The other files I got with the .afm's and .lst's were very small files, not even 1KB, compared to the 16KB .afm's. I think the files she's given me haven't been exported properly/all the data isn't there.
Anyway, thanks again for the help. I'll be able to keep what you've said in mind for any other issues.

Similar Messages

  • How to create .swf and .lib font files?

    Hello All!
    I'm working with a flash template I bought but I'd like to change the fonts.
    According to the documentation:
    To add a new font new .swf files should be transferred to  the “fonts” folder, and necessary changes should be done in fontsLibrary.xml file as well, using the same format.
    In the "fonts" folder I have both .swf and .lib files.
    I've managed to create what I believe to be a healthy .swf font file following the steps in here: http://www.communitymx.com/content/article.cfm?cid=67A61
    Still, after editing the XML accordingly, it won't work, and I believe it's because I don't hava the .lib file.
    Here's what the XML looks like, pretty simple actually:
    <?xml version="1.0" encoding="utf-8"?>
    <fontsLibrary>
    <fonts>
      <font name="standard 07_57" url="standard07_57.swf"/>
      <font name="standard 07_58" url="standard07_58.swf"/>
      <font name="Marketing Script" url="MarketingScript.swf"/>
      <font name="extravaganza" url="extravaganza.swf"/>
    </fonts>
    </fontsLibrary>
    Anyone has any idea how I can progress on this?
    What other info can I give to help you help me?
    Many thanks!!!

    Hi I found the SAP note:897289, which I got answer for my post.
    Regards,
    Murthy

  • How to install Rescue and Recovery 4.21 on Windows 2003

    There should be a good amount of users running Windows 2003 on their thinkpad for various reasons. As much as I tried, I could not get Rescue and Recovery's MSI to install on my X61 running Win2003 R2 SP2, despite attempts to modify the Setup.ini file.
    the changes made in setup.ini:
    [Win2003Server]
    MajorVer=5
    MinorVer=2
    MinorVerMax=3
    BuildNo=3790
    PlatformId=2
    The returned installer error is "The current operating system is not supported for running Rescue and Recovery. Supported operating systems includes Microsoft Windows 2000 with Service Pack 3 or Windows XP with Service Pack 1 or later".
    This is such a shame as I'm pretty sure RR would run just fine on win2003 as both WinXP and win2003 are based on the same underlying technologies and code. Please advice if there's any method such as a command switch for MSI installer to suppress OS detection error or any modification that can be made to setup.ini to get it to install on win2003 or any utility that can be used to modify MSI files and database? Thanks!
    Message Edited by Xseriesfanboy on 08-31-2008 08:26 PM
    Message Edited by Xseriesfanboy on 08-31-2008 08:30 PM
    Solved!
    Go to Solution.

    Alrighty..I've manage to google a hack to this problem of getting Rescue and Recovery to install on Windows 2003. So let this post be a guide to how to get this done:
    Getting the tools to modify Rescue and Recovery MSI (Windows Installer)
    Download and install Orca MSI editor from http://astebner.sts.winisp.net/Tools/Orca.zip
    Review http://ravi1337.blogspot.com/2007/05/orca-msi-editor-make-any-software.html, this guide should give you a good idea what you'll be doing with this tool.
    Download Rescue and Recovery™ 4.21 from Lenovo
     Download Rescue and Recovery™ 4.21 for Windows XP (32-bit) or Windows 2000  from http://www-307.ibm.com/pc/support/site.wss/license.do?filename=thinkvantage_en/z652_setup_rnr42_016c...
    Ensure you are downloading full install with all language pack to avoid any missing installation file due to regional settings
    Run the installer and see that all files are extracted accordingly.
    Modification of Rescue and Recovery Installer
    Delete all files in C:\Documents and Settings\(User Account Name)\Local Settings\Temp\ this will prevent confusion on which files are unpacked and created by RR installer
    Extract z652_setup_rnr42_016c.exe into a folder named z652_setup_rnr42_016c.
    Execute tvtrnr42.exe
    The MSI installer is then unpacked to the following default directory: C:\Documents and Settings\(User Account Name)\Local Settings\Temp\. Note that the installer creates two directories for installation of RR, that are {F151F2B3-0C32-44D3-90E2-E639B8024622} and _isXXXX <--- 4 randomly generated digits
    The folder _isXXXX contain Rescue and Recovery.msi
    On the first run of the installer, the following error will be shown "The current operating system is not supported for running Rescue and Recovery. Supported operating systems includes Microsoft Windows 2000 with Service Pack 3 or Windows XP with Service Pack 1 or later". DO NOT CLICK OK! This is cause the installer to purge all installation files and related directories in the temp directory. Just leave the error window as it is without clicking the OK button!
    Copy all TVT files from folder z652_setup_rnr42_016c into both directories
    Modify setup.ini entry for Win2003Server with notepad and save changes:
    [Win2003Server]
    MajorVer=5
    MinorVer=2
    MinorVerMax=3
    BuildNo=3790
    PlatformId=2
    Right-click on Rescue and Recovery.msi and edit with Orca
    Go to LaunchCondition Table
    Drop the following rows and save changes:
    (((VersionNT=501 AND ServicePackLevel>=1)OR (VersionNT=500 AND ServicePackLevel>=3)) AND WINSERVER=0) OR Installed- The current operating system is not supported for running [ProductName].  Supported operating systems include Microsoft(R) Windows(R) 2000 with Service Pack 3 or later and Windows XP with Service Pack 1 or later.
    IEEXISTS=1 OR Installed - [ProductName] requires Microsoft(R) Internet Explorer version 5.5 or higher. You cannot install the Rescue and Recovery program without this version of Internet Explorer.
    INCOMPAPPNAME=0 OR Installed - [INCOMPAPPNAME] is installed and is incompatible with this version of [ProductName].  This application cannot be installed.  To install [ProductName], uninstall [INCOMPAPPNAME] and then restart this setup.
    Not SGEWRONGVERSION OR Installed - [INCOMPAPPNAME] is installed and is incompatible with this version of [ProductName].  This application cannot be installed.  To install [ProductName], uninstall [INCOMPAPPNAME] and then restart this setup.
    When you're done with these modification, re-run Rescue and Recovery.msi without closing the previous error window. Rescue and Recovery should now install without any glitch! Good Luck!
    Message Edited by Xseriesfanboy on 09-01-2008 06:37 AM
    Message Edited by Xseriesfanboy on 09-01-2008 06:38 AM

  • I don't know how to install Mp3 and PDF file from my computer to IPhone?

    I don't know how to install Mp3 and PDF file from my computer to IPhone? Please who can help me. Thanks

    Please Get the iPhone User Manual for iOS 5.
    Put such files into iTunes, sync to phone. Everything syncs from iTunes to phone.

  • Adobe Type Manager problem with Windows 7 and DIN font file extension not showing

    I have Windows 7 and for some reason I cannot install Adobe Type Manager onto my Computer.
    I need ATM to install the DIN font but am having no luck what so ever.
    I can see the DIN font in my Dropbox but it is showing up like this:-  ._DIN-bold, no file file extension. what am I doing wrong? is it Mac?

    Adobe Type Manager absolutely cannot be installed on Windows 7. In fact, even attempting to install it may corrupt your operating system installation and its ability to properly render Type 1 and OpenType CFF fonts. The last version of Windows for which ATM was at all compatible was Windows XP, 32-bit only!
    Adobe Type Manager is not at all necessary to install fonts, even Type 1 fonts, on Windows 7 systems. Right click on the font file for TrueType of OpenType CFF fonts or the .PFM file for Type 1 fonts and select the Install option.
    The font file you are trying to install is for MacOS. It cannot be installed on Windows.
            - Dov

  • How to install videos and movies on to i touch

    i am not able to get any video files on to my i touch.it is giving a message that this format cant be played on your i pod.how to install videos and movies on to my i touch

    Videos must be in a format that iTunes and the iPod can accept. See:
    http://support.apple.com/kb/HT2729?viewlocale=en_US
    If your videos are not on the appropriate format, you'll have to convert them. Search this forum for "video convert" and you should find a number of threads about converting videos for use with an iPod.
    Regards.

  • How to install html5 and css3 in my DW cs6 i cant download updates from adobe :/

    how to install html5 and css3 in my DW cs6 i cant download updates from adobe :/

    What do you mean you can't write HTML5 code?  Are you working within an HTML5 doc type?
    To make HTML5 your default doc type, go to Edit > Preferences > New Document.  Click on screenshots below.
    To create a new page, go to File > New > Blank page > HTML.  Select none from the 3rd column.  Select HTML5 doc type.  Hit Create button.
    Nancy O.

  • How do I upload and attach the file to Service Request

    [This thread was migrated from the On Demand Developer Forum in the old Siebel Community]
    drangineni
    New Contributor
    Hi,
    I am trying to upload a file and add it to a Service object as an
    attachement. I greatly appreciate if you could provide any code or
    sample...
    Thanks.
    Daya
    Product: CRM OnDemand
    10-21-2006 10:58 AM
    Re: How do I upload and attach the file to Service Request...
    BigSlick
    Valued Contributor
    On Demand doesn't support adding attachments via web services. One
    solution I've seen is depending on the scenario is to create a web link
    field on an object that's based on a custom text field. Your web service
    can populate that custom field and the web link can generate a dynamic
    link to the file in On Demand's UI. However, this depends on where the
    attachment is located and if the user needs some sort of firewall access.
    Hope this helps
    -BigSlick
    10-23-2006 11:43 AM
    ==============================================================================
    Click on the board or message subject at the top to return.

    Yes this still holds ture.
    Bardo

  • I bought 500gb iCloud storage for ł30 with my macbook air, how to install it and will i still be charged a monthly fee?

    Iibought 500gb iCloud storage for ł30 with my macbook air, how to install it and will i still be charged a monthly fee?

    sebek104 wrote:
    Iibought 500gb iCloud storage for ł30 with my macbook air, how to install it and will i still be charged a monthly fee?
    There is no 500GB iCloud storage plan, 20, 200 or 1000 are the available plans.
    What did you actually buy?

  • Hi my question is how can I sort and delete photo files which I have had backed up multiple times? Another way how can I get rid of from the duplicate?

    Hi my question is how can I sort and delete photo files which I have had backed up multiple times? Another way how can I get rid of from the duplicate?

    Provide the name of the program you are using so a Moderator may move this message to the correct program forum
    The Cloud is not a program, it is a delivery process... a program would be Photoshop or InDesign or Muse or ???

  • How to install sound and vibration toolkit 8.5

    Hello all, I have just started using labview and would like to run the "SVXMPL_Third Octave Analysis for Multiprocesor" example as an example for multithread programming, but I run into the issue that the "Sound and Vibration" toolkit is required before running the example.  I have installed the labview 8.5. I have gone through the posed link and gone through  the list of products installed in my machine (ControlPanel>Add and Remove Programs> National Instruments Software), but I couldn't find the "sound and vibration toolkit". I have tried to run the installation setup in order to add the toolkit. it looks like I have already installed all the available software. I don't know how I should install the toolkit.  I appreciate on any comments on how to install the toolkit.   I appreciate if you can help me on how to install "sound and vibration toolkit" in my machine.  

    Never mind.  I got it.

  • How to install forms and reports 6i

    I am facing a problem while installing Forms 6i. The following are the details.
    I successfully installed Oracle 9i first under F:\oracle\ora90. While installing Forms 6i, I selected the "Typical" and gave the path as "F:\oracle\ora90" and clicked on the Next Button. Immediately I got an error message as "The location specified, 'F:\oracle\ora90' is already used as an Oracle home for 'Oracle 82 Beta'. It cannot be used as an Oracle home for 'nt'".
    Could any one give the information of how to install forms and reports 6i. It ll be of great help to me.

    use F:\oracle\ora90 as your oracle-db-home
    use F:\oracle\forms6 as your forms-home
    try it
    Gerd

  • How to install ORAESB and ORAWSM schema

    I installed oracle database 10.2. I'm not clear as to how to install ORAESB and ORAWSM schemas which are required for SOA Suite 10.1.3 installation.

    Please ignore the previous question. I've located the soa_schema directory.

  • How to install itunes and docusign in ios simulator for monodevelop

    Hi All,
    Can anyone tell me on how to install iTunes and other applications like Docusign in ios simulator that is run on Mac(monodevelop).
    Thanks

    Hi there rj 138,
    You may find the troubleshooting steps in the article below helpful.
    iTunes for Windows: "Registry settings" warning when opening iTunes
    http://support.apple.com/kb/ts3299
    -Griff W. 

  • How to Install XI and EP on Single server

    Hi,
    How to install XI and EP on same server. I tried to install XI then EP . After EP installed then iam not able to access XI j2ee engine . I think some where port conflicts . I gave system number for XI : 00 and EP : 02
    Can any one help for this. Where did i made mistake.
    Thanks
    Kristene

    Hi Kristene,
    I have installed XI and EP on the same server (for test purposes) without any problems, so it should be possible. I installed them in a different order (first EP then XI), but I don't think that matters much.
    The only real difference is that I kept the system number the same.
    What do you mean exactly with not being able to access the XI j2ee engine? How did you try to access it?
    Regards,
    Martin

Maybe you are looking for