Bitmap for WPF
Create(Factory,String,Single) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DirectWrite 名前空間 > TextFormat クラス > Create メソッド : Create(Factory,String,Single) メソッド
an instance of Factory
An array of characters that contains the name of the font family
The logical size of the font in DIP ("device-independent pixel") units. A DIP equals 1/96 inch.
Creates a text format object used for text layout with normal weight, style and stretch.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal factory As Factory, _
   ByVal fontFamilyName As System.String, _
   ByVal fontSize As System.Single _
) As TextFormat
public static TextFormat Create( 
   Factory factory,
   System.string fontFamilyName,
   System.float fontSize
)

パラメータ

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.
参照

TextFormat クラス
TextFormat メンバ
オーバーロード一覧