Open
Description
Some of the function documentation are no longer correct.
Most of them involve _CTTypesetter (grep for it) and there are few others as well.
e.g
/**
* Helper method to create a IDWriteTextFormat object given _CTTypesetter object and string range.
*
* @parameter ts _CTTypesetter object.
* @parameter range string range to consider for rendering.
* @parameter outTextFormat outpointer for creating the text format
*
* @return whether the creation was successful
*/
static HRESULT __DWriteTextFormatCreate(CFAttributedStringRef string, CFRange range, IDWriteTextFormat** outTextFormat) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment