'Declaration Public Function New( _
ByVal streamThe source.As System.IO.Stream, _
ByVal fontFamilyNameThe font family name.As System.String, _
ByVal sizeThe size of the font.As Single _
)
public SkiaSharpFont(
System.IO.Stream stream,
System.String fontFamilyName,
float size
)
public: SkiaSharpFont(
System.IO.Stream* stream,
System.String fontFamilyName,
float size
)
public:
SkiaSharpFont(
System.IO.Stream^ stream,
System.String fontFamilyName,
float size
)
Parameters
- stream
- The source.
- fontFamilyName
- The font family name.
- size
- The size of the font.