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