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 4340216
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T11:19:10+00:00 2026-05-21T11:19:10+00:00

Why is it that Media.Fonts can’t find Arial Rounded MT Bold ? foreach (var

  • 0

Why is it that Media.Fonts can’t find "Arial Rounded MT Bold"?

foreach (var f in System.Windows.Media.Fonts.SystemFontFamilies)
{
    if (f.Source == "Arial Rounded MT Bold")
    {
        var x = "Not Found";
    }
}

var fc = new System.Drawing.Text.InstalledFontCollection();
foreach (var fd in fc.Families)
{
    if (fd.Name == "Arial Rounded MT Bold")
    {
        var x = "Found";
    }
}
  • 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-21T11:19:11+00:00Added an answer on May 21, 2026 at 11:19 am

    Check in your system’s Windows folder. Do u have “Arial Rounded MT Bold” font installed on your system?? You might not have the font installed on your system.. That might be the only issue for not finding it..

    Ok, i got it in first loop you are looping through System Font families and for “Arial Rounded MT Bold” its font family is “Arial Rounded MT”. You can check about its specification here – http://www.microsoft.com/typography/fonts/font.aspx?FMID=918

    So, if you update your code like this –

    foreach (var f in System.Windows.Media.Fonts.SystemFontFamilies)
    {
          if (f.Source == "Arial Rounded MT")
          {
             var x = "Found";
          }
    }
    

    You will get that font which you are looking for..

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

Sidebar

Related Questions

I'm looking for something like the Windows Media Player control that can be hosted
In WPF there is the FormattedText in the System.Windows.Media namespace MSDN FormattedText that I
I working on a distributed mediaplayer that uses the windows media player component. Now
We are launching a site that is media heavy and looking at using silverlight,
Given an admin media class that sets up a rich text editor, like: class
I'm using a device that's got GPRS media to connect to a PC running
I have a bas class called Media with two classes that inherit from it,
I have a fairly large webapp that I run on a Media Temple server.
My requirements are that Ads have a definite size, could be different media types
I'm working on an application that requires support for forward locking of media files

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.