Embed fonts in AIR Help?

Hello,
Is there any way to embed fonts in AIR Help? I've noticed that fonts used in the Help must be installed on the user's computer for them to be displayed correctly (like with CHM files). I know the pages are just HTML but I thought (wished) that because AIR Help is an application, some magic might be worked in include fonts.
Thanks, Jason

The fonts are whatever you specifiy in your CSS. To the best of my knowledge and without testing, you are reliant on those fonts being installed on the users PC. There is no way of embedding fonts that I am aware of.
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Embed fonts on iBook on iPad Air iOS8 8.0.2 not working

    Hi. I have an iPad Air with new iOS 8.0.2 and my embed fonts on my eBook just stop working.
    Now when I use "Original" font the iPad is showing a generic serif font.
    Where is my embed fonts?
    I have a lot of work and research on internet to make them work and now they are gone.
    Thanks
    Ivan Milazzotti

    I have been in contact with Apple support. First, iOS diagnostics, everything ok, then restore using iTunes, the problem persists. They have recommended that I try to call more contacts and see if the problem continues. They suggest that the wifi can be the problem or restore using iTunes again but deleting files stored on the PC.
    I wonder if the wifi of my contacts is not right ... that's what makes my iPad reboots? I can understand that the call is cut, but do not restart ipad ...

  • HELP!!  cannot seem to embed fonts

    <mx:Style>
    @font-face{
    src: url(./assets/ARIAL.TTF);
    fontFamily: "aArial";
    fontStyle: regular;
    .mystyle1 {
    fontFamily:"aArial";
    fontSize: 12pt;
    </mx:Style>
    <mx:Panel x="40.5" y="22" width="325.5" height="268"
    layout="absolute" backgroundAlpha="0" horizontalAlign="center"
    horizontalScrollPolicy="off" verticalScrollPolicy="off" title="test
    embed"
    id="d_mail" color="#FFFFFF" borderStyle="solid"
    borderAlpha="0" styleName="mystyle1"></mx:Panel>
    This is my tale of frustration. I've tried every which way
    but loose, within the AS3/Flex docs to embed fonts. Once I set the
    style of the control or container to mystyle1 it justs defaults to
    "BL***Dy" Times Roman.
    Please save a man from going mad.
    [a /]

    Don't put quotes around the fontFamily. It should read:
    fontFamily: aArial;
    .myStyle1 {
    fontFamily: aArial;

  • Flash Professional Help | Embed fonts for consistent text appearance

    This question was posted in response to the following article: http://helpx.adobe.com/flash/using/embed-fonts-consistent-text-appearance.html

    How can I embed one font and use it for several text objects in the FLA?

  • Embed fonts not available error (But they are available sysetm fonts)

    Hello!
    I tried to search and actually did found some answers regarding font problems, but they did not help. So I am explaining here my problem in hope that someone can help me.
    My company bought a HP Xeon X3450 @ 2.8Ghz. @Gb RAM DD3 1333 with Windows 7 64-Bits version Professional.
    We installed Adobe CS3 Suite on Windows 7 64-Bits version and the problems with fonts started.
    We used to work with XP Professional before this new machine arrived and never had system fonts propblems with Adobe CS3 Suite.
    Basically, what happens is:
    When I try to open PDF files with embed fonts (system fonts susch as ARIAL for example) the program returns an error saying that the fonts are not installed/available, but checking the C:\windows\fonts, they are there and working fine on Office or other common application such as notepad for example.
    I tried the workaround I found on these very forums of copying the fonts to the folder C:\Program Fils\Common Files\Adobe\Fonts and it still does not work.
    Formated the HD and then installed Windows 7 32 bits (x86) and still have the same problems. All updates were made and applied to Adobe and Windows respectively for both 64 and 32 versions and the error still happens.
    In resume, fonts are installed, they are system fonts but under Windows 7 64 or 32 bits versions they simply do not work when opening the PDF files with embed fonts.
    -The PDFs had no problems before while running windows XP Professional.
    -The PDFs open whithout any problems on machines with Windows Xp Professional.
    -This is happening specifically in Adobe Illustrator CS3 and CS5 and Adobe Acrobat Professional 8 and 9.
    Please, I urge for help since we don't know what to do anymore.
    Thank you all who took time to read this and forgive my terrible english, it is not my first language.
    Best regards,
    Message was edited by: Andre Gurtovoi - Reason: added information.

    Andre,
    What I believe you have is 2 different versions of Arial, you old machine probably contains the version you need.
    By old version, I mean one could by true type(XP), and another Opentype (WIn 7), and the error comes up. Even though they have they same name (Eg: Arial Bold).
    There are even old version of fonts that are both of the same font technology format and have different FOND ID  numbers(Eg: Frutiger was one that I often encountered, but you don't see this problem that much nowadays).

  • How to embed fonts AND keep bookmarks?

    Hello, newbie here.
    I use MS Sql Server Reporting Services to generate a lengthy report, often over 100 pages. The report must be distributed as a PDF, and it must use some slightly unusual fonts, and it needs bookmarks. Reporting Services has a PDF rendering engine which can insert the bookmarks, but it cannot embed fonts (I'm using Visual Studio 2005).
    So after some investigation, I saw that I can embed fonts by converting the PDF to a Postscript (PS) file, then use Distiller to re-create the PDF with embedded fonts. A bit clumsy, but it works, EXCEPT that apparently the conversion to PS removes the bookmarks.
    So I am guessing that I'm going about this all wrong, and am hoping some one here can show me a better way. Oh yes, I have Acrobat 9 Pro and Distiller 9.
    Thanks in advance,
    Dave

    You may be overcomplicating this. Hopefully, depending on which SQL report writer you use, you can configure it to embed fonts or at least a subset of the fonts at the time of the report generation. I have never had much luck with it outputting bookmarks so if you have mastered that, you have me beat. I took a section from my SQL report help on embedding fonts and and plagiarizing and pasting it below:
    Font Embedding
    When possible, the PDF rendering extension embeds the subset of each font that is needed to display the report in the PDF file. Fonts that are used in the report must be installed on the report server. When the report server generates a report in PDF format, it uses the information stored in the font referenced by the report to create character mappings within the PDF file. If the referenced font is not installed on the report server, the resulting PDF file might not contain the correct mappings and might not display correctly when viewed.
    Fonts are embedded in the PDF file when the following conditions apply:
    Font embedding privileges are granted by the font author. Installed fonts include a property that indicates whether the font author intends to allow embedding a font in a document. If the property value is EMBED_NOEMBEDDING, the font is not embedded in the PDF file. For more information, see "TTGetEmbeddingType" on msdn.microsoft.com.
    The Font is TrueType.
    The characters in the string that has the Font property set are Unicode, not ANSI. No font embedding occurs for ANSI characters.
    Fonts are referenced by visible items in a report. If a font is referenced by an item that has the Hidden property set to True, the font is not needed to display rendered data and will not be included in the file. Fonts are embedded only when they are needed to display the rendered report data.
    If all of these conditions are met for a font, the font is embedded in the PDF file. If one or more of these conditions is not met, the font is not embedded in the PDF file.
    Fonts on the Client Computer
    When a font is embedded in the PDF file, the computer that is used to view the report (the client computer) does not need to have the font installed for the report to display correctly.
    When a font is not embedded in the PDF file, the client computer must have the correct font installed for the report to display correctly. If the font is not installed on the client computer, the PDF file displays a question mark character (?) for unsupported characters.
    Verifying Fonts in a PDF File
    The fonts that are embedded in the PDF file are included in the Fonts property that is saved with the file, as metadata.
    To check if the font is embedded go to File/Properties/Fonts and see the status of the fonts, if they say embedded or subset embedded you are all set.
    lt me know where your process lets you down and I can try to help from there.

  • How to Embed Fonts and make Grayscale in Acrobat Pro 9 PDF

    I supplied my printer with a PDF but he says that I need to "Embed The Fonts" in the PDF.
    I made the original document in MS WORD and then I created the PDF in Acrobat Pro 9 but nowhere
    along the way did I see anything that asked me to Embed The Fonts.
    He also says that the type is in RGB but it needs to be in Grayscale.
    When I created the PDF I didn't see any option along the way that gave me a choice between
    RGB and Grayscale.
    Any ideas how to achieve these two effects while going from an MS WORD document to a PDF using
    Acrobat Pro 9 please?
    Any help would be much appreciated.

    Sorry to bother you with my problem but I wondered if you could explain a little bit more about things I didn't understand.
    1 - you said > On a Mac there is no advantage to using the Word plug-in.
    Do you mean that I can type directly into Acrobat?
    I thought that a document needed to be created in a word processor first before I could turn it into a PDF.
    Is that incorrect then?
    2 - > Create the pdf file a print file menu gives you greater control.
    I do apologize but I did not understand this statement either, could you please expand on it a little (to a non-techie.)
    3 - > If you use the Press job option setting, the fonts will be embedded.
    I can't find Press job option setting anywhere - I am using Acrobat pro 9 but there doesn't seem to be a menu with Press
    anywhere, could you please expand on this a little bit too please.
    4 - > If the pdf file has already been created it can be converted to greyscale using the Preflight or Convert Colors
    under Advanced -> Print Production.
    I understood this part and I executed it according to your instructions so thank you for that.
    Unfortunately I couldn't find out how to embed my fonts and my printer charged me $75 to do that
    so I was pretty upset about not being able to understand that part of your explanation.
    Since the printer was able to embed the fonts in a document that was already a PDF then it must be possible
    to embed fonts after a PDF has been created, is that correct?
    If that is correct then i don't know how I could not find how to do it because I looked everywhere for that
    ability but I could not find how to do it.
    I'd be very grateful for any further help you could give, thank you.

  • How to embed fonts in document for all users

    Hello,
    we are using a custom font for our documents. I know it's possible to embed fonts in document when saving.
    Is there an option to enforce this setting with a policy?
    I cannot find the right policy in the Office Policy templates.
    We are using Office 2013 x86.
    Thanks in advance.

    Hi,
    Based on my knowledge, the option is document-based, we can't control this on the Policy level.
    If your request is to turn on this option for all new created documents. Since all new documents are based on the Normal.dotm template, a workaround is to create a new Normal.dotm template in which this option is checked:
    Browse to C:\Users\Username\AppData\Roaming\Microsoft\Templates, open Normal.dotm, tick the option and save it as Normal_1.dotm, save it in the same location.
    Then rename the old Normal.dotm to Normal.old, rename Normal_1.dotm to Normal.dotm.
    Open Word and create a new blank document, you will see this option is ticked.
    To deploy this file for all users, we can write a startup script. The process is like: 1. Remove the old Normal.dotm, 2. Copy the new Normal.dotm template from a network shared location to C:\Users\Username\AppData\Roaming\Microsoft\Templates.
    I hope the information is helpful to you.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to embed fonts in PowerPoint?

    Is it possible to embed fonts in a PowerPoint presentation?

    I just spent a half an hour looking through the menus and Help and I couldn't find an option to enable that feature. It doesn't seem to be available. But, that doesn't mean it's not possible. There are certainly work-arounds, like printing your slide show and then choosing to save as a PDF. The PDF could be displayed with Acrobat Reader on any computer and the fonts would be imbedded.
    -Doug

  • Embed fonts in PDF

    I want to publish a book on lulu.com which I created with MS Word for Mac. It must be in PDF format with embeded fonts.
    Firstly, how does one save a file as a PDF?
    Secondly, how does one embed fonts?
    Thanks!

    There are several ways to make a PDF. The best way is the one that will give you the result with the end in mind.
    If you're wanting to make sure the fonts are embedded & be used for Printing, I'd suggest making the PDF according to the PDF X-1a standard. This standard is set to do all the things you should need for a printer, except for making sure your images have enough resolution for printing.
    The full version of Acrobat Distiller has this setting as a default. It's much harder to make a bad file with the X-1a standard. Saving to a PDF out of Microsoft is risky sometimes because Micorsoft applications don't always translate in the most reliable way.
    Here's a website that can allow you to do it:
    http://www.pdfonline.com/convert_pdf.asp
    Let us know if this helps!

  • How to embed fonts / characters

    Hi,
    Can someone help me learn how to embed fonts?
    I'm using flash 8.
    Thanks!!!!

    "do i need to do this for both static and dynamic text?"
    Not for static text.
    "i don't see an embed option - i went to library - new font -
    and then there is an option to click ok???"
    After you select the New Font option, find the font you want
    to embed in the dropdown, then hit ok. click your text field once,
    and in the properties panel, select the font that you just
    embedded.. *Refer to my previous post to tell the difference of an
    embedded font and non-embedded font.

  • How do I embed fonts into Captivate projects?

    This question came up in May 2006 but was never really
    answered. I'd like to know how to embed fonts into my Captivate
    projects so that the output looks the same on all computers. While
    the text animations are fine, the Text Caption fields are the ones
    that seem to have fonts that go walkies on other computers. I know
    you can embed fonts in PDFs. Why not in Captivate (unless I'm
    missing something in 2.0).

    First, a tip for the forums: If you use the URL tags, your
    post won't require horizontal scrolling - sorry, but I use Firefox
    and entering a long URL totally blows my ability to smoothly read
    the post ... you can manually add a text link by using the "L" tag
    as shown below (I've put spaces in to avoid this being turned into
    another text link)
    [ L = Your Text]
    http://www.yourdomain.com [ /
    L ]
    Back to your issue, Charinos. I'm glad you did find the URL,
    but that thread and your problem are not even in the same world.
    That thread deals with fonts in text-entry boxes (boxes for
    end-user text-entry), and you are talking about text-captions, an
    entirely different object.
    In fact, if you make changes and save those changes to a
    text-caption, then publish the project, the fonts in your text
    captions will remain stable and are not dependent on the fonts
    installed on the end-viewer's machine. The reason is that when the
    SWF is compiled, the text captions are converted to images and so
    long as the file is viewed as intended in the HTML document - at
    the proper size - the stretching you describe cannot take place.
    I'm not saying you are seeing things, but if my understandings of
    the Captivate machine are correct, what you are saying is happening
    cannot
    be happening. Something else is going on, like a failure to
    save changes, use of non-conforming text-caption boxes with a
    resultant loss of margins, or something.
    Sorry I'm not more help. I can't duplicate what you are
    seeing but I hope someone else can help you out - I may still be
    misunderstanding your issue.

  • How do i embed fonts in flash builder 4?

    how do i embed fonts in flash builder 4?
    thanks,
    daniel

    Try http://blog.flexexamples.com/2008/10/15/embedding-fonts-in-flex-gumbo/
    I also answered in your other thread, http://forums.adobe.com/thread/482315.
    Let us know if you're still having problems and we can try and help you get started.
    Peter

  • Can I embed fonts of all Dynamic Text objects in a Flash file?

    Hi there!
    I'm fairly new to Flash, so please bear with me.
    I have created a Flash file which will act as our company's standard presentation / portfolio of all previous projects.  I've pretty much got it running the way I want, but I've just tried it on a few different computers and realised that the fonts aren't embedded.  I've used our corporate font so it needs to look right.  Having read the following documentation (http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv eDocs_Parts&file=00000893.html) I now understand how to embed fonts for one dynamic text object at a time.  However, I have a lot of different dynamic text objects in the file and I would dearly love to embed them all in one step!  The same embedding options can be applied to just about all objects, as they're all the same size and font.
    I hope someone can help me.  If you are able to help please spell things out in simple steps!!  I am aware that I probably haven't yet grasped a number of the basics of Flash.
    Thanks in advance,
    Stuart

    Static text doesn't need to be embeded. So I'm not sure what the problem you are having is. The page you linked to is for making an embedded font in your library that can then be exported for actionscript and used by code and style sheets. If you are following the instructions on the page you liked to you only need to do that once. Which shouldn't be too hard.
    That is usually a different problem that having a bunch of different authortime created textfields that need to have characters embedded.
    As far as I know your only hope to change a bunch of authortime/library items is using JSFL. So even if the thing I pointed to isn't exactly what you need you could keep googling a bit or use that as a template.
    JSFL files are just text files so open it in note pad. Look for the line:
    if(it[i].itemType == "movie clip")
    and change it to this:
    if(it[i].itemType == "movie clip" || it[i].itemType=="button")
    Now it does buttons. You give up too easy.

  • Embed fonts(Barcode) while generating Reports in PDF

    Hi Everyone,
    I have browsed through the similar topics and found that many have the opinion that embeding the fonts in Reports is not possible. But What if there is a report in PDF with a number in Barcode font to be mailed to a destination which does not have the font installed on the PC. Fonts cannot be sent across as they are protected by copyright. Thousands of recipients cannot be asked to buy the font.
    Please help me with a work around.
    Thanks
    Brijesh
    null

    hello,
    starting with 9i, oracle reports is able to embed fonts into PDF files. it uses font subsetting to add the font definitions used in the particular file to the file itself, so you can display the document although you might not have the fonts installed.
    at the moment (in 6i) this feature is not there. a way around that yould be to use adobes PDFwrite to produce the PDFs. it is also able to embed fonts into the document.
    regards,
    the oracle reports team

Maybe you are looking for

  • Permanent closure of Open Sales Orders

    Morning Gurus !! May be this is an issue with a lot of consultants. Our company wants to close all the open Sales Orders, for which I have suggested giving a Reason for Rejection or a Credit Block to close them. But end users are asking for a method

  • BDB vxworks 6.6 kernel port error

    Hello, I have Berkeley DB 4.7.25 compiled in kernel. When I try the example in txn_guide.c, I have got the following error: Error opening environment: S_dosFsLib_FILE_NOT_FOUND I'm all done. value = 10 = 0xa I traced the source code it fails in __rep

  • Component Creation in Flex / Xcelsius

    Hi Experts, Although I've used Xcelsius fairly extensively over the past year or so, I haven't really had much interaction with Flex or designing my own components. I have a project coming up shortly where I will need to create a large map of their o

  • Report display is different in report builder, local oc4j and app server

    Hi guys, we upgrade reports from sql report writer into report 10g. In the report 10g builder, the report format looks fine. but if i use the url as below http://applicationserver/reports/rwservlet?report=test.rdf&userid=username/password@service&des

  • Is the video record frame rate adjustable?

    I would like to set up an iPod - don't own one yet - or video camera to see what the dog is doing when I'm not around. I think 3 fps should be sufficient. Can the iPod touch do this? Does it require a separate app? Can anyone suggest a dedicated camc