Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Windows SDK and Win UI 3 implementation #95

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/library/mdi/getting-started/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ If you wanted to display the icon at `48x48` place the SVG path data in place of
</Canvas>
</Viewbox>
```
## Windows SDK with Win UI 3
Templarian marked this conversation as resolved.
Show resolved Hide resolved
To add it to your proyect add the webfont file and set it's build action to `Content`.
Templarian marked this conversation as resolved.
Show resolved Hide resolved
In your `App.xaml` file add like this, modify according to your path, in the example it's placed inside the Assets folder.

```
<FontFamily x:Key="IconFont">ms-appx:///Assets/materialdesignicons-webfont.ttf#Material Design Icons</FontFamily>
```
Templarian marked this conversation as resolved.
Show resolved Hide resolved


## MahApps.Metro.IconPacks

Expand Down