TextGetSize

この関数は、現在のフォント設定での線の幅と高さを返します

bool  TextGetSize(
   const string   text,    // text string
   uint&          width,   // buffer width in pixels
   uint&          height   // buffer height in pixels
   );

パラメーター

テキスト

[in]長さと幅を取得する文字列。

[out]受信幅の入力パラメーター。

高さ

[out]受信高さの入力パラメーター。

戻り値

成功した場合はtrue、それ以外の場合はfalseを返します。考えられるコードエラー:

  • ERR_INTERNAL_ERROR(4001)-オペレーティングシステムエラー。

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">