character-map-uwp / Character-Map-UWP

A modern, native UWP replacement for the Win32 Character Map and Windows Font Viewer with flawless high DPI and touch support.
MIT License
623 stars 53 forks source link

Proposal: Add Visual Basic to developer tools #165

Closed Nukepayload2 closed 3 years ago

Nukepayload2 commented 3 years ago

Summary

As a VB developer, I need to use VB version of developer tools. image

If you are unfamiliar with the syntax of VB, I'll implement this feature by myself and create a pull request.

Example

Font: Segoe MDL2 Assets Character: U+E001

VB code

ChrW(&HE001)

Font icon

New FontIcon With  { .FontFamily = New FontFamily("Segoe MDL2 Assets"), .Glyph = ChrW(&HE001) }

Path icon

New PathIcon With { .Data = XamlBindingHelper.ConvertValue(GetType(Geometry), "F1 M 17.939453 5.439453 L 7.5 15.888672 L 2.060547 10.439453 L 2.939453 9.560547 L 7.5 14.111328 L 17.060547 4.560547 Z "), .HorizontalAlignment = HorizontalAlignment.Center, .VerticalAlignment = VerticalAlignment.Center }