Creates a text format object used for text layout with normal weight, style and stretch.
シンタックス
'宣言
Public Overloads Shared Function Create( _
ByVal As Factory, _
ByVal As System.String, _
ByVal As System.Single _
) As TextFormat
public static TextFormat Create(
Factory ,
System.string ,
System.float
)
パラメータ
- factory
- an instance of Factory
- fontFamilyName
- An array of characters that contains the name of the font family
- fontSize
- The logical size of the font in DIP ("device-independent pixel") units. A DIP equals 1/96 inch.
参照