icsharpcode / WpfDesigner

The WPF Designer from SharpDevelop
MIT License
949 stars 251 forks source link

Enhancement: Make FontFamily a combo box instead of text field in property editor #59

Closed JoshWobbles closed 5 years ago

JoshWobbles commented 5 years ago

Would be nice to "select" a font rather than looking up it's name and having to type it in.

jogibear9988 commented 5 years ago

It is a combobox in the Demo.XamlDesigner sample

JoshWobbles commented 5 years ago

How? The sample I base off of "SimpleSample", its a text field, no combo box. https://www.screencast.com/t/WaHzFldp

jogibear9988 commented 5 years ago

You need to add BasicMetadata.Register(); was missing in Simple Sample

JoshWobbles commented 5 years ago

You're on a roll today!