コード例 #1
0
        private byte[] ReadFontFromCollection()
        {
            GdiFontCreator creator = new GdiFontCreator(dc);

            return(creator.Build());
        }
コード例 #2
0
ファイル: GdiFontMetrics.cs プロジェクト: nholik/Fo.Net
 private byte[] ReadFontFromCollection() {
     GdiFontCreator creator = new GdiFontCreator(dc);
     return creator.Build();
 }