C# 클래스 Svg.SvgElement

파일 보기 프로젝트 열기: vvvv/SVG 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PrivateFonts System.Drawing.Text.PrivateFontCollection

Private Properties

프로퍼티 타입 설명
GetFont IFontDefn

공개 메소드들

메소드 설명
ValidateFontFamily ( string fontFamilyList, SvgDocument doc ) : object

보호된 메소드들

메소드 설명
FixOpacityValue ( float value ) : float

비공개 메소드들

메소드 설명
GetFont ( ISvgRenderer renderer ) : IFontDefn

Get the font information based on data stored with the text object or inherited from the parent.

메소드 상세

FixOpacityValue() 보호된 정적인 메소드

protected static FixOpacityValue ( float value ) : float
value float
리턴 float

ValidateFontFamily() 공개 정적인 메소드

public static ValidateFontFamily ( string fontFamilyList, SvgDocument doc ) : object
fontFamilyList string
doc SvgDocument
리턴 object

프로퍼티 상세

PrivateFonts 공개적으로 정적으로 프로퍼티

public static System.Drawing.Text.PrivateFontCollection PrivateFonts
리턴 System.Drawing.Text.PrivateFontCollection