javascript 如何在 Metro windows 8 中找到应用栏的图标?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11574829/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-26 13:42:48  来源:igfitidea点击:

How to find icons for app bar in metro windows 8?

javascriptwindows-8microsoft-metrowindows-runtime

提问by krrishna

How to find icons for app bar in metro windows 8 ? And how can i add custom icons ?

如何在 Metro windows 8 中找到应用栏的图标?以及如何添加自定义图标?

回答by Nigel Sampson

The default application bar styles use the font Segoe UI Symbol for it's icons, you can use the program Character Map installed with Windows to browse the icons it provides.

默认的应用程序栏样式使用字体 Segoe UI Symbol 作为它的图标,您可以使用 Windows 安装的程序 Character Map 来浏览它提供的图标。

As well as Metro Studio that eibhrum mentioned you can find more at the Noun Projectand the Xaml Project.

除了 eibhrum 提到的 Metro Studio,您还可以在Noun ProjectXaml Project 中找到更多信息。

Edit: Also want to mention the fantastic Modern UI Icons.

编辑:还想提一下梦幻般的现代 UI 图标

回答by abramlimpin

Syncfusion Metro Studiohas a collection of over 600 Metro-style icon templates that can be easily customized to create thousands of unique Metro icons.

Syncfusion Metro Studio拥有超过 600 个 Metro 风格图标模板的集合,可以轻松自定义以创建数千个独特的 Metro 图​​标。

回答by cuixiping

Document from MSDN: WinJS.UI.AppBarIcon enumeration (Windows)

来自 MSDN 的文档:WinJS.UI.AppBarIcon 枚举 (Windows)

All available systems icons are list there.

所有可用的系统图标都在那里列出。

To add custom icons, you can download samples from MSDN:

要添加自定义图标,您可以从 MSDN 下载示例:

回答by Pablo Diaz

Someone compiled a list of built-in appbar icons here: http://www.flickr.com/photos/adamkinney/6952800759/sizes/o/in/photostream/

有人在这里编译了一个内置应用程序栏图标的列表:http://www.flickr.com/photos/adamkinney/6952800759/sizes/o/in/photostream/

I think this is your best option most of the time, since they're available in every installation, and of the highest quality.

我认为在大多数情况下,这是您的最佳选择,因为它们在每次安装中都可用,并且质量最高。

回答by John

  • https://github.com/Templarian/WindowsIcons
  • https://github.com/Templarian/WindowsIcons
  • 给定链接中适用于 Windows Phone 8 的所有应用栏图标。从那里下载 Zip.file。