| C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextFormat Class > Create Method : Create(Factory,String,FontWeight,FontStyle,FontStretch,Single) Method |
'Declaration Public Overloads Shared Function Create( _ ByVal factory As Factory, _ ByVal fontFamilyName As System.String, _ ByVal fontWeight As FontWeight, _ ByVal fontStyle As FontStyle, _ ByVal fontStretch As FontStretch, _ ByVal fontSize As System.Single _ ) As TextFormat
public static TextFormat Create( Factory factory, System.string fontFamilyName, FontWeight fontWeight, FontStyle fontStyle, FontStretch fontStretch, System.float fontSize )