LedBitmapFont
public static class LedBitmapFontNo description is available for this type.
Methods
Section titled “Methods”
Supports(char)
Section titled “Supports(char)”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.
Supports(string, int, out int)
Section titled “Supports(string, int, out int)”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.
CountCells(string)
Section titled “CountCells(string)”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.
GetGlyph(char)
Section titled “GetGlyph(char)”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.
GetGlyph(string, int, out int, out bool)
Section titled “GetGlyph(string, int, out int, out bool)”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.
TryGetGlyph(char, out ulong)
Section titled “TryGetGlyph(char, out ulong)”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.