MFC Support for DirectWrite – Typography
Some fonts like Microsoft’s Gabriola support a number of typographic features which allow users to control how they look, e.g by enabling some fancy stylistic text rendering. With DirectWrite we can do that by passing a IDWriteTypography object to IDWriteTextLayout::SetTypography method. Set text layout typography with DirectWrite in an MFC application We have not an MFC class which … Read more