AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkText.FixedToScreen Property

Whether the text object is fixed to the screen.

Syntax
Pascal
property FixedToScreen: Boolean;

By default text objects are created in world coordinates and TAgkScene.SetViewOffset can be used to move around the world. Set this property to True to instead fix the text to the screen so it will move with the viewport when the viewport is moved around. 

You can still reposition a text that is fixed to the screen, it only affects what happens when the viewport is moved.

Copyright (c) 2012. All rights reserved.