Class Font
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Client.Elements.Entities
Assembly: AltV.Net.Client.dll
Syntax
public class Font : BaseObject, IInternalBaseObject, IFont, IBaseObject, ISharedBaseObject, INative
Constructors
| Improve this Doc View SourceFont(ICore, IntPtr, UInt32)
Declaration
public Font(ICore core, IntPtr fontNativePointer, uint id)
Parameters
Type | Name | Description |
---|---|---|
ICore | core | |
IntPtr | fontNativePointer | |
System.UInt32 | id |
Properties
| Improve this Doc View SourceFontNativePointer
Declaration
public IntPtr FontNativePointer { get; }
Property Value
Type | Description |
---|---|
IntPtr |
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Type | Description |
---|---|
IntPtr |
Overrides
Methods
| Improve this Doc View SourceGetBaseObjectNativePointer(ICore, IntPtr)
Declaration
public static IntPtr GetBaseObjectNativePointer(ICore core, IntPtr fontNativePointer)
Parameters
Type | Name | Description |
---|---|---|
ICore | core | |
IntPtr | fontNativePointer |
Returns
Type | Description |
---|---|
IntPtr |