Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6621657
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:17:43+00:00 2026-05-25T21:17:43+00:00

I am dubious that anyone will be able to help, but thought I’d post

  • 0

I am dubious that anyone will be able to help, but thought I’d post just in case…

I’m trying to get Flash to display a bulleted list using bold embedded fonts.

What I’m finding is that I can get bold fonts with bullets, but not embedded. Or embedded fonts with bullets that aren’t bold, or bold embedded fonts without bullets.

This is incredibly frustrating (as well as annoying).

I’m embedding the fonts in the library and exporting them via actionscript. Here’s my code…

var tf:TextField = new TextField();
        tf.multiline = true;            
        tf.width = 100;         
        tf.x = 200;
        tf.y = 100;
        tf.antiAliasType = AntiAliasType.ADVANCED;
        tf.wordWrap = true;
        tf.autoSize = TextFieldAutoSize.LEFT;
        tf.embedFonts = true;


        var bulletTF:TextFormat = new TextFormat();   


        var myFontBold:VerdBold = new  VerdBold();
        var myFont:Verd = new  Verd();

        bulletTF.font = myFont.fontName;                        

        bulletTF.size = 12;
        bulletTF.bullet = true;
        tf.htmlText ="This is the first bullet, but this text should wrap correctly.<br>and another<br>And another still" ;
        tf.setTextFormat(bulletTF);         

        addChild(tf);

The above code produces the regular font embedded bulleted list.

If I change the bulletTF.font line to bulletTF.font = myFontBold.fontName The font goes bold and the bullets go away.

Has anyone dealt with this? And if so… what was your solution (or workaround).

Much obliged in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T21:17:45+00:00Added an answer on May 25, 2026 at 9:17 pm

    You need to embed both the bold font and the normal font. Also rather than using TextFormat to set the format, you might get more predictable results by setting HTML tags directly:

    var myFontBold:VerdBold = new  VerdBold();
    var myFont:Verd = new  Verd();
    
    tf.htmlText = '<p><font face="' + myFont.fontName + '">Some regular text</font></p><ul><li><font face="' + myFontBold.fontName + '">Some bold text</font></li></ul>';
    

    It’s ugly but normally it should work. Using <b> might also work, but I think it’s more reliable to explicitly set the font names.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I realize that the phrase good practices is a bit dubious and overused, but
Can anyone recommend a good matplot tutorial. I am a complete beginner - but
I know that Lines of Code (LoC) is a dubious if not false code
I am writing a Python script that uses data of dubious quality. The data
How can I get the (physical) installed path of a DLL that is (may
Q a bit dubious, pardon that. I want to remove a song enitity: My
I actually want to create a new local. I know it sounds dubious, but
I am trying to use Spring and wx-xmlrpc together. The problem is that XmlRpcClient
I am trying to install HTML-Parser-3.64 and I get following report while running make
I am considering doing something that might seem strange to get a reliable time

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.