GetCharWidth32 |
Declare Function Api_GetCharWidth32& Lib "gdi32" Alias "GetCharWidthA" (ByVal hDC&, ByVal iFirstChar&, ByVal iLastChar&, lpBuffer As Any) |
Declare Function GetCharWidth32 Lib "gdi32" Alias "GetCharWidthA" (ByVal hdc As Long, ByVal iFirstChar As Long, ByVal iLastChar As Long, lpBuffer As Any) As Long |
|
文字の幅を論理単位で取得します。昇順に連続した文字(A から E まで、S から T まで、など)の幅を一括して取得できます。 |
|
パラメータ
戻り値 |