TBGetFontΒΆ

TBGetFont return a copy of the font, which is used to print the text.

hFont = TBGetFont(hText)

Return Value

hFont is the handle of the font. After using the font it should be deleted with the FontDestroy function.

Parameters

hText

The handle of a text object created with TBCreate.

id-1110552