I have a custom font that I can load into a PrivateFontCollection
and use in the application without installing.
However I have to support Chinese and Japanese content as well with SimSun and MS Gothic fonts specifically, with defined preference of one over the other.
With admin rights and installed fonts one can use Font Linking in the registry, but I cannot use that here. The system however automatically falls back to display ideographs with either SimSun or MS YaHei or MS PGothic, etc.
Is there any way to control this Font Fallback mechanism in a Windows Forms application?