Click or drag to resize
FontUpdateTracker Class
This class tracks changes to font textures being used by HyperText objects. It mirrors UI.FontUpdateTracker, which cannot be used because it reads the font property directly from UI.Text objects.
Inheritance Hierarchy
SystemObject
  Candlelight.UIFontUpdateTracker

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static class FontUpdateTracker

The FontUpdateTracker type exposes the following members.

Methods
  NameDescription
Public methodStatic memberTrackHyperText
Tracks the supplied HyperText object.
Public methodStatic memberUntrackHyperText
Un-tracks the supplied HyperText object.
Top
See Also