'宣言 Public Overloads Shared Function Create( _ ByVal factory As Factory, _ ByVal fontFamilyName As System.String, _ ByVal fontWeight As FontWeight, _ ByVal fontStyle As FontStyle, _ ByVal fontSize As System.Single _ ) As TextFormat
public static TextFormat Create( Factory factory, System.string fontFamilyName, FontWeight fontWeight, FontStyle fontStyle, System.float fontSize )
パラメータ
- factory
- an instance of Factory
- fontFamilyName
- An array of characters that contains the name of the font family
- fontWeight
- A value that indicates the font weight for the text object created by this method.
- fontStyle
- A value that indicates the font style for the text object created by this method.
- fontSize
- The logical size of the font in DIP ("device-independent pixel") units. A DIP equals 1/96 inch.