The Wayback Machine - https://web.archive.org/web/20220604032214/https://github.com/topics/tvos
Skip to content
#

tvos

Here are 881 public repositories matching this topic...

rolfbjarne
rolfbjarne commented Dec 22, 2021

This might be a problem throughout Xamarin.Mac and Monotouch, but CTFont constructor is currently defined as:

public CTFont(CTFontDescriptor descriptor, nfloat size, CTFontOptions options, ref CGAffineTransform matrix);

whereas the native side is:

CTFontRef CTFontCreateWithName ( CFStringRef name, CGFloat size, const CGAffineTransform *matrix );

not being an "in

enhancement good first issue

Improve this page

Add a description, image, and links to the tvos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tvos topic, visit your repo's landing page and select "manage topics."

Learn more