ImageGear .NET
GlyphCount Property




Gets or sets a number of glyphs in the vector font.
Syntax
'Declaration
 
Public Property GlyphCount As Integer
'Usage
 
Dim instance As ImGearVectorFont
Dim value As Integer
 
instance.GlyphCount = value
 
value = instance.GlyphCount
public int GlyphCount {get; set;}
public: __property int get_GlyphCount();
public: __property void set_GlyphCount( 
   int value
);
public:
property int GlyphCount {
   int get();
   void set (    int value);
}

Property Value

Non-negative integer value.
Remarks
The property does nothing for TrueType fonts.
See Also

Reference

ImGearVectorFont Class
ImGearVectorFont Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback