VS:GetTextFont/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

ハンドルで指定した文字図形の、指定した位置の文字のフォント番号を返します。

FUNCTION GetTextFont(
objectHd :HANDLE;
Position :INTEGER) : INTEGER;
def vs.GetTextFont(objectHd, Position):
    return INTEGER

Parameters

objectHd HANDLE 文字図形のハンドル
Position INTEGER 文字の位置

Return Value

フォント番号

Example

fontID:=GetTextFont(handleToText,2);

Version

利用可能バージョン: MiniCAD6.0

See Also

関連関数:

VS:GetFontName | VS:GetFontID

関連関数:

[[VS:GetFontName]]

| [[VS:GetFontID]]