Re: [Flashcoders] Font embedding with Regular Bold versions

2010-05-29 Thread dopeco...@hotmail.com
Thanks mate, but kind of defeats the purpose of choosing a different 
font than a system standard, need the embedding for correct display. 
Problem did rear it's ugle head again in another section, despit auto 
kerning turned off ... working around it for now, it is a wierd one.


Cor wrote:

It's very simpel. :-)
Select the dynamic textfield, click Character Embedding and click don't
embed.
In AS if you like, set testField.embedFonts = false;


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of
dopeco...@hotmail.com
Sent: vrijdag 28 mei 2010 2:55
To: Flash Coders List
Subject: [Flashcoders] Font embedding with Regular  Bold versions

Hi all,

I have searched far and wide for the solution on this one, but to no
avail. The old chestnut of font issue rears it's head again (reminds me
of good old Flash 4 days), the basic scenario is this, and a link to a
sample file is below:

Two textfields on stage, the first, a static text field using a regular
weighting of a font, for example Arial Regular. The second, a dynamic
text field, using a bold weighting of the same font, e.g. Arial Bold.
The dynamic field has its character embedding set appropriately, but
here is the kicker. If I manually type something into this field and
publish, all is well in font land .. however if I set it's .text
property in AS, the bold text field will not render while the static
field is using the regular version of the font.

To add more fun and games, if I set the static field to the italic or
anything else version of the same font, the dynamic bold field shows
fine ... this happens on multiple fonts, the test file below uses Arial
in an attempt to have something most people will have on their system.

Any ideas at all? .. Even embedding the entire bold font as a library
item doesn't work (and is not practical for what it is for), so any help
would be most appreciated.

Sample file:

http://singlenotion.com/tmp/fontTest.zip

Cheers
Adam
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Geen virus gevonden in het binnenkomende-bericht.
Gecontroleerd door AVG - www.avg.com
Versie: 9.0.819 / Virusdatabase: 271.1.1/2892 - datum van uitgifte: 05/23/10
20:26:00

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


   

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Font embedding with Regular Bold versions

2010-05-29 Thread Cor
You could try adding your fonts in the library:
Right click in library, add New Font, set your settings and load it like a
normal Class

HTH
cor

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of
dopeco...@hotmail.com
Sent: zaterdag 29 mei 2010 15:25
To: Flash Coders List
Subject: Re: [Flashcoders] Font embedding with Regular  Bold versions

Thanks mate, but kind of defeats the purpose of choosing a different 
font than a system standard, need the embedding for correct display. 
Problem did rear it's ugle head again in another section, despit auto 
kerning turned off ... working around it for now, it is a wierd one.

Cor wrote:
 It's very simpel. :-)
 Select the dynamic textfield, click Character Embedding and click don't
 embed.
 In AS if you like, set testField.embedFonts = false;


 -Original Message-
 From: flashcoders-boun...@chattyfig.figleaf.com
 [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of
 dopeco...@hotmail.com
 Sent: vrijdag 28 mei 2010 2:55
 To: Flash Coders List
 Subject: [Flashcoders] Font embedding with Regular  Bold versions

 Hi all,

 I have searched far and wide for the solution on this one, but to no
 avail. The old chestnut of font issue rears it's head again (reminds me
 of good old Flash 4 days), the basic scenario is this, and a link to a
 sample file is below:

 Two textfields on stage, the first, a static text field using a regular
 weighting of a font, for example Arial Regular. The second, a dynamic
 text field, using a bold weighting of the same font, e.g. Arial Bold.
 The dynamic field has its character embedding set appropriately, but
 here is the kicker. If I manually type something into this field and
 publish, all is well in font land .. however if I set it's .text
 property in AS, the bold text field will not render while the static
 field is using the regular version of the font.

 To add more fun and games, if I set the static field to the italic or
 anything else version of the same font, the dynamic bold field shows
 fine ... this happens on multiple fonts, the test file below uses Arial
 in an attempt to have something most people will have on their system.

 Any ideas at all? .. Even embedding the entire bold font as a library
 item doesn't work (and is not practical for what it is for), so any help
 would be most appreciated.

 Sample file:

 http://singlenotion.com/tmp/fontTest.zip

 Cheers
 Adam
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 Geen virus gevonden in het binnenkomende-bericht.
 Gecontroleerd door AVG - www.avg.com
 Versie: 9.0.819 / Virusdatabase: 271.1.1/2892 - datum van uitgifte:
05/23/10
 20:26:00

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Geen virus gevonden in het binnenkomende-bericht.
Gecontroleerd door AVG - www.avg.com 
Versie: 9.0.819 / Virusdatabase: 271.1.1/2900 - datum van uitgifte: 05/27/10
20:30:00

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Font embedding with Regular Bold versions

2010-05-28 Thread dopeco...@hotmail.com
Well isn't that a slap in the face with a wet fish ... that did it 
Sumeet ... 10 years of flash destroyed by Auto kerning ;) Thanks mate.


Sumeet Kumar wrote:

Hi :)

Not sure why, but unchecking the auto kern  checkbox solved the 
problem for me.


Thanks
Sumeet Kumar

- Original Message - From: dopeco...@hotmail.com
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Friday, May 28, 2010 6:25 AM
Subject: [Flashcoders] Font embedding with Regular  Bold versions


Hi all,

I have searched far and wide for the solution on this one, but to no
avail. The old chestnut of font issue rears it's head again (reminds me
of good old Flash 4 days), the basic scenario is this, and a link to a
sample file is below:

Two textfields on stage, the first, a static text field using a regular
weighting of a font, for example Arial Regular. The second, a dynamic
text field, using a bold weighting of the same font, e.g. Arial Bold.
The dynamic field has its character embedding set appropriately, but
here is the kicker. If I manually type something into this field and
publish, all is well in font land .. however if I set it's .text
property in AS, the bold text field will not render while the static
field is using the regular version of the font.

To add more fun and games, if I set the static field to the italic or
anything else version of the same font, the dynamic bold field shows
fine ... this happens on multiple fonts, the test file below uses Arial
in an attempt to have something most people will have on their system.

Any ideas at all? .. Even embedding the entire bold font as a library
item doesn't work (and is not practical for what it is for), so any help
would be most appreciated.

Sample file:

http://singlenotion.com/tmp/fontTest.zip

Cheers
Adam
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Font embedding with Regular Bold versions

2010-05-28 Thread Cor
It's very simpel. :-)
Select the dynamic textfield, click Character Embedding and click don't
embed.
In AS if you like, set testField.embedFonts = false;


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of
dopeco...@hotmail.com
Sent: vrijdag 28 mei 2010 2:55
To: Flash Coders List
Subject: [Flashcoders] Font embedding with Regular  Bold versions

Hi all,

I have searched far and wide for the solution on this one, but to no 
avail. The old chestnut of font issue rears it's head again (reminds me 
of good old Flash 4 days), the basic scenario is this, and a link to a 
sample file is below:

Two textfields on stage, the first, a static text field using a regular 
weighting of a font, for example Arial Regular. The second, a dynamic 
text field, using a bold weighting of the same font, e.g. Arial Bold. 
The dynamic field has its character embedding set appropriately, but 
here is the kicker. If I manually type something into this field and 
publish, all is well in font land .. however if I set it's .text 
property in AS, the bold text field will not render while the static 
field is using the regular version of the font.

To add more fun and games, if I set the static field to the italic or 
anything else version of the same font, the dynamic bold field shows 
fine ... this happens on multiple fonts, the test file below uses Arial 
in an attempt to have something most people will have on their system.

Any ideas at all? .. Even embedding the entire bold font as a library 
item doesn't work (and is not practical for what it is for), so any help 
would be most appreciated.

Sample file:

http://singlenotion.com/tmp/fontTest.zip

Cheers
Adam
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Geen virus gevonden in het binnenkomende-bericht.
Gecontroleerd door AVG - www.avg.com 
Versie: 9.0.819 / Virusdatabase: 271.1.1/2892 - datum van uitgifte: 05/23/10
20:26:00

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Font embedding with Regular Bold versions

2010-05-27 Thread dopeco...@hotmail.com

Hi all,

I have searched far and wide for the solution on this one, but to no 
avail. The old chestnut of font issue rears it's head again (reminds me 
of good old Flash 4 days), the basic scenario is this, and a link to a 
sample file is below:


Two textfields on stage, the first, a static text field using a regular 
weighting of a font, for example Arial Regular. The second, a dynamic 
text field, using a bold weighting of the same font, e.g. Arial Bold. 
The dynamic field has its character embedding set appropriately, but 
here is the kicker. If I manually type something into this field and 
publish, all is well in font land .. however if I set it's .text 
property in AS, the bold text field will not render while the static 
field is using the regular version of the font.


To add more fun and games, if I set the static field to the italic or 
anything else version of the same font, the dynamic bold field shows 
fine ... this happens on multiple fonts, the test file below uses Arial 
in an attempt to have something most people will have on their system.


Any ideas at all? .. Even embedding the entire bold font as a library 
item doesn't work (and is not practical for what it is for), so any help 
would be most appreciated.


Sample file:

http://singlenotion.com/tmp/fontTest.zip

Cheers
Adam
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Font embedding with Regular Bold versions

2010-05-27 Thread Sumeet Kumar

Hi :)

Not sure why, but unchecking the auto kern  checkbox solved the problem for 
me.


Thanks
Sumeet Kumar

- Original Message - 
From: dopeco...@hotmail.com

To: Flash Coders List flashcoders@chattyfig.figleaf.com
Sent: Friday, May 28, 2010 6:25 AM
Subject: [Flashcoders] Font embedding with Regular  Bold versions


Hi all,

I have searched far and wide for the solution on this one, but to no
avail. The old chestnut of font issue rears it's head again (reminds me
of good old Flash 4 days), the basic scenario is this, and a link to a
sample file is below:

Two textfields on stage, the first, a static text field using a regular
weighting of a font, for example Arial Regular. The second, a dynamic
text field, using a bold weighting of the same font, e.g. Arial Bold.
The dynamic field has its character embedding set appropriately, but
here is the kicker. If I manually type something into this field and
publish, all is well in font land .. however if I set it's .text
property in AS, the bold text field will not render while the static
field is using the regular version of the font.

To add more fun and games, if I set the static field to the italic or
anything else version of the same font, the dynamic bold field shows
fine ... this happens on multiple fonts, the test file below uses Arial
in an attempt to have something most people will have on their system.

Any ideas at all? .. Even embedding the entire bold font as a library
item doesn't work (and is not practical for what it is for), so any help
would be most appreciated.

Sample file:

http://singlenotion.com/tmp/fontTest.zip

Cheers
Adam
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders