[svn:osmf:] 13142: Fixing embedded font issues.

Revision: 13142
Revision: 13142
Author:   [email protected]
Date:     2009-12-22 08:16:15 -0800 (Tue, 22 Dec 2009)
Log Message:
Fixing embedded font issues.
Modified Paths:
    osmf/trunk/apps/samples/framework/WebPlayer/html-template/index.template.html
    osmf/trunk/apps/samples/framework/WebPlayer/src/WebPlayer.as
    osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/ScrubBar.as
    osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/URLInput.as
    osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/fonts/Fonts.as

I am not sure how to fix the problem using the FGL framework, but here is a way to get the right result
In the CSS file under the @media only screen and (min-width: 769px) section, modify the following style rules
#menu {
    clear: both;
    float: left;
    margin-left: 0;
    width: 20%;
    display: block;
    vertical-align:top;
#content {
    clear: none;
    float: right;
    margin-right: 0%;
    width: 80%;
    display: block;
Having said that, you will do well to scrap FGL and have a look at Bootstrap

Similar Messages

  • [svn:osmf:] 14298: Fix some ASDoc issues.

    Revision: 14298
    Revision: 14298
    Author:   [email protected]
    Date:     2010-02-19 17:26:18 -0800 (Fri, 19 Feb 2010)
    Log Message:
    Fix some ASDoc issues.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/BeaconElement.as
        osmf/trunk/framework/OSMF/org/osmf/events/MediaErrorCodes.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as

  • [svn:osmf:] 10644: fixed some layout issues with the MediaPlayerWrapper.

    Revision: 10644
    Author:   [email protected]
    Date:     2009-09-28 09:36:33 -0700 (Mon, 28 Sep 2009)
    Log Message:
    fixed some layout issues with the MediaPlayerWrapper.
    Modified Paths:
        osmf/trunk/apps/samples/framework/MediaPlayer/src/com/adobe/strobe/players/MediaPlayerWra pper.as
        osmf/trunk/apps/samples/framework/MetadataSample/src/MetadataSample.mxml
    Property Changed:
        osmf/trunk/libs/VAST/

    Hi Chanh
    I have not come upto the level of testing the file generated with IRS.  Will keep you posted what happens there.
    Shannon,
    Apparently the new version of 1546868 fixes the issue for box number 7.  But if the amounts are huge in box numbers 1 or 3 or 15a (they use these in my client) then the amount overflows to the nearby box.  So we have again opened an issue again with SAP & will keep you posted withwhat SAP comes up with.
    Thanks
    Regards
    Morgan

  • [svn:osmf:] 10094: Fix some whitespace issues.

    Revision: 10094
    Author:   [email protected]
    Date:     2009-09-09 10:16:52 -0700 (Wed, 09 Sep 2009)
    Log Message:
    Fix some whitespace issues.
    Modified Paths:
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld2.as
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld3.as

    1. Spaces are allowed but not recommended. I would avoid using space(s) in account names.
    2. I do not understand what you have prevented from changing user name.
    3. For problems with 3rd pty programs ask support/forum of respective software vendors.
    4. If you feel like addressing Microsoft, use
    http://support.microsoft.com/contactus/?ln=en-us
    Regards
    Milos

  • [svn:fx-trunk] 8712: Fix embedded fonts in RSLs ( and more complex module topologies)

    Revision: 8712
    Author:   [email protected]
    Date:     2009-07-21 10:39:03 -0700 (Tue, 21 Jul 2009)
    Log Message:
    Fix embedded fonts in RSLs (and more complex module topologies)
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-22313
    Reviewer: Darrell, Gordon
    API Change: None
    Is noteworthy for integration: No
    tests: checkintests mustella/gumbo/components/TextInput mustella/gumbo/components/TextArea
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22313
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

    Hi Stephan,
    this solved placing both animation on one page.  Make sure all your fonts are called out in the <head> section like for example:
    <script>var __adobewebfontsappname__="dreamweaver"</script>
    <script src="http://use.edgefonts.net/quicksand:n3,n4:default.js" type="text/javascript"></script>
    Dreamweaver does this automatic for you.  If you are having a font conflict I recommend under command  (if you are using dreamweaver)
    Clean up the font Tag and add only the ones that you are using again,  sometimes they accumulate.
    Good Luck.

  • Embedded font issues -- Flex not measuring properly

    I started this out in one thread ( http://forums.adobe.com/thread/470702 ) and it has progressed into a new, bigger issue. I embedded fonts using the code below.  Flex is not measuring them properly or the font I'm using is vertically challenged.  I suspect the font I am embedding has different vertical spacing than the default font.  I have determined the fonts are embedding by rotating the containers.
    Here's an example of what I'm getting:
    The right side radio button is the raw display (height works out to 23), the left side radio button I forced the height to 15.  Both the radio buttons are set to exactly the same y coordinate.  You can see the right hand text is not centered on the radio button.  I don't want to go thru the hassle of adjusting every single component height to make the font look centered plus that's an ugly workaround.
    I don't think there is anything wrong with my code nor do I think a font swf will help.  I sure would like to know what's going on but it is beyond my understanding.  Here's my thought.  I like the default font the compiler uses when I DON"T embed fonts, looks like this:
    I figure if I could embed this font, everything would work properly.  I just don't where this font lives.  The docs indicate the default font is _serif but it looks more like _sans to me.  And I don't know the hierarchy for my platform.
    So...  Does anyone know either how to fix this measurement issue or where I can find THE True Type font or swf or something that Flex uses as a default so I could embed it?
    /* CSS file */
    @font-face {
    font-family: MainFont;
    src: url("assets/fonts/verdana.TTF");
    unicode-range: U+0020-U+007E;
    advancedAntiAliasing: true;
    @font-face {
    font-family: MainFont;
    src: url("assets/fonts/verdanab.TTF");
    unicode-range: U+0020-U+007E;
    advancedAntiAliasing: true;
    fontWeight: bold;
    @font-face {
    font-family: MainFont;
    src: url("assets/fonts/verdanai.TTF");
    unicode-range: U+0020-U+007E;
    advancedAntiAliasing: true;
    fontStyle: italic;
    @font-face {
    font-family: MainFont;
    src: url("assets/fonts/verdanaz.TTF");
    unicode-range: U+0020-U+007E;
    advancedAntiAliasing: true;
    fontWeight: bold;
    fontStyle: italic;
    global {
    font-family: MainFont;

    First off, yes there was a correction to the left hand radio button.  I forced the height of the button to be different and that seemed to help center things
    After a bit of beating my head against the way, I decided to run a simpler test.  I set up a case where I had default fonts side by side with embedded fonts.  Since my default.css file had Verdana I decided to use a Verdana embedded font.  I figured I could compare them directly and maybe play with advanced anti-aliasing at the same time.  I've attached the files (change the txt extension to mxml)
    The result was a somewhat of a surprise.  I didn't realize that all text really wasn't centered on the component (eg radio button, checkbox) at my default size and below.  I do see the small pixel shift, especially in the Button.
    So...  I have found the "real" font declaration in the defaults.css file, am seeing the small pixel shift with embedded fonts, that using advanced anti-aliasing  can help on smaller text, and realized I have to be very careful where I use font sizes smaller than default.  I'm guessing that the "perfect" default size on my system would be 12 since that appears what my Verdana.ttf font is based on.  My defaults.css file has the font size set at 10.  The inability to measure properly is exacerbated when the fonts are embedded.
    Now the real question -- anyone have a clever fix?

  • Embedding Font Issue

    Need help with embedding fonts.  I have the correct fonts in Pagemaker, I can export pages into pdf from PM, when I look at the PDF on my local with the fonts, they are there.  I look at the PDF on another system or mobile and the PDF does not have the fonts.  I have looked into the PDF and can see that the fonts state they are embedded bu they are not showing up in the actual pages of the pdf.  Any suggestions?  I am using PM 7.0 with Adobe Acrobat Pro 6.0 and have installed Distrller 5.0.

    Could be a licensing issue.

  • European Pi embedding font issue

    Hi:
    I am using a liscensed copy of the European P1 font in LiveCycle Designer 8.2.  Windows XP SP 3  Acrobat 9.4.1
    When I generate the Pdf as Adobe dynamic XML form (PDF) I recieve the followign warning in LC Designer and the fornt is not embedded in the resulting PDF.
    Font license for EuropeanPi-Three does not permit embedding.  Font will be referenced.
    Font license for EuropeanPi-Four does not permit embedding.  Font will be referenced.
    Font license for EuropeanPi-Two does not permit embedding.  Font will be referenced.
    Font license for EuropeanPi-One does not permit embedding.  Font will be referenced.
    When I convert a word document through Adobe PDF Maker the font is embedded fine.
    If I create a document through PDF printer the font is embedded fine.
    Even if I use Adobe Illustrator or InDesign the font is embedded in the PDF output.  (Acrobat 9/LC Designer installed as part of the suite but I have the same issue on a stand alone install of Acrobat 9/LCD 8.2)  It is only through LC Designer that I have a problem embedding the font.
    Any ideas or suggestions?
    Thank you,

    Hi David,
    I am sure you have the licence, it just depends on the type of the licence.
    From what I see there are three:
    Fonts that don't permit embedding.
    Fonts that permit embedding, but only for "Print and Preview", eg not editting.
    Fonts that permit embedding for editing.
    Looking at the Help file for LC Designer ES2, there appears to be a slight difference between static PDF forms and dynamic XML forms:
    Note: The manufacturer of the font can specify the level of embedding that is allowed
    Fonts can be subset in static PDF forms
    In static PDF forms, fonts can be subset for text and field captions. Subsetting reduces the size of the PDF file. To subset fonts into the form, the font you select must be set to the Print & Preview Embedding Allowed level.
    Note: The fonts used in the fillable area of fields cannot be subset on static PDF forms because the user input can contain any character from the font.
    Fonts are embedded in dynamic PDF forms
    In dynamic PDF forms, fonts are fully embedded or linked. Embedded fonts are never subset. When a form that has embedded fonts is opened, even if the fonts are already on the system, Adobe Reader uses the embedded fonts. To fonts into the form, the embedding settings in the fonts you select must allow embedding for edit
    The level of embedding that is allowed is set by the font provider and not any setting in LC Designer.
    I suspect that the Pi font has print and preview embedding. This would worked perfectly in programs like Word and InDesign when you are creating native PDFs.
    If you talk to your font supplier, you need to ask for a "embedding for edit" licence.
    Hope that helps,
    Niall

  • Upgrade from Director 10.1 to 11.5 embedded font issues

    I just upgraded to 11.5 for Mac. When I opened an existing file I developed in 10.1, the embedded fonts went bizarre. I had Times embedded and it did some strange substitutions like the "i"s are in a totally different font as are the question marks. The whole font sets were embedded. No subsetting. Can someone enlighten me as to what is going on?

    One of the new features in Director 11.x is a new text engine that does Unicode.  Whether it is an improvement or not is up in the air.  Anyway, it has new problems.  It is quite common to have embedded font problems with projects updated from Director 10.  Generally, you can fix them by deleting the embedded font and re-embedding it in Director 11.  Just keep the same menber name and it should be fine.

  • [svn:osmf:] 13967: Fix a bug where flushing doesn' t happen right at end-of-playback

    Revision: 13967
    Revision: 13967
    Author:   [email protected]
    Date:     2010-02-03 16:35:08 -0800 (Wed, 03 Feb 2010)
    Log Message:
    Fix a bug where flushing doesn't happen right at end-of-playback
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as

    Dear Adobe support team,
    It's quite an old thread however no update fix for this issue but the workarounds of the good people above. This tiny and yet very irritating bug should has been fixed a long time ago in an update patch. I'm using the latest version of Premiere Pro CS6 (6.0.5) and still look forward for an update fix. I haven't checked whether this issue exists in the CC edition of Premiere Pro, however even if it has been fixed there, I'm not willing to upgrade to it no matter what as I believe in a product I paid the full price for ONCE and that should receive its yearly bug-fix updates, and not for one with an annual fee.
    I look forward to hearing from you.
    Thanks,
    Gal Shemesh

  • How do I solve the embedded font issue that ibook proofer does not accept?

    I have several books I created in ID 6 and am now trying to prepare them to sell on iBookstore - and as others have noted ID creates a file for embedded fonts - I cannot find a way within ID to defeat this option when exporting to EPUB 3.0.
    Any help is greatly appreciated!

    In EPUB Exports Options/Advanced/CSS Options you could uncheck Include Embeddable Fonts.

  • [svn:osmf:] 14713: Fixed preloader issue with work around.

    Revision: 14713
    Revision: 14713
    Author:   [email protected]
    Date:     2010-03-11 12:44:27 -0800 (Thu, 11 Mar 2010)
    Log Message:
    Fixed preloader issue with work around.   Underlying flash player bug filed.  https://bugs.adobe.com/jira/browse/FP-4114
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FP-4114
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as

    Thanks Very much for the reply.
    This issue came to development (we) through Support team only. Did you mean DB Team Support?.
    Also please let us know about the workaround suggested by DB Team.
    Thanks in advance.
    Joseph George

  • [svn:osmf:] 14823: Fix bug where canPause was not set to false for live streams.

    Revision: 14823
    Revision: 14823
    Author:   [email protected]
    Date:     2010-03-17 10:51:40 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Fix bug where canPause was not set to false for live streams.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestVideoElement.as

    Thanks for looking at this post. We have resolved the issue for ourselves by working with our DBAs to narrow down where the problem actually started. We found that the particular SQL we were looking at was not the issue. In a chart on a subsequent page (via a click through), we were actually running into where apex was starting to consuming memory but we were catching it later.
    What we found was that when we had a chart query that was SQL containing a pipeline function, the memory usage went up. And within 10 minutes, the server would crawl to a halt. To release the memory, the DBAs would have to bounce the Apex instance. When I changed the query to be a function returning SQL, the problem stopped. I don't know what the correlation was between SQL and moving to a PL/SQL function returning SQL.
    I am not even 100% positive of the pipeline function being the cause. I only know that this started happening about the same time as when I implemented the pipeline function. I understand you are leery of a one-second function/query running up that kind of utilization. No one here believed me either (including me really). We figured it HAD to be a coincidence. But once I changed the query from SQL to a function returning PL/SQL, our problem went away.
    Thanks to all who looked at and thought about this.
    Walter

  • [svn:osmf:] 14801: Fixed proxied elements not getting container change events.

    Revision: 14801
    Revision: 14801
    Author:   [email protected]
    Date:     2010-03-16 17:05:06 -0700 (Tue, 16 Mar 2010)
    Log Message:
    Fixed proxied elements not getting container change events.  Fixed NPE encountered when testing surrounding null proxiedElements. 
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/LoadFromDocumentElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/ProxyElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/proxyClasses/ProxyMetadata.as

    Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
    CSS part:
    nav p {
    font-size: 90%;
    color: #FFC;
    text-align: right;
    font-weight: bold;
    background-color: #090;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    HTML part: (bold italic is the part I added)
    <body>
    <div class="container">
      <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
      <header></header>
      <nav>
        <p>Home | About Us | Contact Us</p>
      </nav>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Green News</a></li>
          <li><a href="#">Green Products</a></li>
          <li><a href="#">Green Events</a></li>
          <li><a href="#">Green Travel</a></li>
          <li><a href="#">Green Tips</a></li>
        </ul>

  • [svn:osmf:] 17761: Fix FM-1049: OSMFAIRTest compile errors.

    Revision: 17761
    Revision: 17761
    Author:   [email protected]
    Date:     2010-09-17 17:05:15 -0700 (Fri, 17 Sep 2010)
    Log Message:
    Fix FM-1049: OSMFAIRTest compile errors.  OSMFAIRTest (& OSMFIntegrationTest) now default to 10.1, and to AIR 2.0.  To run this on AIR 1.5, you need to make sure you're using a compatible SDK and a compatible set of FLASH_10_1 flags.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-1049
    Modified Paths:
        osmf/trunk/framework/OSMFAIRTest/.actionScriptProperties
        osmf/trunk/framework/OSMFAIRTest/OSMFAIRTest-app.xml
        osmf/trunk/framework/OSMFIntegrationTest/.actionScriptProperties

    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Which correspondents fine with the
    device "hw:0,3"
    in my mpd.conf alsa section.
    Also sound worked fine withh this config before I started installing ffmpeg-svn and alikes
    hokasch:
    I tried changing the mixer to "Master" but that did not change much.

Maybe you are looking for

  • ITunes deleted all my music from my iPod, but they still show up when I plug in the iPod.

    Hi! I had my iPhone 4S plugged into my computer, and I was listening to the music on my phone from the music library on my phone through iTunes. Well, after the phone got disconnected, I plugged it back in, and I was unable to play any of the songs o

  • Billing doc types

    Hi Gurus, Can I confirm that invoice list is not a billing doc type and Returns and External transactions are also not billing doc types. I am not sure if only 'returns' is mentioned, does it mean the Returns order , the Returns delivery or credit me

  • My MacBook Pro will NOT charge with a MacBook Charger.... TEMP FIX.

    ALRIGHT as you could tell from the title I can not describe it all in the heading... I own a 2008ish 17" MacBook PRO and I forgot my charged in Western CAnada and I have my 13" MacBook (NEwer cord style) anyway its a 65Wt instead of the 85Wt... MEANW

  • Using Photosmart 7350 with Win 7

    Is there a way to use a Photosmart 7350 Printer with Win 7? This question was solved. View Solution.

  • Message txt

    Dear experts I configured service desk functionality for Solution Manager. When a user create a support request in satellite system and write some text it it but when I see it in Solution Manager i am unable to find the text he wrote for the message.