vidstige / NRasterizer

OpenType parser in pure c#
Apache License 2.0
38 stars 11 forks source link

Cmap fixed #21

Closed prepare closed 7 years ago

prepare commented 7 years ago

fixed cmap's idGlyphArray Len, as describe in #20 ,

you can just copy-n-paste

vidstige commented 7 years ago

Thank you for the fix! :-)

  1. Please rebase before pushing. One real commit and 7 master merges... ^^
  2. Can you explain a bit more? When does this happen?
  3. Add and use generic max algorithm instead of this.
  4. Also first you multiply with 2 and divide by 2. What gives?
vidstige commented 7 years ago

I just saw the issue now. Thank you! :-)