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

  • Home
  • SEARCH
  • 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 268739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T23:43:49+00:00 2026-05-11T23:43:49+00:00

For the attached code, I get the following compile time error : exception during

  • 0

For the attached code, I get the following compile time error :
exception during transcoding: Font for alias ‘myFontFamily’
with bold weight and italic style was not found by
family name ‘Kundli Hindi Normal’

I have installed other Hindi fonts, and I get the same error for them as well.

Though I don’t get any error for standard fonts such as Arial, Helvetica
and even “Microsoft Himalaya”

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
        <mx:Button x="96" y="102" label="Button"/>
        <mx:Style>
     @font-face {
    src:local("Kundli Hindi Normal");
    fontFamily: myFontFamily;
    advancedAntiAliasing: false;
    font-weight:bold;
    font-style:italic;
}

     Button {
        fontFamily: myFontFamily; 
        fontSize: 18pt;
     }
     HBox {
        fontFamily: Times; 
        fontSize: 18pt;
     }

  </mx:Style>


</mx:Application>
  • 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-11T23:43:50+00:00Added an answer on May 11, 2026 at 11:43 pm

    I just downloaded the Kundli Hindi font and all I got was a ‘normal’ font face – no bold or italic. Obviously, we may have gotten the font from different places, and you may have additional font faces, but you have to have separate bold and italic font faces in order to embed a font with bold and italic properties.

    Also, the font I downloaded is named ‘Kundli Hindi NormalA’…. don’t know why it was named ‘NormalA’, rather than just ‘Normal’, or ‘Regular’. You might double-check to make sure yours is in fact named ‘Kundli Hindi Normal’, if you haven’t already. That doesn’t seem to be the problem, but it never hurts to re-check that kind of stuff. At least for me :).

    If you can’t get ahold of a bold font face for this font – from my own searching on Google, it looks like it’s not available – you can use ActionScript’s advanced font features to create bold and semi-bold versions of a font. I don’t have any helpful advice for faking italicization, though.

    The following is an example of using an embedded font (Myriad Pro), and modifying its weight via the subpixel style:

    .roomViewTitleRoomType
    {
        color: "0x8AA1A8"; 
        font-size: 20;
        fontFamily: "Myriad Pro";
        fontAntiAliasType: "advanced";
        fontThickness: 200;
        fontGridFitType: "subpixel";
    }
    

    You might want to declare a font face with the advanced font manipulation (fontAntiAliasType, fontThickness, fontGridFitType) in it, like the following, but the additional info will just be ignored.

    @font-face
    {
        src: url("/assets/fonts/kundli.ttf");
        fontFamily: "Kundli Hindi Heavy";
        fontWeight: "normal";
        fontAntiAliasType: "advanced";
        fontThickness: 800;
        fontGridFitType: "subpixel";
    }
    

    Hope that’s helpful.

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

Sidebar

Ask A Question

Stats

  • Questions 222k
  • Answers 222k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer It seems like a case that fits the template pattern.… May 13, 2026 at 12:18 am
  • Editorial Team
    Editorial Team added an answer You're probably looking for the Invocation API, a little-known corner… May 13, 2026 at 12:18 am
  • Editorial Team
    Editorial Team added an answer Get the document from the URL. Render it (in a… May 13, 2026 at 12:18 am

Related Questions

In benchmarking some Java code on a Solaris SPARC box, I noticed that the
I have an unbound XtraReport that has a subreport control which contains another report.
I have a problem where I get a deadlock on a MS SQL Server.
I am trying to send E-mails asynchronously and it works fine as long as

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.