llgcode / draw2d

2D rendering for different output (raster, pdf, svg)
BSD 2-Clause "Simplified" License
1.09k stars 105 forks source link

GetFontName serialize font size properly #146

Closed piotrkowalczuk closed 6 years ago

piotrkowalczuk commented 6 years ago

This PR solves #145. Additionally it moves GetFontName method to draw2dbase.ContextStack so draw2dsvg package can use the same implementation.