Font.FromHandle

From Xojo Documentation

Shared Method

Font.FromHandle(handle As Ptr) As Font

New in 2020r2

Supported for all project types and targets.

Returns a Font from a Ptr.

Notes

Useful when you use declares to get a font.

See Also

Ptr data type, Declare keyword.