David Fidge
David Fidge
For fonts on Windows I've found you don't have to 'install' the font. However the .ttf MUST be in the same directory as the .spritefont file (this became a requirement...
I modified my personal copy of jkey source code for numpad support. Insert the following anywhere into the var keyCodes: ``` 'numpad0': 96, 'numpad1': 97, 'numpad2': 98, 'numpad3': 99, 'numpad4':...
PR #139 makes this redundant, the build should always work now by building from ttf files directly rather than relying on installed fonts.
PR #139 addresses this by building content from the ttf directly rather than relying on installed fonts
The XML is a bit strange in the order that the color components are defined (BGRA instead of RGBA or ARGB). I suspect you used a tool to generate this...
The current version has build issues on windows - the content builder comes up with "FontDescriptionProcessor had unexpected failure build". Installing fonts via right-clicking and Install in Windows Explorer does...
Looks like there's a similar pull request in #138
We're also getting this error intermittently after upgrading from 4.1.2.4000 to 5.4.7, .Net Framework 4.8 (also occurs on the recently released 5.5.0). There's one particular performance-intensive process where it always...
I've done some more testing with the demo project provided by @kaksmet . The exception doesn't seem to happen with 4.1.2.4000. But then you upgrade to NHibernate 5.0.0 and the...
Thanks for the fix - we took one of the recent nightly builds to test this fix and we're no longer seeing the exception happening. Looking forward to the 5.6...