Svg.SvgTextBase.FontBoundable.FontBoundable C# (CSharp) Méthode

FontBoundable() public méthode

public FontBoundable ( IFontDefn font ) : System
font IFontDefn
Résultat System
            public FontBoundable(IFontDefn font)
            {
                _font = font;
            }

Same methods

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