PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

GdkFont::height | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

GdkFont::height

The return value of height() is arrived at by summing the values of ascent and descent returned by extents() and relating to the current string.

Under win32, this is a bogus value. Add the values returned by the GdkFont properties ascent and descent to get the value of the font's height.

The value of the height is the line-height, given in pixels, and represents the logical space required by a line. If you are using this measurement to calculate the size of a text box, you will need to add 6 pixels to the total to allow for the borders of the text widget.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「GdkFont::height」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | GdkFont::height」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: