Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 20, 2024 18:08
Show Gist options
  • Save vs-mobiletools-engineering-service2/de659ad8b4c0df7e7921e2e89221631f to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/de659ad8b4c0df7e7921e2e89221631f to your computer and use it in GitHub Desktop.
previous-api-comparison/tvos-api-diff.md
title description author ms.author ms.date ms.topic ms.assetid ms.prod
Xamarin.TVOS SDK API diff
List of API changes for Xamarin.TVOS.
spouliot
sepoulio
8/20/2024
article
339efc10-9446-71fc-ae7d-055f0909caaf
xamarin

Xamarin.TVOS SDK API diff

Namespace CoreText

Type Changed: CoreText.CTFont

Added methods:

public void DrawImage (ICTAdaptiveImageProviding provider, CoreGraphics.CGPoint point, CoreGraphics.CGContext context);
public CoreGraphics.CGRect GetTypographicBoundsForAdaptiveImageProvider (ICTAdaptiveImageProviding provider);
public bool HasTable (CTFontTable tag);

New Type: CoreText.ICTAdaptiveImageProviding

public interface ICTAdaptiveImageProviding : ObjCRuntime.INativeObject, System.IDisposable {
	// methods
	public abstract CoreGraphics.CGImage GetImage (CoreGraphics.CGSize proposedSize, nfloat scaleFactor, out CoreGraphics.CGPoint imageOffset, out CoreGraphics.CGSize imageSize);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment