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

GetFontCollection() 공개 메소드

Gets the font collection associated with the text at the specified position.
public GetFontCollection ( int currentPosition ) : SharpDX.DirectWrite.FontCollection
currentPosition int The position of the text to inspect.
리턴 SharpDX.DirectWrite.FontCollection
        public FontCollection GetFontCollection(int currentPosition)
        {
            TextRange temp;
            return GetFontCollection(currentPosition, out temp);
        }