When opening a file that imported objects from a DWG file, I receive the error “This file uses a font not found on this computer.” I have NO text objects in this file. How do I found out why Rhino thinks that this font is associated with an existing object?

Font Issue.3dm (2.5 MB)
It is probably part of a style (Text, dimension or multi-leader) try to investigate it in AutoCAD.
Yes, I realize that but I removed all styles, purged them, removed all text, etc and the error still persists. This file was given to me and I do not have Autocad to investigate. There must be a way in Rhino to figure out what objects are using what fonts, or simply listing objects in the file that are using fonts. Anyway to do this?
I had this issue a while back, everytime I opened a file- ‘font not found’, was a real pain, it somehow magically went away after about a month ![]()
Thanks Jeremy! I had completely overlooked the command line and it’s hints. Great tip!
I cannot find the text which has the wrong font, and if I select all text and try to change them all at once - then the text disappears…
Hi Terese,
If you mean that on opening a file you get a dialog like this:

then run _CommandHistory immediately after clicking OK and you will get more information:
Then, if you are running Rhino 7 or later, you can use the command _SelFontUse and pick the font that is missing:
and this will leave found instances of the objects using the font selected:
But note that this won’t find locked or hidden objects, nor objects within blocks, so more work is needed to expose such instances.
If you don’t find any drawing objects using your missing font, check out all your annotation styles in case it is embedded there, perhaps in an unused style.
HTH
Jeremy
If you run SelDimOverride does it select the annotation in question by any chance? It also seems I once had a script to find these but I can’t find the script anymore… ![]()




