Skip to content

Commit 487caa2

Browse files
committed
Update test string to include color emoji.
1 parent 35036d0 commit 487caa2

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

MainWindow.ixx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ namespace
10081008
void InitializeDefaultDrawableObjectAndValues(DrawableObjectAndValues& drawableObjectAndValues)
10091009
{
10101010
drawableObjectAndValues.Set(DrawableObjectAttributeFunction, u"IDWriteBitmapRenderTarget IDWriteTextLayout");
1011-
drawableObjectAndValues.Set(DrawableObjectAttributeText, u"This is a test.");
1011+
drawableObjectAndValues.Set(DrawableObjectAttributeText, u"This is a test 😎👧🏼👧🏾.");
10121012
drawableObjectAndValues.Set(DrawableObjectAttributeFontFamily, u"Segoe UI");
10131013
drawableObjectAndValues.Set(DrawableObjectAttributeFontSize, u"18");
10141014
}

TextLayoutSampler.png

14.5 KB
Loading

TextLayoutSampler.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PropertyGroup Label="Configuration">
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>true</UseDebugLibraries>
30-
<PlatformToolset>v142</PlatformToolset>
30+
<PlatformToolset>v141</PlatformToolset>
3131
<CharacterSet>Unicode</CharacterSet>
3232
</PropertyGroup>
3333
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

0 commit comments

Comments
 (0)