Re: [flexcoders] Fonts and localization

2012-04-12 Thread Alex Harui
I’m not an expert in Asian fonts, but my understanding is that the TextLine 
font rendering, regardless of language, is trying to be more accurate in terms 
of proportions of character details, and attempts to use anti-aliasing and 
half-pixels to do it.  Some folks think the old way looks better because it 
distorts the character details to fit things on pixel boundaries.  But others 
prefer the new way.

If you look at the screenshot in your original post you will see the size and 
shape of the “circular” portions of many characters is more elongated in the 
MX/old way.  You would have to look at a print version of the font to see 
whether that shape is accurate or not.  My guess is that it isn’t because it is 
distorted to fit on pixel boundaries and some people don’t like that because it 
makes the characters look like they do on an old stadium scoreboard.  So it 
seems to be a trade-off, especially at smaller font sizes.




On 4/11/12 1:36 PM, "michael_reg...@dell.com"  wrote:






Can you clarify something then?? I’m learning all of this.? For Korean, 
Simplified Chinese, and Japanese, I’m being told the font (or rendering) of 
characters in MX is cleaner and more readable then the Spark components.? Why 
the change?? Using MX only would be a serious step backwards…


Michael J. Regert


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Alex Harui
Sent: Wednesday, April 11, 2012 3:11 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Fonts and localization



You would have to use MX components everywhere (and not need right-to-left 
language support)


On 4/11/12 9:43 AM, "michael_reg...@dell.com"  wrote:






Thanks.? I’m being told by our Korean QA that the default font that is used in 
the MS Advanced Data Grid is much cleaner than what is used in the Spark 
controls.? How do I change this to use the same font as the grid across my 
whole app?


Michael J. Regert

Please consider the environment before printing this email.

Confidentiality Notice | This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s) and may contain confidential or 
proprietary information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, immediately 
contact the sender by reply e-mail and destroy all copies of the original 
message.



From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Alex Harui
Sent: Wednesday, April 11, 2012 11:38 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Fonts and localization



MX uses TextField, Spark defaults to TextLine which will render a bit 
differently.


On 4/11/12 8:26 AM, "michael_reg...@dell.com"  wrote:






I’m trying to understand what Adobe Flex is doing for Korean (and other 
languages) fonts.  I’m seeing that the font used for a Spark label is different 
than what is used in an MX Advanced Data Grid.  I’m using Adobe Flex 4.0 and 
4.6.

I have the following sample app.  The font used to display the label when run 
is different than the grid, even though I am not defining a font or setting 
anything in a css.  Why?  Screenshot attached (if it comes through in the post).



http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">

   



   
   
   

   

  
 

  
   
   







[cid:3417081584_105737322]




Michael




--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui
<>

RE: [flexcoders] Fonts and localization

2012-04-11 Thread michael_regert
Can you clarify something then?  I’m learning all of this.  For Korean, 
Simplified Chinese, and Japanese, I’m being told the font (or rendering) of 
characters in MX is cleaner and more readable then the Spark components.  Why 
the change?  Using MX only would be a serious step backwards…

Michael J. Regert

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Alex Harui
Sent: Wednesday, April 11, 2012 3:11 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Fonts and localization



You would have to use MX components everywhere (and not need right-to-left 
language support)


On 4/11/12 9:43 AM, "michael_reg...@dell.com"  wrote:





Thanks.? I’m being told by our Korean QA that the default font that is used in 
the MS Advanced Data Grid is much cleaner than what is used in the Spark 
controls.? How do I change this to use the same font as the grid across my 
whole app?


Michael J. Regert

Please consider the environment before printing this email.

Confidentiality Notice | This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s) and may contain confidential or 
proprietary information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, immediately 
contact the sender by reply e-mail and destroy all copies of the original 
message.



From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Alex Harui
Sent: Wednesday, April 11, 2012 11:38 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Fonts and localization



MX uses TextField, Spark defaults to TextLine which will render a bit 
differently.


On 4/11/12 8:26 AM, "michael_reg...@dell.com"  wrote:






I’m trying to understand what Adobe Flex is doing for Korean (and other 
languages) fonts.  I’m seeing that the font used for a Spark label is different 
than what is used in an MX Advanced Data Grid.  I’m using Adobe Flex 4.0 and 
4.6.

I have the following sample app.  The font used to display the label when run 
is different than the grid, even though I am not defining a font or setting 
anything in a css.  Why?  Screenshot attached (if it comes through in the post).



http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
 

 


   

   
 


  
 
 
   

   







[cid:image001.png@01CD17F8.E3EAB330]




Michael




--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

<>

Re: [flexcoders] Fonts and localization

2012-04-11 Thread Alex Harui
You would have to use MX components everywhere (and not need right-to-left 
language support)


On 4/11/12 9:43 AM, "michael_reg...@dell.com"  wrote:






Thanks.? I’m being told by our Korean QA that the default font that is used in 
the MS Advanced Data Grid is much cleaner than what is used in the Spark 
controls.? How do I change this to use the same font as the grid across my 
whole app?


Michael J. Regert

Please consider the environment before printing this email.

Confidentiality Notice | This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s) and may contain confidential or 
proprietary information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, immediately 
contact the sender by reply e-mail and destroy all copies of the original 
message.



From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Alex Harui
Sent: Wednesday, April 11, 2012 11:38 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Fonts and localization



MX uses TextField, Spark defaults to TextLine which will render a bit 
differently.


On 4/11/12 8:26 AM, "michael_reg...@dell.com"  wrote:






I’m trying to understand what Adobe Flex is doing for Korean (and other 
languages) fonts.  I’m seeing that the font used for a Spark label is different 
than what is used in an MX Advanced Data Grid.  I’m using Adobe Flex 4.0 and 
4.6.

I have the following sample app.  The font used to display the label when run 
is different than the grid, even though I am not defining a font or setting 
anything in a css.  Why?  Screenshot attached (if it comes through in the post).



http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
 

 


   

   
 


  
 
 
   

   







[cid:3416994655_104048946]




Michael





--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui
<>

RE: [flexcoders] Fonts and localization

2012-04-11 Thread michael_regert
Typo Correction: … in the MX Advanced Data Grid…

Michael J. Regert

Please consider the environment before printing this email.

Confidentiality Notice | This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s) and may contain confidential or 
proprietary information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, immediately 
contact the sender by reply e-mail and destroy all copies of the original 
message.


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Regert, Michael
Sent: Wednesday, April 11, 2012 11:43 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Fonts and localization


Thanks.  I’m being told by our Korean QA that the default font that is used in 
the MS Advanced Data Grid is much cleaner than what is used in the Spark 
controls.  How do I change this to use the same font as the grid across my 
whole app?

Michael J. Regert

Please consider the environment before printing this email.

Confidentiality Notice | This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s) and may contain confidential or 
proprietary information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, immediately 
contact the sender by reply e-mail and destroy all copies of the original 
message.


From: flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com> 
[mailto:flexcoders@yahoogroups.com]<mailto:[mailto:flexcoders@yahoogroups.com]> 
On Behalf Of Alex Harui
Sent: Wednesday, April 11, 2012 11:38 AM
To: flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>
Subject: Re: [flexcoders] Fonts and localization



MX uses TextField, Spark defaults to TextLine which will render a bit 
differently.


On 4/11/12 8:26 AM, "michael_reg...@dell.com"  wrote:





I’m trying to understand what Adobe Flex is doing for Korean (and other 
languages) fonts.  I’m seeing that the font used for a Spark label is different 
than what is used in an MX Advanced Data Grid.  I’m using Adobe Flex 4.0 and 
4.6.

I have the following sample app.  The font used to display the label when run 
is different than the grid, even though I am not defining a font or setting 
anything in a css.  Why?  Screenshot attached (if it comes through in the post).



http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
  
 
  


   
 
   
  
 

  
 
  

 
   







[cid:image001.png@01CD17D8.6D366AB0]




Michael





--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

<>

RE: [flexcoders] Fonts and localization

2012-04-11 Thread michael_regert
Thanks.  I’m being told by our Korean QA that the default font that is used in 
the MS Advanced Data Grid is much cleaner than what is used in the Spark 
controls.  How do I change this to use the same font as the grid across my 
whole app?

Michael J. Regert

Please consider the environment before printing this email.

Confidentiality Notice | This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s) and may contain confidential or 
proprietary information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, immediately 
contact the sender by reply e-mail and destroy all copies of the original 
message.


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Alex Harui
Sent: Wednesday, April 11, 2012 11:38 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Fonts and localization



MX uses TextField, Spark defaults to TextLine which will render a bit 
differently.


On 4/11/12 8:26 AM, "michael_reg...@dell.com"  wrote:





I’m trying to understand what Adobe Flex is doing for Korean (and other 
languages) fonts.  I’m seeing that the font used for a Spark label is different 
than what is used in an MX Advanced Data Grid.  I’m using Adobe Flex 4.0 and 
4.6.

I have the following sample app.  The font used to display the label when run 
is different than the grid, even though I am not defining a font or setting 
anything in a css.  Why?  Screenshot attached (if it comes through in the post).



http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
  
 
  


   
 
   
  
 

  
 
  

 
   







[cid:image001.png@01CD17D8.49B69650]




Michael




--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

<>

Re: [flexcoders] Fonts and localization

2012-04-11 Thread Alex Harui
MX uses TextField, Spark defaults to TextLine which will render a bit 
differently.


On 4/11/12 8:26 AM, "michael_reg...@dell.com"  wrote:






I’m trying to understand what Adobe Flex is doing for Korean (and other 
languages) fonts.  I’m seeing that the font used for a Spark label is different 
than what is used in an MX Advanced Data Grid.  I’m using Adobe Flex 4.0 and 
4.6.

I have the following sample app.  The font used to display the label when run 
is different than the grid, even though I am not defining a font or setting 
anything in a css.  Why?  Screenshot attached (if it comes through in the post).



http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
  
 
  


   
 
   
  
 

  
 
  

 
   







[cid:3416981889_103590120]




Michael





--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui
<>

[flexcoders] Fonts and localization

2012-04-11 Thread michael_regert
I’m trying to understand what Adobe Flex is doing for Korean (and other 
languages) fonts.  I’m seeing that the font used for a Spark label is different 
than what is used in an MX Advanced Data Grid.  I’m using Adobe Flex 4.0 and 
4.6.

I have the following sample app.  The font used to display the label when run 
is different than the grid, even though I am not defining a font or setting 
anything in a css.  Why?  Screenshot attached (if it comes through in the post).



http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
   
  
   


   
  
   
   
  

  
 
   
 
  
   







[cid:image001.png@01CD17CD.95207800]



Michael
<>

[flexcoders] Fonts re-vanishing in module

2009-11-03 Thread djhatrick
Only one module gives me this problem, but it went away for an hour and is 
back.  

I'm :(

Thanks,
Patrick



Re: [flexcoders] fonts

2008-02-14 Thread Sherif Abdou
yes, they can be in a  tag if u want


- Original Message 
From: learner <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Thursday, February 14, 2008 10:52:55 PM
Subject: Re: [flexcoders] fonts

so they need to be in css ?? 
will they be  embedded in output swf?


On Thu, Feb 14, 2008 at 7:29 PM, Sherif Abdou <[EMAIL PROTECTED] com> wrote:

this is how you do it 
@font-face
{
src: url("assets/MyriadWebPro -Bold.ttf");
font-family: myriad;
font-style: normal;
font-weight: bold;
}
then in Label you would chos fontFamilty="myriad";


- Original Message 
From: learner <[EMAIL PROTECTED] com>
To: [EMAIL PROTECTED] ups.com
Sent: Thursday, February 14, 2008 5:31:47 AM
Subject: [flexcoders] fonts


hi all ,
I have a very simple question..
to a label in my application i want to set a font other than verdana , arial or 
anything else that comes in flex builder's drop down..
I know its too dumb question.. but i may be too dumb to get its answer.. can 
somebody help me out with this

Regards
Ps






Looking for last minute shopping deals? Find them fast with Yahoo! Search. 





  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


Re: [flexcoders] fonts

2008-02-14 Thread learner
so they need to be in css ??
will they be  embedded in output swf?

On Thu, Feb 14, 2008 at 7:29 PM, Sherif Abdou <[EMAIL PROTECTED]> wrote:

>   this is how you do it
> @font-face
> {
> src: url("assets/MyriadWebPro-Bold.ttf");
> font-family: myriad;
> font-style: normal;
> font-weight: bold;
> }
> then in Label you would chos fontFamilty="myriad";
>
> - Original Message 
> From: learner <[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Thursday, February 14, 2008 5:31:47 AM
> Subject: [flexcoders] fonts
>
>  hi all ,
> I have a very simple question..
> to a label in my application i want to set a font other than verdana ,
> arial or anything else that comes in flex builder's drop down..
> I know its too dumb question.. but i may be too dumb to get its answer..
> can somebody help me out with this
>
> Regards
> Ps
>
>
> --
> Looking for last minute shopping deals? Find them fast with Yahoo! 
> Search.<http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping>
> 
>


Re: [flexcoders] fonts

2008-02-14 Thread Sherif Abdou
this is how you do it 
@font-face
{
src: url("assets/MyriadWebPro-Bold.ttf");
font-family: myriad;
font-style: normal;
font-weight: bold;
}
then in Label you would chos fontFamilty="myriad";


- Original Message 
From: learner <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Thursday, February 14, 2008 5:31:47 AM
Subject: [flexcoders] fonts

hi all ,
I have a very simple question..
to a label in my application i want to set a font other than verdana , arial or 
anything else that comes in flex builder's drop down..
I know its too dumb question.. but i may be too dumb to get its answer.. can 
somebody help me out with this

Regards
Ps




  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

[flexcoders] fonts

2008-02-14 Thread learner
hi all ,
I have a very simple question..
to a label in my application i want to set a font other than verdana , arial
or anything else that comes in flex builder's drop down..
I know its too dumb question.. but i may be too dumb to get its answer.. can
somebody help me out with this

Regards
Ps


[flexcoders] Fonts in Flex Builder

2007-03-22 Thread bweissvt
Is it possible to configure the Flex Builder environment so that more
fonts appear in the font drop-down in Design mode?  Also when
embedding fonts into a Flex application, how come Design mode doesn't
display them? It does a nice job of displaying images - why not fonts?




[flexcoders] Fonts questions

2006-11-15 Thread Bjorn Schultheiss
Stupid questions. Sorry, solved both

Regards,
 
Bjorn Schultheiss
Senior Flash Developer
QDC Technologies

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Bjorn Schultheiss
Sent: Thursday, 16 November 2006 12:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Fonts questions

1. Where is the flex-config.xml located where you can specify the preference
order of which font manager you wish to use?
2. Anyone successfully embedded and used Myriad Pro Semibold? Via TTF, I
know I can get it work using FlashFonts.

Regards,

Bjorn Schultheiss
Senior Flash Developer

QDC
Personalised Communication Power

Level 2, 31 Coventry St.
South Melbourne
3205, VIC Australia

T: +61 3 9674 7400
F: +61 3 9645 9160
W: http://www.qdc.net.au

((This transmission is confidential and intended solely for the
person or organization to whom it is addressed. It may contain privileged
and confidential information. If you are not the intended recipient, you
should not copy, distribute or take any action in reliance on it. If you
believe you received this transmission in error, please notify the
sender.---))
 


[flexcoders] Fonts questions

2006-11-15 Thread Bjorn Schultheiss
1. Where is the flex-config.xml located where you can specify the preference
order of which font manager you wish to use?
2. Anyone successfully embedded and used Myriad Pro Semibold? Via TTF, I
know I can get it work using FlashFonts.

Regards,

Bjorn Schultheiss
Senior Flash Developer

QDC
Personalised Communication Power

Level 2, 31 Coventry St.
South Melbourne
3205, VIC Australia

T:  +61 3 9674 7400
F:  +61 3 9645 9160
W:  http://www.qdc.net.au

((This transmission is confidential and intended solely for the
person or organization to whom it is addressed. It may contain privileged
and confidential information. If you are not the intended recipient, you
should not copy, distribute or take any action in reliance on it. If you
believe you received this transmission in error, please notify the
sender.---))