ActionScript 3 :: Embedding Bold Font - TextLayout Fields / Format

Oct 19, 2011

I am having trouble embedding a font as bold using FB4. I am using TextLayout fields and TextLayoutFormat to do this and my code is as follows:

package {
import flash.display.Sprite;
import flash.text.AntiAliasType;
import flash.text.Font;
import flash.text.TextField;
[Code] .....

The font just displays as normal and the 'fontWeight' property is ignored.

View 1 Replies


Similar Posts:


IDE :: Embedding Bold Font In Separate Text Field Not Working

Sep 15, 2010

Using:
-Adobe Flash IDE (CS3)
-AS3

First off let me say I did try creating an extra text field off of the main stage set to Bold, and it's Verdana so I'm not exactly "selecting" a second font file all together to be embedded. Instead I am just setting the textfield property Bold to ON.

SO FAR I am not sure what I am doing wrong, but it does not want to go Bold. Aside from using Flex, which I know nothing about.

View 1 Replies

Css :: Embedding Font In Flex Locally With A Installed Font Works, But With Url To Refer To A Ttf Font File Doesn't

Feb 7, 2011

I'm trying to embed a font in my project by using url("font.ttf") rather than local("Font Name"), but it doesn't seem to pick it up. The font in question is called "Gotham Bold". When i view the details of the font, the font weight is regular, however when i use local("Gotham Bold") in the css i have to specify fontWeight: bold or else it wont pick it up. But when I use url("folderGotham-Bold.ttf"), and specify fontWeight: bold, it says that font weight is not found for that TTF. If i remove the fontweight, there's no errors, but the font is not applied to the text.

View 2 Replies

Professional :: No Dynamic Bold Font If Regular Static Font Present On Stage (CS5)?

Apr 16, 2011

I have a strange issue where a dynamic text field will not show a bold version of a font (Gerstner BQ) if the regular version is on the stage in a static text field.Remove the static text field and the dynamic text field displays the bold font correctlyI have created a test FLA to reproduce this and by turning the layer with the static text field on and off (Publish settings -> Flash -> include hidden layers [unchecked]), the issue is quite clearhis issue is so big for me that I have had to abandon a project in CS5 and start again in CS4 just to work around this.

View 19 Replies

Professional :: Font Embedding Or Change The Font When Need Subscripts And Superscripts

Oct 4, 2010

I need to present chemical formulas with subscripts and superscripts in a dynamic text box. To do this, I've downloaded and embedded the GG Subscript and GG Superscript fonts, created a dynamic text box with Arial as the font, and added ActionScript code to change the font when I need subscripts and superscripts. the following is a simplified version of my code.

[Code].....

I get a compiler error 1119 Access of possibly undefined property html through a reference with static flash.text:TextField. The text box is a dynamic text box, not static, so I'm puzzled.I don't get this error with the GG Subscript code above.

View 2 Replies

ActionScript 3.0 :: Embedding Fonts But Text Getting Bold

Oct 18, 2010

When Embedding fonts in as3 the text getting bold is there any way to rectify it.

View 2 Replies

Actionscript 3.0 :: Embedding Fonts XML CSS Bold Italic?

Oct 23, 2008

I've been trying everything with this issue so thought I'd put it out there to see if anyone can offer a solution or even advise if this is possible or not.This is the scenario:

I dynamically create a textField. I load an external CSS file into a stylesheet. From an XML file I load HTML content into the textField via .htmlText I have added the font to the library and have made it available for Export for ActionScript The HTML has spans with classes eg:

<span class="boldText">Flash Flash Flash</span>

The CSS states:

.boldtext {
font-family:Anivers;
font-style:italic;

[code]....

The font I'm using does not have any other family members like bold or italic Here is the problem. Leaving embedFonts = false things work just fine. But obviously I need to embed this font so all can see it. As soon as i set embedFonts = true I no longer get bold or italic.Is this a case of because the font does not have a bold or italic the system it just rendering, or am I just missing something? For example the checkboxes in the font's properties where you can choose bold and italic. I tried these but no luck.

View 13 Replies

IDE :: Embedding Helvetica Bold Into Dynamic Textfield?

Nov 12, 2009

I have a single dynamic textfield containing NON-HTML text meant to be displayed in a single typeface: Helvetica Neue - 75 Bold. When I author on a Windows installation, the font displays as Helvetica Roman. When I author on the Mac, the font displays correctly as the boldface version.

how to embed multiple weights of a typeface so you can use HTML markup to, say, mix bold, italic and roman text in the same textfield. This is about manually embedding a single font, Helvetica neue 75 Bold into a dynamic textfield using the Flash IDE and it not working on Windows.

View 14 Replies

ActionScript 3.0 :: Embedding Helvetica Bold (continued)?

Dec 4, 2009

Problem: although I'm embedding Helvetica Neue 75 Bold, flash displays Helvetica 55 Roman. note that it's not Helvetica Neue 55 Roman, but Helvetica 55 Roman. So a completely different Font family that I don't even happen to have installed.

I'm assigning text to a dynamic textfield using myField.text = "My text that I added dynamically.". Once this is done, if you examine the myField.htmlText property you will notice that Flash has added a bunch of crap:

<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Helvetica 55 Roman" SIZE="20" COLOR="#000000" LETTERSPACING="0" KERNING="0">My text that I added dynamically.</FONT></P></TEXTFORMAT>

Notice in particular the <FONT FACE...> tag which is what I believe is causing the problem - it's hard-coding the Helvetica 55 Roman font in there. Where the heck is that even coming from? And more to the point, how to get rid of it?Before you suggest a RegExp, I tried that and it doesn't work. I can strip out the <FONT> tag, but when you then re-apply the new string and trace out the .htmlText property again, that <FONT> tag is back!

Code:
var txt = String(txtQuestion.htmlText).replace(/<FONT[^>]+>(.+)</FONT>/, "$1");
txtQuestion.htmlText = txt;
trace(txtQuestion.htmlText);

Also, note that this ONLY occurs for multiline text fields. As soon as you switch to single line, everything is perfect (except that it's not multiline!!)

View 5 Replies

ActionScript 3.0 :: Use Font Of An Existing Textfield Rather Than Embedding Font?

Mar 4, 2009

This is what I am trying to do, but I am not sure if this ispossible with the constrains of AS3.I am trying to embed the font outlines to be used fordynamically created textfields by creating (using the Flash IDE) adynamic text field off of the stage, embedding the fonts in it andthen refer to the font when creating a TextField using code.

Here is some quick sample code...
////////////////////////////////////////////////////
var tNew:TextField = new TextField();

[code]......

View 3 Replies

Actionscript 3 :: Embedding All Font Glyphs In An External Font.swf?

Jan 15, 2010

I need access to a range of font glyphs for a localized flash application. I am using Myriad Pro which supports character sets such as Greek and others. Is it possible to embed all font glyphs by simply adding the font to the library and checking the option Export for Actionscript?

View 2 Replies

ActionScript 1/2 :: Embedding Bold+italic Fonts For HtmlText?

Feb 24, 2010

How can I embed my custom font and it's bold variant (and it's faux italic variant, because there is not real italic version) and get the b and i tags working in a htmlText field?I can use the htmlText field with system fonts (with b and i tags working) ... or I can use 1 of the embedded fonts for the whole text.but I can't seem to get flash to understand the bold and italic variants are also embedded.

createTextField("dynamic_txt", 2, 40, 170, 350, 350); dynamic_txt.embedFonts = true; var emphatic:TextFormat = new TextFormat(); emphatic.size = 40; emphatic.color = 0xFFFFFF; emphatic.font = "EurostileT"; dynamic_txt.html = true;[code]...

View 2 Replies

ActionScript 1/2 :: Bold And Italic Fonts In Dynamic Text Fields?

May 24, 2006

I have a dynamic text field with the text "IMAGES". The font is Arial, it has BOLD and ITALIC checked, and has basic Latin fonts embedded. Now, I use Actionscript to change the text:

textField.text = "IMAGES";

Suddenly the text disappears! Now, it seems to me that since BOLD and ITALIC are checked on the text field, changing the .text value should simply change the text itself, which should then be rendered in bold and italic, and since I have bold+italic Latin glyphs embedded, it should display properly. But what's clearly happening is that when I set the text using Actionscript, it is attempting to display the NORMAL font instead, and since it's not embedded, it won't display. I know this because if I create another proxy text field off the screen and embed the NORMAL Arial glyphs, the original text field's text will display just fine - as normal-weight text.

But why is this? Do I have to use a TextFormat object to set the text to Bold and Italic EVERY time I want to dynamicaly change the text? This seems silly. I simply want my text field to be bold and italic every time the text changes, and NO normal text!

View 1 Replies

ActionScript 3.0 :: Import A Xml File And Format It With The Headers Bold And Links?

Mar 23, 2009

I am trying to import an xml file and format it with the headers bold and links. I have tried formatting with html and a stylesheet. Here's a few code snippets and what happens with each.

This one has 'Render text as HTML' selected and traces everything correctly, but nothing comes up in the textbox...

Code:
var css:StyleSheet = new StyleSheet();
css.parseCSS("a{font-family:Arial;}");
cnnText.styleSheet = css;

[Code].....

how to get the headers to show up how I want,

View 14 Replies

Bold Font In Dynamic Text

Mar 17, 2009

i'm using a font called "AGBookBQ-Regular" in a dynamic text box, which loads a text file. i understand that to include the bold and italic options, i have placed another text box just out of view off the stage with these two options selected.italic works fine but the bold makes very little difference... it only stretches the font slightly.i've searched for the answer to make a much bolder font and it seems you can use a specific bold font as the bold font.i've tried this, but nothing happens. i think i'm interpreting it correctly, but if someone could please confirm this works and perhaps explain it a little clearer (using my specific font names... "AGBookBQ-Regular" and "AGBookBQ-Medium" as the bold font).

View 2 Replies

ActionScript 2.0 :: Bold Font In CDATA?

Mar 26, 2009

why this code in my xml

Code:

<![CDATA[<font color="#00000"><b>action</b>. </font>]]>

Is not making the dynamic flash content bold?If I use <u></u> it underlines it, but bold doesnt seem to work!

View 2 Replies

CS4: Make _Sans Font Bold?

Sep 30, 2009

Where's 'CS4' as a prefix to the post title? Anyway. I'm using _sans font for my flash work, because i want the font to display as the default _sans font on the device/platform. Why in CS4 (not checked earlier versions, but im sure CS3 didnt do this) is the (font) 'Style' drop down greyed out?

View 2 Replies

CS4 :: Make _sans Font Bold?

Nov 12, 2009

When creating mobile apps I thought the best practise was to use _sans font, so that the device uses its' native device font when the app runs (for dynamic text, anyhow...)? So, I use _sans font for my app.  But why in CS3 could I make _sans font bold, but in CS4 I can't? Am I being stupid here....is there something obvious I'm missing?  The 'style' box is greyed out in CS4.

View 1 Replies

IDE :: Make _sans Font Bold?

Dec 1, 2009

In CS3, I could make _sans font bold. For some reason, in CS4 I can't and I'm not sure why?I'd like to use _sans so that the device my app runs on will use its native sans-serif font.To reproduce:

Create text box

Change font to _sans

Try and make font bold

I'm creating a Flash Lite app, so just to ensure it wasn't to do with that (or the device I'm creating it for) I created a normal Flash AS3.0 document and the bahaviour is exactly the same.I've emailled Adobe but no response.

View 8 Replies

Professional :: Bold Font In Flash Not Showing In SWF

Sep 7, 2010

I'm adapting an off the shelf mp3 player and would like to make some text bold - namely [URL] the text that shows the current artist/song at the top. This is dynamic text from an XML file. I've embedded the fonts [Verdana regular and bold - OpenType] in Flash CS5 but the bold won't display even though the special characters do display [Jónsi].

View 10 Replies

ActionScript 3.0 :: Keeping Bold Attribute For Embedded Font?

Dec 4, 2008

I've got a bunch of dynamic and input text boxes. I want the display font to be Arial-bold. I don't have a genuine Arial-bold font so what I really want is Arial with a bold attribute. I've tried all of the following but the result is always just plain Arial:

1. Put dummy text in box, specify Arial, click Bold attribute, click Embed and include numbers and punctuation - run time result: plain Arial

2. Import Arial to library, give it the name f-Arial Bold, click the bold attribute box, check linkage and export for AS3 in first frame, get warning about class name (not sure why), put dummy text in box, specify f-Arial Bold*, click Embed and include numbers and punctuation - run time result: plain Arial

View 1 Replies

Actionscript 3 - Flash Dynamic TextFiled Font On BOLD

Jan 5, 2010

am using AS3 and i have one dynamic text filed. The properties

-Fontname "verdana"
-size "14"
-style "Bold"

it is shown the correct font in BOLD if there is no value.It will not show the correct font properties am not getting the bold style :(

View 4 Replies

Actionscript 3 :: HtmlText Not Showing Bold Or Italics Font?

May 11, 2010

So I have a MovieClip asset with a dynamic textfield sitting inside of it. I export my .fla as a .swc to use within Flash Builder 4, and create instances of the asset with code, populating the text dynamically from XML.

My issue is that even though I have htmlText enabled, bold and italics tags don't appear to be working. I have a feeling it is because when I created the asset in Flash CS4, the text field makes you specify the font, and the subset of that to use (Regular, Bold, Oblique, etc).

Is there any way to get the htmlText to render bold and italics tags properly without having to completely rethink the way I'm creating all these fields?

View 3 Replies

ActionScript 3.0 :: Embed Both - Bold And Italic Styles Of A Particular Font?

Nov 15, 2010

How to embed font so it would have both styles - bold and italic.

When creating new font from drop down menu there are only either bold or italic or other style, but how to embed font with all styles?

View 0 Replies

ActionScript 3.0 :: Bold Italic Font Face Doesn't Show Up?

Oct 13, 2009

I am putting the finishing touches on an as3 project (developped in flex for code and flash cs4 to create the UI) and I am running into a mysterious font issue.
 
1) I am loading in a swf file with the font outlines (empty dynamic textfields with embedded characters on the stage.  One text field for each regular / bold / italic / bold italic font styles).
 
2) I then load the swf and then in order to make sure that all font faces are properly available I list them in the output window with the following function:

[Code]....

View 3 Replies

Flex :: Display Part Of Text In RichText In Bold Font?

Nov 12, 2011

How do you make some parts of spark.components.RichText bold?[code]...

View 4 Replies

ActionScript 3.0 :: Bold And Italic Are Not Working For Normal Embed Font In Flex

Feb 2, 2012

I am using swf embed font[normal] in my flex application but if i apply bold or italic for the text,its looking normal only. let me know if you have any solution.

View 1 Replies

Html :: Bold And Regular Font In Dynamic Text Under A Mask In Flash ?

Feb 20, 2010

I have this text "my text is <b>bold</b> and regular".

I want "<b>bold</b>" to be... well, let's say... bold !

I have a mask layer under which there is a text field.

The text field shows htmlText, and i must embed chars. If not embedded, it doesn't display because of the mask. So the solution of importing 2 user fonts ( one bold and one regular) does not work.

View 1 Replies

ActionScript 2.0 :: Loaded Text File - Cannot Bold Or Change Font Color

Mar 26, 2003

I have loaded text on flash from an external txt. file. But when it comes to adding html to the files such as "font face" or to simply bold the text it won't work, I have check to have the html clicked on Flash, but the text just wont change.

View 9 Replies

Flash :: Input Fields And Embedding?

Jul 28, 2011

Is there any ways to use input fields without embedding the font to minimize .swf file weight?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved