Skip to content

LedBitmapFont

ClassLEDStudioLEDStudio
public static class LedBitmapFont

No description is available for this type.

public static bool Supports(char c)

No description is available for this member.

Parameters

Name Type Description
c System.Char

Returns

System.Boolean — No return description is available.

public static bool Supports(string text, int index, out int charCount)

No description is available for this member.

Parameters

Name Type Description
text System.String
index System.Int32
charCount System.Int32

Returns

System.Boolean — No return description is available.

public static int CountCells(string text)

No description is available for this member.

Parameters

Name Type Description
text System.String

Returns

System.Int32 — No return description is available.

public static ulong GetGlyph(char c)

No description is available for this member.

Parameters

Name Type Description
c System.Char

Returns

System.UInt64 — No return description is available.

public static ulong GetGlyph(string text, int index, out int charCount, out bool advances)

No description is available for this member.

Parameters

Name Type Description
text System.String
index System.Int32
charCount System.Int32
advances System.Boolean

Returns

System.UInt64 — No return description is available.

TryGetGlyph(string, int, out ulong, out int, out bool)

Section titled “TryGetGlyph(string, int, out ulong, out int, out bool)”
public static bool TryGetGlyph(string text, int index, out ulong glyph, out int charCount, out bool advances)

No description is available for this member.

Parameters

Name Type Description
text System.String
index System.Int32
glyph System.UInt64
charCount System.Int32
advances System.Boolean

Returns

System.Boolean — No return description is available.

public static bool TryGetGlyph(char c, out ulong glyph)

No description is available for this member.

Parameters

Name Type Description
c System.Char
glyph System.UInt64

Returns

System.Boolean — No return description is available.