C#
VB
Java
Objective-C
WinRT C#
C++
Creates a new instance of the AnnFont class.
public AnnFont(
string fontFamilyName,
double sizeInPoints
)
Public Function New( _
ByVal fontFamilyName As String, _
ByVal sizeInPoints As Double _
)
public AnnFont(
string fontFamilyName,
double sizeInPoints
)
-(id) initWithFamilyName:(NSString*)name
fontSize:(double)size;
public AnnFont(String fontFamilyName, double sizeInPoints)
function AnnFont(
fontFamilyName ,
sizeInPoints
)
public:
AnnFont(String^ fontFamilyName, double sizeInPoints)
fontFamilyName
The font family of the new AnnFont object.
sizeInPoints
The point size of the new AnnFont object.
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