You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Font Management > FontGetName Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.FontGetName Method

Returns the name of an available font.

C#
public String FontGetName(
    int FontNo
);
Visual Basic
Public Function FontGetName(
    ByVal FontNo As Integer
) As String
Parameters
Parameters 
Description 
FontNo 
Value between 1 and FontGetCount().  
Returns

A font name.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.