Zou Wei
Zou Wei
@Happypig375 >Do you mean that master is not guaranteed to be stable? I'm afraid, yes, from my using experience. It just works. > Can you please provide me a link...
nullable -1 Span +1
It is the contour points that are changed by Typography to make the rendered character bolder or thinner. Right?
So many logic changes. Have you gone through all the visual demos to make sure nothing is broken? It is not enough to be buildable.
@prepare You can pick some important APIs and make a list of them. I'd like to help adding unit tests on them. Visual correctness is quite fragile, I think.
You will be interested in this article: [The whole web at maximum FPS: How WebRender gets rid of jank][1]. 😃 And, https://github.com/servo/webrender I'm implementing some similar theory in it in...
In my application on Win10, `glewInit()` takes about 1200 ms. I think that's still quite slow. x64 ``` E:\lib\glew-2.0.0\bin\Release\x64>powershell Measure-Command {start-process .\glewinfo.exe -Wait} Days : 0 Hours : 0 Minutes...
[.NET Portability Analyzer](https://github.com/microsoft/dotnet-apiport/) analysis result: ``` System.AppDomain.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess) Not supported on .NET Core,Version=v2.0; .NET Standard,Version=v2.0 Suggestion: Remove usage. dnlib W:\VS2017\_Experiment\ModPhuserEx\dnlib\src\DotNet\Emit\MethodTableToTypeConverter.cs 33 System.Reflection.Emit.TypeBuilder.CreateType Not supported on .NET Standard,Version=v2.0 dnlib W:\VS2017\_Experiment\ModPhuserEx\dnlib\src\DotNet\Emit\MethodTableToTypeConverter.cs 85 System.Reflection.Emit.TypeBuilder.CreateType...
Yes. I have confirmed that. See https://github.com/0xFireball/ModPhuserEx/issues/3#issuecomment-324321458 .