[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DirectWrite.IFontFileEnumerator

Interface IFontFileEnumerator

Namespace
GrapeCity.Documents.DX.DirectWrite
Assembly
GcDocs.DX.Windows.dll

IDWriteFontFileEnumerator

[Guid("72755049-5ff7-435d-8348-4be97cfa6c7c")]
[Shadow(typeof(FontFileEnumeratorShadow))]
public interface IFontFileEnumerator : ICallbackable, IDisposable
Inherited Members
System.IDisposable.Dispose()

Properties

CurrentFontFile

Gets a reference to the current font file.

FontFile CurrentFontFile { get; }

Property Value

FontFile

a reference to the newly created FontFile object.

Methods

MoveNext()

Advances to the next font file in the collection. When it is first created, the enumerator is positioned before the first element of the collection and the first call to MoveNext advances to the first file.

bool MoveNext()

Returns

bool

the value TRUE if the enumerator advances to a file; otherwise, FALSE if the enumerator advances past the last file in the collection.