Ejemplo n.º 1
0
 public Graphic3d_GraduatedTrihedron(TCollection_AsciiString theNamesFont, ref Font_FontAspect theNamesStyle,
                                     int theNamesSize, TCollection_AsciiString theValuesFont, ref Font_FontAspect theValuesStyle,
                                     int theValuesSize)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public Graphic3d_GraduatedTrihedron(TCollection_AsciiString theNamesFont, ref Font_FontAspect theNamesStyle,
                                     int theNamesSize, TCollection_AsciiString theValuesFont, ref Font_FontAspect theValuesStyle,
                                     int theValuesSize, float theArrowsLength, Quantity_Color theGridColor)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void SetFontAspect(Font_FontAspect theFontAspect)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public Font_SystemFont FindFallbackFont(Font_UnicodeSubset theSubset, Font_FontAspect theFontAspect)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public Font_SystemFont FindFont(TCollection_AsciiString theFontName, Font_StrictLevel theStrictLevel,
                                 ref Font_FontAspect theFontAspect, bool theDoFailMsg)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public Font_SystemFont FindFont(TCollection_AsciiString theFontName, ref Font_FontAspect theFontAspect)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 7
0
 public char FontAspectToString(Font_FontAspect theAspect)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Ejemplo n.º 8
0
 public Font_SystemFont GetFont(TCollection_HAsciiString theFontName, Font_FontAspect theFontAspect,
                                int theFontSize)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 9
0
 public bool HasFontAspect(Font_FontAspect theAspect)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 10
0
 public TCollection_AsciiString FontPathAny(Font_FontAspect theAspect, ref bool theToSynthesizeItalic,
                                            ref int theFaceId)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 11
0
 public void SetFontPath(Font_FontAspect theAspect, TCollection_AsciiString thePath)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 12
0
 public int FontFaceId(Font_FontAspect theAspect)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 13
0
 public TCollection_AsciiString FontPath(Font_FontAspect theAspect)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 14
0
 public bool FindAndInit(TCollection_AsciiString theFontName, Font_FontAspect theFontAspect,
                         Font_FTFontParams theParams)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 15
0
 public Font_FTFont FindAndCreate(TCollection_AsciiString theFontName, Font_FontAspect theFontAspect,
                                  Font_FTFontParams theParams, Font_StrictLevel theStrictLevel)
 {
     throw new NotImplementedException();
 }