Class FontResolution
Inheritance
System.Object
FontResolution
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class FontResolution : IMetaClass
Properties
| Improve this Doc View SourceFontSize
Declaration
public uint FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
OutlineSize
Declaration
public uint OutlineSize { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ScreenHeight
Declaration
public uint ScreenHeight { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ShadowDepthX
Declaration
public int ShadowDepthX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShadowDepthY
Declaration
public int ShadowDepthY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |