Class FontsetSimple
- Namespace
- Pango
- Assembly
- Pango-1.0.dll
public class FontsetSimple : Fontset, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
FontsetSimple
- Implements
- Inherited Members
Constructors
FontsetSimple(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public FontsetSimple(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
FontsetSimple(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected FontsetSimple(CreationData data)
Parameters
dataCreationData
FontsetSimple(FontsetSimpleHandle)
protected FontsetSimple(FontsetSimpleHandle handle)
Parameters
handleFontsetSimpleHandle
Methods
Append(Font)
public void Append(Font font)
Parameters
fontFont
GetGType()
public static Type GetGType()
Returns
New(Language)
public static FontsetSimple New(Language language)
Parameters
languageLanguage
Returns
NewFromPointer(nint, bool)
Creates a new managed FontsetSimple instance for a given pointer.
public static FontsetSimple NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new FontsetSimple and sets the properties specified by the construct arguments.
public static FontsetSimple NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
Size()
public int Size()