Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DirectWrite と Direct2D を使用してレンダリングされたビットマップ イメージを取得する方法はありますか?
FreeType2 の FT_GlyphSlot->bitmap のように...
最初に ID2D1Bitmap を作成し、次に ID2D1Bitmap::CopyFromRenderTarget を使用してレンダー ターゲットからデータをコピーできると思います。