VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFontWithFallback Class
Constructors Properties Methods Events SeeAlso
DrawingFontWithFallback Class Members
The following tables list the members exposed by DrawingFontWithFallback.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether this font can copy font program using the CopyFontProgram(Stream) method. (Inherited from DrawingFontWrapper)
Public PropertyGets a value indicating whether this font can determine the symbol usage. (Inherited from DrawingFontWrapper)
Public PropertyGets a value indicating whether character with code 32 is space. (Inherited from DrawingFontWrapper)
Public PropertyGets a rectangle, expressed in the glyph coordinate system, specifying the font bounding box. This is the smallest rectangle enclosing the shape that would result if all of the glyphs of the font were placed with their origins coincident and then filled. (Inherited from DrawingFontWrapper)
Public PropertyGets a value indicating whether this font is bold. (Inherited from DrawingFontWrapper)
Public PropertyGets a value indicating whether this font is italic. (Inherited from DrawingFontWrapper)
Public PropertyGets a value indicating whether this font is system font. (Inherited from DrawingFontWrapper)
Public PropertyGets a value indicating whether this font is vertical. (Inherited from DrawingFontWrapper)
Public PropertyGets the font metrics. (Inherited from DrawingFontWrapper)
Public PropertyGets the face name of this font. (Inherited from DrawingFontWrapper)
Public PropertyGets the size of this font measured in the world space units (1/96 inch). (Inherited from DrawingFontWrapper)
Public PropertyGets the source font. (Inherited from DrawingFontWrapper)
Public Methods
 NameDescription
Public MethodOverloaded. Adds the specified text string to the specified at the specified location.
Public MethodReturns a value indicating whether symbol can be used with this font.
Public MethodCreates a new DrawingFontWithFallback that is a copy of the current instance.
Public MethodConverts specified string from unicode string to DrawingString. (Inherited from DrawingFontWrapper)
Public MethodCopies the font program to the specified stream. (Inherited from DrawingFontWrapper)
Public MethodReleases all resources used by this DrawingFontWithFallback object.
Public MethodOverloaded. Draws the specified text string using specified at the specified location using the specified object.
Public MethodOverloaded. Measures size of drawing characters.
Public MethodOverloaded. Measures the specified string when drawn with this font.
Public Methodstatic (Shared in Visual Basic)Returns the source font if specified font is font wrapper. (Inherited from DrawingFontWrapper)
Public Events
 NameDescription
Public EventOccurs when text symbol is not found in source font and the fallback font is used.
See Also