Zou Wei
Zou Wei
* The network is read-only: consider make it editable? * The relationship contains *first-use*, *use* and *derive*: consider provide support to add customized relationship. * Add some meta data on...
That's really a pity. Consider creating a guide on how to convert a NancyFx project to a ASP.NET app?
Maybe: https://github.com/google/draco/blob/master/javascript/example/webgl_loader_draco_advanced.html
Hi, I recommend [DocFx](https://dotnet.github.io/docfx/). It can generate API documentation directly from .NET source code as a run-able static website. Markdown is supported. It is used by Microsoft to generate their...
No. I don't think current Typography's API structures and code quality are good enough to be refactored to enable nullable. Typography should be refactored thoroughly to clean up APIs first,...
@Happypig375 Emm.. I think you can just have a try. There will be `?` and `!` everywhere and makes nullable reference meaningless, and in turn makes the code not readable....
`nullable` just conflicts with my project's configuration, so I cannot include Typography's source code inside the project directly. To support that, I will be forced to make unbelievably HUGE effort...
👍 That's great! I'll try it when you merge it to master.
> 4. reading direction-some languages reads from right to left That's a very complex feature. See [Bi-directional text](https://en.wikipedia.org/wiki/Bi-directional_text). I hope this helps.
I'm testing the lastest GlyphLayout. I'd like to suggest that dependency to **Typography.Rendering** should be removed from the GDI Winform demo, such as `GlyphFitOutlineAnalyzer` and `GlyphFitOutline`. Because for someone like...