Add font tag
This commit is contained in:
@@ -40,6 +40,17 @@ namespace FlaxEngine
|
||||
_cachedFont = null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FontReference"/> struct.
|
||||
/// </summary>
|
||||
/// <param name="other">The other font reference.</param>
|
||||
public FontReference(FontReference other)
|
||||
{
|
||||
_font = other._font;
|
||||
_size = other._size;
|
||||
_cachedFont = other._cachedFont;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FontReference"/> struct.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user