Example #1
0
 public void SetFaceData(NCollection_Buffer theBuffer)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public Image_PixMap loadImageBuffer(NCollection_Buffer theBuffer, TCollection_AsciiString theId)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public bool Init(NCollection_Buffer theData, TCollection_AsciiString theFileName, Font_FTFontParams theParams)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public Image_Texture(NCollection_Buffer theBuffer, TCollection_AsciiString theId)
     : base()
 {
     throw new NotImplementedException();
 }
 public Image_CompressedPixMap Load(Image_SupportedFormats theSupported, NCollection_Buffer theBuffer,
                                    int theFaceIndex)
 {
     throw new NotImplementedException();
 }