

SkiaSharp.SKTypeface typeface2 = (stream) Ĭould you please check and share possibility to get the particular TTF file (GungSuhChe) stream from TTC file stream? Please select a format to view the available OpenType features. Please select a format to view the available languages: Show available fonts.

If (fontStream != null & fontStream.Length > 0)īyte fontData = new byte įontStream.Read(fontData, fontStream.Length) Available licenses for all styles: Supports up to 82 languages. SkiaSharp.SKStreamAsset fontStream = typeface.OpenStream() SkiaSharp.SKTypeface typeface = ("GungSuhChe") Issue Description: While we creating particular font from TTC file using SkiaSharp library, typeface is created properly But, stream retrieved from typeface gives TTC file (collection of TTF file) stream instead of particular TTF file st. Stream retrieved from the typeface should be stream of specific TTF file.

While we creating particular font from TTC file using SkiaSharp library, typeface is created properly But, stream retrieved from typeface gives TTC file (collection of TTF file) stream instead of particular TTF file stream.
