Tuple<String, Boolean> MechanicalGraphicsWrapper.VerifyLocaleStringsAreAllRenderable()

Performs a test to see if all characters present in all locale dsstringtable.xml files can be found via DSGStream's TextEngine

Return Value

Type: Tuple<String, Boolean>
A tuple containing a report string and a bool. The report mentions what Unicode codepoints (expressed in decimal, not hex) are not findable in the fallback font system, or mentions any possible errors if the test setup/config fails. The bool is true only if all characters from all locale string tables are found in the fallback font system.