Class GlyphChar
Inheritance
System.Object
GlyphChar
Assembly: FastReport.dll
Syntax
Constructors
GlyphChar(UInt16, Single)
Declaration
public GlyphChar(ushort glyph, float width)
Parameters
Type |
Name |
Description |
System.UInt16 |
glyph |
|
System.Single |
width |
|
GlyphChar(UInt16, Single, Char)
Declaration
public GlyphChar(ushort glyph, float width, char character)
Parameters
Type |
Name |
Description |
System.UInt16 |
glyph |
|
System.Single |
width |
|
System.Char |
character |
|
GlyphChar(UInt16, Single, String)
Declaration
public GlyphChar(ushort glyph, float width, string str)
Parameters
Type |
Name |
Description |
System.UInt16 |
glyph |
|
System.Single |
width |
|
System.String |
str |
|
Properties
Character
Declaration
public char Character { get; set; }
Property Value
Type |
Description |
System.Char |
|
Glyph
Declaration
public ushort Glyph { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
GlyphType
Declaration
public GlyphType GlyphType { get; set; }
Property Value
String
Declaration
public string String { get; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public float Width { get; }
Property Value
Type |
Description |
System.Single |
|