Svg.SvgTextBase.FontBoundable.FontBoundable C# (CSharp) Method

FontBoundable() public method

public FontBoundable ( IFontDefn font ) : System
font IFontDefn
return System
            public FontBoundable(IFontDefn font)
            {
                _font = font;
            }

Same methods

SvgTextBase.FontBoundable::FontBoundable ( IFontDefn font, float width ) : System
SvgTextBase.FontBoundable