VS:GetMacCommandKeyTextWidthInPixels/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
m (1 revision: 2014J VS Reference G-1)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Returns the length of a string consisting of Macintosh Command/Option/Control glpyh characters in the current port based on the port's text settings.</desc>
Macintoshのコマンド/オプション/コントロールのグリフの文字で構成される文字列について、現在のポート(グラフィックポート)における長さ(ピクセル数)をそのポートの文字設定に基づいて計算し、返します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 40: Line 40:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: VectorWorks_Unknow.n._
Availability: from Vectorworks 2014


</version>
</version>
Line 47: Line 47:


[[Category:VS Function Reference|GetMacCommandKeyTextWidthInPixels]]
[[Category:VS Function Reference|GetMacCommandKeyTextWidthInPixels]]
[[Category:VS Function Reference:Zed|GetMacCommandKeyTextWidthInPixels]]
[[Category:VS Function Reference:Utility|GetMacCommandKeyTextWidthInPixels]]

Latest revision as of 02:37, 16 January 2014

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Macintoshのコマンド/オプション/コントロールのグリフの文字で構成される文字列について、現在のポート(グラフィックポート)における長さ(ピクセル数)をそのポートの文字設定に基づいて計算し、返します。

FUNCTION GetMacCommandKeyTextWidthInPixels(
inCommandKeyTextToDraw :STRING) : INTEGER;
def vs.GetMacCommandKeyTextWidthInPixels(inCommandKeyTextToDraw):
    return INTEGER

Parameters

inCommandKeyTextToDraw STRING

Version

Availability: from Vectorworks 2014