Struct ImFontConfigPtr
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: ImGui.NET.dll
Syntax
public struct ImFontConfigPtr
Constructors
|
Improve this Doc
View Source
ImFontConfigPtr(ImFontConfig*)
Declaration
public ImFontConfigPtr(ImFontConfig*nativePtr)
Parameters
|
Improve this Doc
View Source
ImFontConfigPtr(IntPtr)
Declaration
public ImFontConfigPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
DstFont
Declaration
public readonly ImFontPtr DstFont { get; }
Property Value
|
Improve this Doc
View Source
EllipsisChar
Declaration
public readonly ref ushort EllipsisChar { get; }
Property Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
FontBuilderFlags
Declaration
public readonly ref uint FontBuilderFlags { get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
FontData
Declaration
public IntPtr FontData { get; set; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
FontDataOwnedByAtlas
Declaration
public readonly ref bool FontDataOwnedByAtlas { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
FontDataSize
Declaration
public readonly ref int FontDataSize { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
FontNo
Declaration
public readonly ref int FontNo { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public readonly ref Vector2 GlyphExtraSpacing { get; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
GlyphMaxAdvanceX
Declaration
public readonly ref float GlyphMaxAdvanceX { get; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
GlyphMinAdvanceX
Declaration
public readonly ref float GlyphMinAdvanceX { get; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
GlyphOffset
Declaration
public readonly ref Vector2 GlyphOffset { get; }
Property Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
GlyphRanges
Declaration
public IntPtr GlyphRanges { get; set; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
MergeMode
Declaration
public readonly ref bool MergeMode { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public readonly RangeAccessor<byte> Name { get; }
Property Value
|
Improve this Doc
View Source
NativePtr
Declaration
public readonly ImFontConfig*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
OversampleH
Declaration
public readonly ref int OversampleH { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
OversampleV
Declaration
public readonly ref int OversampleV { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PixelSnapH
Declaration
public readonly ref bool PixelSnapH { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
RasterizerMultiply
Declaration
public readonly ref float RasterizerMultiply { get; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
SizePixels
Declaration
public readonly ref float SizePixels { get; }
Property Value
| Type |
Description |
| System.Single |
|
Methods
|
Improve this Doc
View Source
Destroy()
Declaration
Operators
|
Improve this Doc
View Source
Implicit(ImFontConfig* to ImFontConfigPtr)
Declaration
public static implicit operator ImFontConfigPtr(ImFontConfig*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImFontConfigPtr to ImFontConfig*)
Declaration
public static implicit operator ImFontConfig*(ImFontConfigPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImFontConfigPtr)
Declaration
public static implicit operator ImFontConfigPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns