C#
VB
C++
Initializes a new AnnFont object with the specified family, size and style.
public AnnFont(
string familyName,
AnnLength size,
FontStyle style
)
Public Function New( _
ByVal familyName As String, _
ByVal size As Leadtools.Annotations.AnnLength, _
ByVal style As FontStyle _
)
public:
AnnFont(
String^ familyName,
Leadtools.Annotations.AnnLength size,
FontStyle style
)
familyName
A string representation of the System.Drawing.FontFamily object for the new AnnFont object.
size
The em-size of the new font.
style
The System.Drawing.FontStyle of the new font.
For an example, refer to AnnFont.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET