摘要: DWrite可以高速地呈现文字:View Code #include "stdafx.h"class unicode_file{ PCWSTR m_view; UINT32 m_size;public: unicode_file(); ~unicode_file(); PCWSTR text() const; UINT32 size() const;};struct SampleWindow : DesktopWindow<SampleWindow>{ ComPtr<ID2D1SolidColorBrush> m_brush; ComPtr... 阅读全文
posted @ 2013-04-23 16:57 .NET骚操作 阅读(585) 评论(0) 推荐(0) 编辑