Name | Description | |
---|---|---|
![]() | DrawingFontWithFallback | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | DrawingFontWithFallback | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | CanCopyFontProgram | Gets a value indicating whether this font can copy font program using the CopyFontProgram(Stream) method. (Inherited from DrawingFontWrapper) |
![]() | CanDetermineSymbolUsage | Gets a value indicating whether this font can determine the symbol usage. (Inherited from DrawingFontWrapper) |
![]() | CharCode32IsSpace | Gets a value indicating whether character with code 32 is space. (Inherited from DrawingFontWrapper) |
![]() | FontBBox | Gets 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) |
![]() | IsBold | Gets a value indicating whether this font is bold. (Inherited from DrawingFontWrapper) |
![]() | IsItalic | Gets a value indicating whether this font is italic. (Inherited from DrawingFontWrapper) |
![]() | IsSystemFont | Gets a value indicating whether this font is system font. (Inherited from DrawingFontWrapper) |
![]() | IsVertical | Gets a value indicating whether this font is vertical. (Inherited from DrawingFontWrapper) |
![]() | Metrics | Gets the font metrics. (Inherited from DrawingFontWrapper) |
![]() | Name | Gets the face name of this font. (Inherited from DrawingFontWrapper) |
![]() | Size | Gets the size of this font measured in the world space units (1/96 inch). (Inherited from DrawingFontWrapper) |
![]() | Source | Gets the source font. (Inherited from DrawingFontWrapper) |
Name | Description | |
---|---|---|
![]() | AddString | Overloaded. Adds the specified text string to the specified |
![]() | CanUseSymbol | Returns a value indicating whether symbol can be used with this font. |
![]() | Clone | Creates a new DrawingFontWithFallback that is a copy of the current instance. |
![]() | ConvertToDrawingString | Converts specified string from unicode string to DrawingString. (Inherited from DrawingFontWrapper) |
![]() | CopyFontProgram | Copies the font program to the specified stream. (Inherited from DrawingFontWrapper) |
![]() | Dispose | Releases all resources used by this DrawingFontWithFallback object. |
![]() | DrawString | Overloaded. Draws the specified text string using specified |
![]() | MeasureCharacters | Overloaded. Measures size of drawing characters. |
![]() | MeasureString | Overloaded. Measures the specified string when drawn with this font. |
![]() ![]() | UnwrapFont | Returns the source font if specified font is font wrapper. (Inherited from DrawingFontWrapper) |
Name | Description | |
---|---|---|
![]() | Fallback | Occurs when text symbol is not found in source font and the fallback font is used. |