dittodhole / dotnet-Svg.Contrib.Render

Other
26 stars 5 forks source link

Introduce separate method to override font selection for SvgTextBaseTranslator #5

Closed dittodhole closed 7 years ago

dittodhole commented 8 years ago

Currently the only option to override the font selection is to override the GetFontSelection method of the transformer. This is an extra hurdle and path of indirection when customizing the text renderer.