バージョン

GetBestFitStringSize メソッド

指定した幅に合わせる指定された文字列から文字数を返します。
シンタックス
'宣言
 
Public Shared Function GetBestFitStringSize( _
   ByVal text As String, _
   ByVal width As Double, _
   ByVal fontFamily As FontFamily, _
   ByVal fontSize As Double, _
   ByVal fontStretch As FontStretch, _
   ByVal fontStyle As FontStyle, _
   ByVal fontWeight As FontWeight _
) As Integer
public static int GetBestFitStringSize( 
   string text,
   double width,
   FontFamily fontFamily,
   double fontSize,
   FontStretch fontStretch,
   FontStyle fontStyle,
   FontWeight fontWeight
)

パラメータ

text
テキスト文字列を設定します。
width
使用可能な幅。
fontFamily
フォント ファミリ。
fontSize
フォント サイズ。
fontStretch
フォントの拡大。
fontStyle
フォント スタイル。
fontWeight
フォントの太さ。

戻り値の型

指定幅に合う指定された文字列の文字数です。
参照