PrivateFontCollection Families are not reliable with more iterations
问题 I've load the MemoryStream to a PrivateFontCollection and print the Font-Family count. I've done these process for 10 times and I want the same output for every iteration. I want correct output for two iterations and sometimes the first iteration is also going wrong. I can't have a consistent output. Provide me a solution to have a consistent output using PrivateFontCollection. Note: Fonts folder contains 5 different fonts. private static void Work() { string fontPath = @"D:\fonts";