Vladislav Vorobev
Vladislav Vorobev
## Expected Behavior `Font.getKerningValue` returns kerning value from KERN table if GPOS table is empty. ## Current Behavior `Font.getKerningValue` returns 0 if GPOS table is empty, even if there are...
It's changing cursor position to 0, 0 without clearing screen so it looks pretty crappy and then doesn't restore cursor so you have to be with invisible cursor until you...
When you look at PapyrusDotNet.ConsoleTests Program.cs file, you see this: ``` c# public static void Decompile_FollowersScript() { var asm = PapyrusAssemblyDefinition.ReadAssembly( @"C:\Users\Karl\Downloads\exampleBad\test.pex"); ``` ``` c# private static void DecompileAllFallout4Scripts() {...
It seems I cannot serialize/deserialize values with custom type converter. Probably I'm doing something wrong, but code below seems okay to me: ``` c# [TypeConverter(typeof(ColorConverter))] public class Color { public...
Now after assigning text to a single line TextEditor, whole line gets selected and cursor stays at the start of the line. This fixes ComboBox/TextBox/TextEditor widgets displaying end of the...