AP.MobileToolkit.Fonts.Tests.Fonts.MaterialFontTests.MapsToGlyph C# (CSharp) Method

MapsToGlyph() private method

private MapsToGlyph ( string mapping, string expectedGlyph ) : void
mapping string
expectedGlyph string
return void
        public void MapsToGlyph(string mapping, string expectedGlyph)
        {
            MapsToGlyphInternal(mapping, expectedGlyph);
        }
    }