SharpDX.DirectWrite.TextLayout.GetTypography C# (CSharp) 메소드

GetTypography() 공개 메소드

Gets the typography setting of the text at the specified position.
public GetTypography ( int currentPosition ) : SharpDX.DirectWrite.Typography
currentPosition int The position of the text to inspect.
리턴 SharpDX.DirectWrite.Typography
        public Typography GetTypography(int currentPosition)
        {
            TextRange temp;
            return GetTypography(currentPosition, out temp);
        }