Svg.SvgTextBase.FontBoundable.FontBoundable C# (CSharp) 메소드

FontBoundable() 공개 메소드

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

Same methods

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