Names of fonts installed in the system.
Read-only property
[Visual Basic .NET] |
---|
Public Property AvailableFonts() As System.Array |
[C#] |
---|
public System.Array AvailableFonts {get;} |
[Managed C++] |
---|
public: __property System::Array get_AvailableFonts(); |
[Unmanaged C++] |
---|
public: HRESULT get_AvailableFonts( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getAvailableFonts(); |