public Font() : base() { this.name = Name.Uninitialized; this.pFontSprite = new FontSprite(); this.pFontSprite.Set(Font.Name.NullObject, pNullString, Glyph.Name.NullObject, 0.0f, 0.0f); }
public SpriteBaseRef Attach(FontSprite pNode) { Debug.Assert(this.pSBRefManager != null); SpriteBaseRef pSBRef = this.pSBRefManager.Attach(pNode); return(pSBRef); }
public SpriteBaseRef Attach(FontSprite pNode) { SpriteBaseRef pSBNode = (SpriteBaseRef)this.BaseAdd(); Debug.Assert(pSBNode != null); // Initialize SpriteBaseRef pSBNode.Set(pNode); return(pSBNode); }
public Font() : base() { this.name = Name.Uninitialized; this.pFontSprite = new FontSprite(); }
//---------------------------------------------------------------------------------- // Constructor //---------------------------------------------------------------------------------- public Font() : base() { this.name = Font.Name.Uninitialized; this.pFontSprite = new FontSprite(); this.pFontSprite.SetColor(1.0f, 1.0f, 1.0f); }
public Font() : base() { this.fontName = FontName.Uninitialized; this.cFontSprite = new FontSprite(); }
//EDIT THE FOLLOWING METHODS--------------------- public FontNode() : base() { this.name = Name.Blank; this.pFontSprite = new FontSprite(); }