Skip to content

Commit 451afd8

Browse files
committed
Continuation of DWriteForwarder replacement
Based on foundation layed in the dotnet#6260
1 parent 2dd5601 commit 451afd8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2535
-2339
lines changed

src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/Factory.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@
99
#include "FactoryType.h"
1010
#include "FontFile.h"
1111
#include "FontFace.h"
12-
#include "FontCollection.h"
1312
#include "DWriteTypeConverter.h"
1413
#include "FontFileLoader.h"
15-
#include "TextAnalyzer.h"
14+
#include "TextItemizer.h"
15+
#include "DWriteFontFeature.h"
16+
#include "GlyphOffset.h"
17+
#include "ItemSpan.h"
18+
#include "ItemProps.h"
19+
#include "IClassification.h"
20+
#include "NativePointerWrapper.h"
21+
#include "CharAttribute.h"
1622
#include "NativePointerWrapper.h"
1723

1824
using namespace MS::Internal::Text::TextInterface::Generics;

src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/Font.cpp

Lines changed: 0 additions & 326 deletions
This file was deleted.

0 commit comments

Comments
 (0)