Skip to content

Commit

Permalink
Tweak flag rendering in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Nov 16, 2022
1 parent 488c716 commit c56a1af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Emoji.Wpf/Image.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
using System.Linq;
using System.Windows;
using System.Windows.Media;

using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using Controls = System.Windows.Controls;

namespace Emoji.Wpf
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- **Colour emoji**! 😨 πŸ’© 🍰 ✈️ ✏️ πŸ“ž ☘️
- **Multiracial family emoji**! πŸ‘©πŸΏβ€πŸ‘©πŸ»β€πŸ‘¦πŸ½ πŸ‘¨πŸ»β€πŸ‘©πŸΏβ€πŸ‘§πŸ½β€πŸ‘¦πŸ½ πŸ‘©πŸ»β€πŸ‘ΆπŸ½
- **Emoji for flags**! <img src="https://github.com/samhocevar/emoji.wpf/raw/main/Resources/flags.png" height="24"/>
- **Win11 style flags**! <img src="https://github.com/samhocevar/emoji.wpf/raw/main/Resources/newflags.png" height="24"/>
- **Win11 style flags**! <img src="https://github.com/samhocevar/emoji.wpf/raw/main/Resources/newflags.png" height="20"/>
- **Full vector emoji**! Render at huge sizes without quality loss.
- Optional support for subpixel antialiasing.
- **Lightweight**; does not embed a font or emoji images; just uses the system font.
Expand Down
2 changes: 1 addition & 1 deletion Sample/Sample.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
</FlowDocumentScrollViewer>
</GroupBox>
<GroupBox Grid.Column="1" Header="Flags" Margin="4">
<emoji:TextBlock FontSize="24" Text="{StaticResource FlagsText}"/>
<emoji:TextBlock FontSize="124" Text="{StaticResource FlagsText}" Background="Pink"/>
</GroupBox>
</Grid>

Expand Down

0 comments on commit c56a1af

Please sign in to comment.