Typography icon indicating copy to clipboard operation
Typography copied to clipboard

C# Font Reader (TrueType / OpenType / OpenFont / CFF / woff / woff2) , Glyphs Layout and Rendering

Results 34 Typography issues
Sort by recently updated
recently updated
newest added

When one wants to use the glyph info for other purposes, the onCurve is not accessible. Can the (bool) onCurve be made public?

This looks like a wonderful project. Is a NuGet package available? Do I need to reference the entire master branch to use Typography?

Is there any example on how to best split a string into different WritingSystems aka ScriptRuns ? E.g. I have this string `Hello World Привет мир مرحبا بالعالم 你好世界` and...

A GetGlyphIndex method is internally trying to set something. This can result in errors like: ``` Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) SIGABRT: Operations that change non-concurrent collections must...

The 3 main repositories (HtmlRender, PixelFarm, Typography) will be moved to .netcore3 and beyond :)

Closes #191 Nullable reference types are now enabled for: - Typography.OpenFont - Typography.GlyphLayout - Typography.MsdfGen - Typography.TextBreak - Typography.TextFlow - Typography.TextServices - Typography.One Nullable warnings from above projects will be...

where is release or nuget link or at least use guide?

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...

- [x] port SharpFont's TrueType Hinting (https://github.com/MikePopoloski/SharpFont) - [x] implement this http://www.antigrain.com/research/font_rasterization/ - [x] implement auto fit - [ ] Documentation of our GlyphAnalysis and Hint technique