All Possible Font Styles
We've nearly completed a new feature in Resolver, supporting all the different font styles offered by the .NET font dialog.
At the moment the Text Formatting dialog - which uses the standard .NET font dialog - allows you to select bold, italic, underline, and strike-through: but Resolver only supported bold.
In implementing this Kamil needed access to all the possible font style combinations. Here is how he did it (and why):
At the moment the Text Formatting dialog - which uses the standard .NET font dialog - allows you to select bold, italic, underline, and strike-through: but Resolver only supported bold.
In implementing this Kamil needed access to all the possible font style combinations. Here is how he did it (and why):
Comments
Post a Comment