

I’m an engineer at heart and a jack of all trades kind of guy.įor those who care about titles, I hold a masters degree in computing from FER (and a black belt in karate, but that’s another story…).ĭuring the last years, worked in a betting software industry where I made use of my knowledge in areas ranging from full-stack (web & desktop) development to game development through Linux and database administration and use of various languages (C#, PHP, JavaScript to name just a few).Ĭurrently, I’m a senior software engineer at TelTech, where we make innovative communications apps, and I <3 it. Hope this proved to be helpful and got you excited about WPF in that manner that you’ll now go and do further exploring on your own.

BASIC FONT VIEWER HOW TO
If you run your application now, you’ll see it works as expected and just like that you’ve made your very own version of the FontViewer application, you’ve seen how to install additional components from within Visual Studio using NuGet package manager, and you’ve seen how to set the data binding between elements. It’s docked to the left, its name variable (by which we can reference it later in the code) is set to FontList ( x:Name=”FontList”), and most importantly, the ItemSource attribute is set to ”), and finally we’re binding the FontSize to the Value of the IntegerUpDown control named FontSize. To populate the list of available fonts which are installed on the machine, we’re using the ListBox element. However, one novelty is the DockPanel.Dock=”Top” property which basically tells the Border element to position itself at the top of the parent DockPanel (in which it is contained). If you’re familiar with CSS, the attributes on the Border element should seem natural to you. Next comes the Border element which contains instructions (on how to use the application) written inside the TextBlock element. You can see that our main container is DockPanel, which is useful when you want to “dock” certain elements to the sides (top, bottom, left, right) of the window. The quick brown fox jumps over the lazy dog.

Added options for coping and renaming not installed font files.Option of make a copy of the font files before uninstalling (deleting) a font.The list of not installed fonts can be printed now from the "View folder" window.Fixed: The application couldn't be minimized when viewing a list of not installed fonts.Fixed: The sample text disappear when you change to the font list window.Fixed: The default sample always appear at program start even if it's changed in the options.Fixed: When printing a list of fonts the name of the font appeared always as the sample text.
BASIC FONT VIEWER WINDOWS

Added the option of exporting the list of categories to a folder.Made some minor adjustments in the font file copy/move operations.Now you can copy the files associated with installed fonts to a folder also from the font list window.
