'Declaration Public Function IsFontProgramSubsetOf( _
ByVal fontProgramStreamThe stream that contains TTF font program.As System.IO.Stream _
) As Boolean
public bool IsFontProgramSubsetOf(
System.IO.Stream fontProgramStream
)
public: bool IsFontProgramSubsetOf(
System.IO.Stream* fontProgramStream
)
public:
bool IsFontProgramSubsetOf(
System.IO.Stream^ fontProgramStream
)
Parameters
- fontProgramStream
- The stream that contains TTF font program.
Return Value
True - font program of this font is subset of font program from fontProgramStream;
false - font program of this font is NOT subset of font program from fontProgramStream.
false - font program of this font is NOT subset of font program from fontProgramStream.