internal DWriteFontList(IDWriteFontList handle) { this.handle = handle; }
public FontList(IDWriteFontList fontList) { _fontList = fontList; }