OTFontFileVal.Driver.OnFontBegin C# (CSharp) Method

OnFontBegin() private method

private OnFontBegin ( uint fontIndex ) : void
fontIndex uint
return void
        private void OnFontBegin( uint fontIndex )
        {
            m_xmlWriter.WriteStartElement("Font");
            m_xmlWriter.WriteAttributeString("FontIndex", fontIndex.ToString());
            m_xmlWriter.WriteWhitespace("\r\n");
        }