Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-13539

The top of accented uppercase letters is clipped, when using 'Myriad Pro' and other fonts.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • Adobe Flex SDK Previous
    • None
    • mx: Button
    • None
    • Affected OS(s): Mac
      Affected OS(s): Linux RedHat 4
      Browser: Safari
      Language Found: English

    Description

      Steps to reproduce:
      1. Install the font 'Myriad Pro'
      2. Make a Flex project with the code below

      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
      <mx:Label text="AÀÁÂÃÄÅĀĂǍǞǠǺ ȂȦẢẤẦẨẪẬẮẰẲẴẶ" fontFamily="Myriad Pro" fontSize="36" height="80"/>
      <mx:Text text="AÀÁÂÃÄÅĀĂǍǞǠǺ ȂȦẢẤẦẨẪẬẮẰẲẴẶ" fontFamily="Myriad Pro" fontSize="36"/>
      <mx:TextArea text="AÀÁÂÃÄÅĀĂǍǞǠǺ ȂȦẢẤẦẨẪẬẮẰẲẴẶ" fontFamily="Myriad Pro" fontSize="36" width="305" height="80"/>
      <mx:TextInput text="AÀÁÂÃÄÅĀĂǍǞǠǺ ȂȦẢẤẦẨẪẬẮẰẲẴẶ" fontFamily="Myriad Pro" fontSize="36"/>
      <mx:Button label="AÀÁÂÃÄÅĀĂǍǞǠǺ ȂȦẢẤẦẨẪẬẮẰẲẴẶ" fontFamily="Myriad Pro" fontSize="36"/>
      </mx:Application>

      Actual Results: On the first line of each component (Label, Text, TextArea, ...), the top part of the letters is clipped, trimming the accents.

      Expected Results: The top part of the letters should not be trimmed.

      Workaround (if any): None.

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: