mirror of
https://github.com/mapbox/node-fontnik.git
synced 2026-01-18 15:54:55 +00:00
document glyph_info.hpp changes
This commit is contained in:
parent
8b38de2333
commit
2eec0047aa
@ -13,6 +13,10 @@ Local Modifications:
|
||||
- Added operator== overload
|
||||
- Removed FT_Stroker
|
||||
- text/glyph_info.hpp
|
||||
- Store signed distance field in std::string bitmap
|
||||
- Set height from FT_GlyphBitmap instead of calculating from FT_BBox
|
||||
- Add left, top, advance, ascender and descender metrics
|
||||
- Add operator< overload for sorting
|
||||
- font_engine_freetype.cpp
|
||||
- More verbose error logging
|
||||
- Assume MAPNIK_THREADSAFE
|
||||
@ -20,5 +24,9 @@ Local Modifications:
|
||||
- Removed FT_Stroker
|
||||
- text/face.cpp
|
||||
- Implement shared glyph cache
|
||||
- Remove unnecessary FT_Set_Transform
|
||||
- Remove FT_BBox height calculation
|
||||
- Set glyph_info width, height, top and left from FT_BitmapGlyph
|
||||
- Set glyph_info ascender and descender from face metrics
|
||||
- Create signed distance fields when adding glyphs to cache
|
||||
- Remove FT_Stroker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user