Missing Font error, but no layers seem to use that font
Whenever I open a specific project in AE I get a Missing Font dialog, but the text layers in the project do not seem to be using that stated missing font (Replica).
The project is a MOGRT that has 4 text layers. One is a master layer ("Caption Text") which is used in the EG panel to have the user type in the text and change the font properties. The other three layers have the following expression on the Source Text property to display the text from the master layer:
sourceTextProperty = thisComp.layer("Caption Text").text.sourceText;
newStyle = sourceTextProperty.getStyleAt(0,0);
newStyle.setText(sourceTextProperty);When I search for "missing font" in the Timeline panel Search box, the three "sub" layers are shown.
All text layers show they are using Roboto in the Character panel when I select them individiually or as a group.
Where else could the missing font be hiding?
