Zhenwei Wu
Zhenwei Wu
Hi, I am wondering whether we can make the templates serializable, specifically, serializable with DataContractSerializer and BinaryFormatter. By storing the template in resources instead of hard-code in C# one by...
When using ```OpenFontReader``` to read a font collection, it would be really helpful to keep the stream open such that ```ReadPreview``` and ```Read``` can be called on the same stream...
Hi, I find that in formatted HOCON, entry is rendered like `key=value`(if value is not an object) or `key value`(if value is an object). I think for better readability, why...