private byte[] ReadFontFromCollection() { GdiFontCreator creator = new GdiFontCreator(dc); return(creator.Build()); }
private byte[] ReadFontFromCollection() { GdiFontCreator creator = new GdiFontCreator(dc); return creator.Build(); }