CSharpGL.FontBitmap.FontBitmap C# (CSharp) Method

FontBitmap() private method

private FontBitmap ( ) : System
return System
        internal FontBitmap()
        {
            this.GlyphInfoDictionary = new FullDictionary<char, GlyphInfo>(GlyphInfo.Default);
        }
    }