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

FontBoundable() public method

public FontBoundable ( IFontDefn font, float width ) : System
font IFontDefn
width float
return System
            public FontBoundable(IFontDefn font, float width)
            {
                _font = font;
                _width = width;
            }

Same methods

SvgTextBase.FontBoundable::FontBoundable ( IFontDefn font ) : System
SvgTextBase.FontBoundable