Back to Skiasharp

API diff: HarfBuzzSharp.dll

documentation/docfx/releases/harfbuzzsharp/2.8.2.1/HarfBuzzSharp/HarfBuzzSharp.md

4.151.2536 B
Original Source

API diff: HarfBuzzSharp.dll

HarfBuzzSharp.dll

New Namespace HarfBuzzSharp.Internals

New Type: HarfBuzzSharp.Internals.PlatformConfiguration

csharp
public static class PlatformConfiguration {
	// properties
	public static bool Is64Bit { get; }
	public static bool IsArm { get; }
	public static bool IsGlibc { get; }
	public static bool IsLinux { get; }
	public static bool IsMac { get; }
	public static bool IsUnix { get; }
	public static bool IsWindows { get; }
	public static string LinuxFlavor { get; set; }
}