Steve 'Sly' Williams
Steve 'Sly' Williams
Ah yes. They were adding the Json types in 4.7.
I have the same on Windows. The module name "unknown" version "0.0.0.0" with timestamp "0x00000000" is the obs_ndi.dll. It is a NULL reference in obs_ndi.dll (exception code 0xc0000005 with fault...
Just saw the note on the obs-ndi 4.8.0 release about requiring OBS v25 or above. Saw in the crash log that my OBS was v24. Updated and the crash on...
XNA also uses the GDI to rasterize glyphs, which can provide anti-aliasing for generated styles. If we are just doing a skew for italic, then we lose the anti-aliasing that...
A 2x2 skew matrix should work there.
Fonts, at least TrueType, can contain bitmap glyphs for small point sizes to rasterize better. The documentation for FreeType states that the transform works for vector glyphs only.
The horizontal spacing is being expanded when it goes through the italic transformation. The difference in text length between the regular and italic version is quite large compared to the...
> I think we could live with this difference without seeing any bad side effects. To be honest, I hadn't been following this thread much, so I've just got a...
> The type converters have slightly different names in official XNA and some derive from a common MathTypeConverter. Should we be looking to mimic that? It should use the same...
> I'll rename those variables, I've used those names for years with out any bother Thanks. As a highly visible public project with open access to source, we need to...