Overload | Description |
---|---|
CreateFont(String,Single) | Creates the font, which is based on font program. (Inherited from DrawingFactory) |
CreateFont(FontProgramSearchResult,Single) | Creates the font. (Inherited from DrawingFactory) |
CreateFont(IDrawingFont,Single) | Creates the font with new size. (Inherited from DrawingFactory) |
CreateFont(IDrawingFont,Single,Boolean,Boolean,Boolean) | Creates the font from the source font and changes size, bold/italic style of created font. |
CreateFont(FontProgramSearchResult,Single,Boolean) | Creates the font. |
CreateFont(IDrawingFont,Single,Boolean,Boolean) | Creates the font from the source font and changes size, bold/italic style of created font. (Inherited from DrawingFactory) |
CreateFont(Stream,Single) | Creates the font, which is based on font program. (Inherited from DrawingFactory) |
CreateFont(String,Single,Boolean,Boolean) | Creates the font by name. (Inherited from DrawingFactory) |