FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SkiaSharp-API-docs/SkiaSharpAPI/HarfBuzzSharp/ScriptDelegate.xml at main · mono/SkiaSharp-API-docs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
mono
/
SkiaSharp-API-docs
Public
Notifications
You must be signed in to change notification settings
Fork
34
Star
26
Code
Issues
25
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SkiaSharp-API-docs
/
SkiaSharpAPI
/
HarfBuzzSharp
/
ScriptDelegate.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (26 loc) · 1.23 KB
Breadcrumbs
SkiaSharp-API-docs
/
SkiaSharpAPI
/
HarfBuzzSharp
/
ScriptDelegate.xml
Copy path
File metadata and controls
26 lines (26 loc) · 1.23 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<
Type
Name
=
"
ScriptDelegate
"
FullName
=
"
HarfBuzzSharp.ScriptDelegate
"
>
<
TypeSignature
Language
=
"
C#
"
Value
=
"
public delegate HarfBuzzSharp.Script ScriptDelegate(UnicodeFunctions ufuncs, uint unicode);
"
/>
<
TypeSignature
Language
=
"
ILAsm
"
Value
=
"
.class public auto ansi sealed ScriptDelegate extends System.MulticastDelegate
"
/>
<
TypeSignature
Language
=
"
DocId
"
Value
=
"
T:HarfBuzzSharp.ScriptDelegate
"
/>
<
AssemblyInfo
>
<
AssemblyName
>HarfBuzzSharp</
AssemblyName
>
<
AssemblyVersion
>1.0.0.0</
AssemblyVersion
>
</
AssemblyInfo
>
<
Base
>
<
BaseTypeName
>System.Delegate</
BaseTypeName
>
</
Base
>
<
Parameters
>
<
Parameter
Name
=
"
ufuncs
"
Type
=
"
HarfBuzzSharp.UnicodeFunctions
"
/>
<
Parameter
Name
=
"
unicode
"
Type
=
"
System.UInt32
"
/>
</
Parameters
>
<
ReturnValue
>
<
ReturnType
>HarfBuzzSharp.Script</
ReturnType
>
</
ReturnValue
>
<
Docs
>
<
param
name
=
"
ufuncs
"
>The <
see
cref
=
"
T:HarfBuzzSharp.UnicodeFunctions
"
/> instance invoking this callback.</
param
>
<
param
name
=
"
unicode
"
>The Unicode code point to query.</
param
>
<
summary
>A callback delegate used to retrieve the script of a Unicode code point.</
summary
>
<
returns
>The <
see
cref
=
"
T:HarfBuzzSharp.Script
"
/> for the specified code point.</
returns
>
<
remarks
/>
</
Docs
>
</
Type
>
Back
|
FazBrowse Home
|
New Git URL