GcDbTextStyleTableRecord

class pygcad.pygrx.GcDbTextStyleTableRecord

Bases: GcDbSymbolTableRecord

Methods Summary

bigFontFileName(*args, **kwargs)

Overloaded function.

cast(inPtr)

C++: GcDbTextStyleTableRecord::cast(const class GcRxObject *) --> class GcDbTextStyleTableRecord *

className()

C++: GcDbTextStyleTableRecord::className() --> const wchar_t *

desc()

C++: GcDbTextStyleTableRecord::desc() --> class GcRxClass *

drawable(self)

C++: GcDbTextStyleTableRecord::drawable() --> class GcGiDrawable *

fileName(self)

file_name(self)->Tuple[Gcad.ErrorStatus, str]

flagBits(self)

C++: GcDbTextStyleTableRecord::flagBits() const --> unsigned char

font(self)

C++: GcDbTextStyleTableRecord::font(wchar_t *&, bool &, bool &, enum Charset &, enum Gssoft::Gscad::PAL::FontUtils::FontPitch &, enum Gssoft::Gscad::PAL::FontUtils::FontFamily &) const --> enum Gcad::ErrorStatus

isA(self)

C++: GcDbTextStyleTableRecord::isA() const --> class GcRxClass *

isShapeFile(self)

C++: GcDbTextStyleTableRecord::isShapeFile() const --> bool

isVertical(self)

C++: GcDbTextStyleTableRecord::isVertical() const --> bool

obliquingAngle(self)

C++: GcDbTextStyleTableRecord::obliquingAngle() const --> double

priorSize(self)

C++: GcDbTextStyleTableRecord::priorSize() const --> double

rxInit()

C++: GcDbTextStyleTableRecord::rxInit() --> void

setBigFontFileName(self, fileName)

C++: GcDbTextStyleTableRecord::setBigFontFileName(const wchar_t *) --> enum Gcad::ErrorStatus

setFileName(self, fileName)

C++: GcDbTextStyleTableRecord::setFileName(const wchar_t *) --> enum Gcad::ErrorStatus

setFlagBits(self, flagBits)

C++: GcDbTextStyleTableRecord::setFlagBits(unsigned char) --> void

setFont(*args, **kwargs)

Overloaded function.

setIsShapeFile(self, shape)

C++: GcDbTextStyleTableRecord::setIsShapeFile(bool) --> void

setIsVertical(self, vertical)

C++: GcDbTextStyleTableRecord::setIsVertical(bool) --> void

setObliquingAngle(self, obliquingAngle)

C++: GcDbTextStyleTableRecord::setObliquingAngle(double) --> enum Gcad::ErrorStatus

setPriorSize(self, priorSize)

C++: GcDbTextStyleTableRecord::setPriorSize(double) --> enum Gcad::ErrorStatus

setTextSize(self, size)

C++: GcDbTextStyleTableRecord::setTextSize(double) --> enum Gcad::ErrorStatus

setXScale(self, xScale)

C++: GcDbTextStyleTableRecord::setXScale(double) --> enum Gcad::ErrorStatus

textSize(self)

C++: GcDbTextStyleTableRecord::textSize() const --> double

xScale(self)

C++: GcDbTextStyleTableRecord::xScale() const --> double

Methods Documentation

bigFontFileName(*args, **kwargs)

Overloaded function.

  1. bigFontFileName(self: pygcad.pygrx.GcDbTextStyleTableRecord, sFileName: pygcad.pygrx.GcString) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTextStyleTableRecord::bigFontFileName(class GcString &) const –> enum Gcad::ErrorStatus

  1. bigFontFileName(self: pygcad.pygrx.GcDbTextStyleTableRecord) -> Tuple[pygcad.pygrx.Gcad.ErrorStatus, str]

C++: GcDbTextStyleTableRecord::bigFontFileName(wchar_t *&) const –> enum Gcad::ErrorStatus

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcDbTextStyleTableRecord

C++: GcDbTextStyleTableRecord::cast(const class GcRxObject *) –> class GcDbTextStyleTableRecord *

static className() str

C++: GcDbTextStyleTableRecord::className() –> const wchar_t *

static desc() pygcad.pygrx.GcRxClass

C++: GcDbTextStyleTableRecord::desc() –> class GcRxClass *

drawable(self: pygcad.pygrx.GcDbTextStyleTableRecord) pygcad.pygrx.GcGiDrawable

C++: GcDbTextStyleTableRecord::drawable() –> class GcGiDrawable *

fileName(self: pygcad.pygrx.GcDbTextStyleTableRecord) Tuple[pygcad.pygrx.Gcad.ErrorStatus, str]

file_name(self)->Tuple[Gcad.ErrorStatus, str]

flagBits(self: pygcad.pygrx.GcDbTextStyleTableRecord) int

C++: GcDbTextStyleTableRecord::flagBits() const –> unsigned char

font(self: pygcad.pygrx.GcDbTextStyleTableRecord) Tuple[str, bool, bool, pygcad.pygrx.Charset, Gssoft::Gscad::PAL::FontUtils::FontPitch, Gssoft::Gscad::PAL::FontUtils::FontFamily]

C++: GcDbTextStyleTableRecord::font(wchar_t *&, bool &, bool &, enum Charset &, enum Gssoft::Gscad::PAL::FontUtils::FontPitch &, enum Gssoft::Gscad::PAL::FontUtils::FontFamily &) const –> enum Gcad::ErrorStatus

isA(self: pygcad.pygrx.GcDbTextStyleTableRecord) pygcad.pygrx.GcRxClass

C++: GcDbTextStyleTableRecord::isA() const –> class GcRxClass *

isShapeFile(self: pygcad.pygrx.GcDbTextStyleTableRecord) bool

C++: GcDbTextStyleTableRecord::isShapeFile() const –> bool

isVertical(self: pygcad.pygrx.GcDbTextStyleTableRecord) bool

C++: GcDbTextStyleTableRecord::isVertical() const –> bool

obliquingAngle(self: pygcad.pygrx.GcDbTextStyleTableRecord) float

C++: GcDbTextStyleTableRecord::obliquingAngle() const –> double

priorSize(self: pygcad.pygrx.GcDbTextStyleTableRecord) float

C++: GcDbTextStyleTableRecord::priorSize() const –> double

static rxInit() None

C++: GcDbTextStyleTableRecord::rxInit() –> void

setBigFontFileName(self: pygcad.pygrx.GcDbTextStyleTableRecord, fileName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTextStyleTableRecord::setBigFontFileName(const wchar_t *) –> enum Gcad::ErrorStatus

setFileName(self: pygcad.pygrx.GcDbTextStyleTableRecord, fileName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTextStyleTableRecord::setFileName(const wchar_t *) –> enum Gcad::ErrorStatus

setFlagBits(self: pygcad.pygrx.GcDbTextStyleTableRecord, flagBits: int) None

C++: GcDbTextStyleTableRecord::setFlagBits(unsigned char) –> void

setFont(*args, **kwargs)

Overloaded function.

  1. setFont(self: pygcad.pygrx.GcDbTextStyleTableRecord, pTypeface: str, bold: bool, italic: bool, charset: pygcad.pygrx.Charset, pitch: Gssoft::Gscad::PAL::FontUtils::FontPitch, family: Gssoft::Gscad::PAL::FontUtils::FontFamily) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setFont(self: pygcad.pygrx.GcDbTextStyleTableRecord, pTypeface: str, bold: bool, italic: bool, charset: pygcad.pygrx.Charset, pitch: Gssoft::Gscad::PAL::FontUtils::FontPitch, family: Gssoft::Gscad::PAL::FontUtils::FontFamily, bAllowMissingFont: bool) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTextStyleTableRecord::setFont(const wchar_t *, bool, bool, enum Charset, enum Gssoft::Gscad::PAL::FontUtils::FontPitch, enum Gssoft::Gscad::PAL::FontUtils::FontFamily, bool) –> enum Gcad::ErrorStatus

setIsShapeFile(self: pygcad.pygrx.GcDbTextStyleTableRecord, shape: bool) None

C++: GcDbTextStyleTableRecord::setIsShapeFile(bool) –> void

setIsVertical(self: pygcad.pygrx.GcDbTextStyleTableRecord, vertical: bool) None

C++: GcDbTextStyleTableRecord::setIsVertical(bool) –> void

setObliquingAngle(self: pygcad.pygrx.GcDbTextStyleTableRecord, obliquingAngle: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTextStyleTableRecord::setObliquingAngle(double) –> enum Gcad::ErrorStatus

setPriorSize(self: pygcad.pygrx.GcDbTextStyleTableRecord, priorSize: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTextStyleTableRecord::setPriorSize(double) –> enum Gcad::ErrorStatus

setTextSize(self: pygcad.pygrx.GcDbTextStyleTableRecord, size: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTextStyleTableRecord::setTextSize(double) –> enum Gcad::ErrorStatus

setXScale(self: pygcad.pygrx.GcDbTextStyleTableRecord, xScale: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTextStyleTableRecord::setXScale(double) –> enum Gcad::ErrorStatus

textSize(self: pygcad.pygrx.GcDbTextStyleTableRecord) float

C++: GcDbTextStyleTableRecord::textSize() const –> double

xScale(self: pygcad.pygrx.GcDbTextStyleTableRecord) float

C++: GcDbTextStyleTableRecord::xScale() const –> double