In This Topic
Overload List
Overload | Description |
FontBuilder Constructor(Font) | Initialize a new FontBuilder from a Font |
FontBuilder Constructor(String,FontFamily,Int32,Int32,Int32,Int32,Boolean,Boolean,Boolean,Int32,Byte,FontOutPrecision,FontClipPrecision,FontQuality,FontPitch) | Initialize a new FontBuilder |
FontBuilder Constructor(String,Int32) | Initialize a new FontBuilder by special faceName and height |
FontBuilder Constructor(String,FontFamily,Int32) | Initialize a new FontBuilder by special faceName , family and height |
FontBuilder Constructor(String,FontFamily,Int32,FontStyle) | Initialize a new FontBuilder by special faceName , family , height and fontStyle |
FontBuilder Constructor(String,FontFamily,Int32,Int32,FontStyle) | Initialize a new FontBuilder by special faceName , family , height and fontStyle |
FontBuilder Constructor(String,FontFamily,Int32,FontStyle,Int32) | Initialize a new FontBuilder by special faceName , family , height and fontStyle |
FontBuilder Constructor(String,FontFamily,Int32,Int32,FontStyle,Int32) | Initialize a new FontBuilder by special faceName , family , height and fontStyle |
FontBuilder Constructor(String,FontFamily,Int32,Int32,FontStyle,Int32,FontPitch) | Initialize a new FontBuilder by special faceName , family , height and fontStyle |
See Also