Exemplo n.º 1
0
        private byte[] ReadFontFromCollection()
        {
            GdiFontCreator creator = new GdiFontCreator(dc);

            return(creator.Build());
        }
Exemplo n.º 2
0
 private byte[] ReadFontFromCollection() {
     GdiFontCreator creator = new GdiFontCreator(dc);
     return creator.Build();
 }