AnnotationFont Class |
Namespace: Atalasoft.Annotate
The AnnotationFont type exposes the following members.
| Name | Description | |
|---|---|---|
| AnnotationFont | Creates a new instance of AnnotationFont of type Arial and size 12. | |
| AnnotationFont(SerializationInfo, StreamingContext) | Creates a new instance of AnnotationFont from serialized data. | |
| AnnotationFont(String, Single) | Creates a new instance of AnnotationFont specifying the font name and size. | |
| AnnotationFont(String, Single, Boolean, Boolean, Boolean, Boolean) | Creates a new instance of AnnotationFont specifying the font parameters. |
| Name | Description | |
|---|---|---|
| Bold | Gets or sets a value indicating whether the font is bold. | |
| CharSet | Gets or sets the character set for this font. | |
| CheckFontAvailability | ||
| Italic | Gets or sets a value indicating whether the font is italic. | |
| Name | Gets or sets the name of the font. | |
| Size | Gets or sets the size of the font in points. | |
| Strikeout | Gets or sets a value indicating whether the font has a strikeout. | |
| Underline | Gets or sets a value indicating whether the font is underlined. |
| Name | Description | |
|---|---|---|
| Clone | Creates a copy of this AnnotationFont. | |
| Equals | Compares the AnnotationFont with another to see if they are equal. (Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetObjectData | Fills a SerializationInfo object with information about this AnnotationFont. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAnnotationControllerNotification | Called to notify the AnnotationController about a property change. | |
| OnPropertyChanged | Called when a property value has changed and raises the PropertyChanged
event. | |
| OnPropertyChanging | Called before a property has been changed. | |
| ToString | Returns a string representation of this object. (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| AnnotationControllerNotification | Raised after a property of the AnnotationFont is modified. | |
| PropertyChanged | Raised when a property value has changed. | |
| PropertyChanging | Raised just before a property is about to be modified. |
| Name | Description | |
|---|---|---|
| FallbackFontName | The FallbackFontName is used when a deserialized or requested font does not exist on the
system. |