====== ThinkGeo.Core.GeoFont ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.Core.GeoFont** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GeoFont() ** * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.// == Remarks == * //None// == Parameters ==
** {{wiki:PublicMethod.gif|}} GeoFont(String,Single) ** * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.// == Remarks == * //None// == Parameters == * //fontName// * Type:String * Description:This parameter represents the name of the font to be used. * //size// * Type:Single * Description:This parameter represents the size of the font to be used.
** {{wiki:PublicMethod.gif|}} GeoFont(String,Single,DrawingFontStyles) ** * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.// == Remarks == * //None// == Parameters == * //fontName// * Type:String * Description:This parameter represents the name of the font to be used. * //size// * Type:Single * Description:This parameter represents the size of the font to be used. * //style// * Type:[[ThinkGeo.Core.DrawingFontStyles|DrawingFontStyles]] * Description:This parameter represents the style of the font to be used.
** {{wiki:PublicMethod.gif|}} GeoFont(String,Single,DrawingFontStyles,DrawingGraphicsUnit) ** * //N/A// == Remarks == * //N/A// == Parameters == * //fontName// * Type:String * Description:N/A * //size// * Type:Single * Description:N/A * //style// * Type:[[ThinkGeo.Core.DrawingFontStyles|DrawingFontStyles]] * Description:N/A * //unit// * Type:[[ThinkGeo.Core.DrawingGraphicsUnit|DrawingGraphicsUnit]] * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetGlyphContent(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //glyphIndex// * Type:Int32 * Description:N/A
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} IsBold ** * //N/A// == Remarks == * //None// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsStrikeout ** * //N/A// == Remarks == * //None// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsItalic ** * //N/A// == Remarks == * //None// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsUnderline ** * //N/A// == Remarks == * //None// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} FontName ** * //N/A// == Remarks == * //None// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Size ** * //N/A// == Remarks == * //None// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} Style ** * //N/A// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.Core.DrawingFontStyles|DrawingFontStyles]] ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int64 ** {{wiki:PublicProperty.gif|}} Unit ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.DrawingGraphicsUnit|DrawingGraphicsUnit]] ==== Protected Properties ==== ==== Public Events ====