PdfFont.GetGlyphIndex(Char) Method
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v25.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Parameters
| Name | Type |
|---|---|
| character | Char |
Returns
| Type |
|---|
| Int32 |
See Also
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v25.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
public int GetGlyphIndex(
char character
)
Public Function GetGlyphIndex(
character As Char
) As Integer
| Name | Type |
|---|---|
| character | Char |
| Type |
|---|
| Int32 |