Skip to content

mgthantzin/mmfont.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mmfont.Net

.Net library for converting between Unicode ↔️ Zawgyi

AppVeyor Build status Travis CI Build Status

Credit

This library is .Net adaptation of mmfont by @setkyar who packaged @saturngod's Rabbit into php.

Usage

using mmfont.Net;

public partial class Main : Form
{
    private void btnConvert_Click(object sender, EventArgs e)
    {
        txtUni.Text = Converter.ZG2Uni(txtZawgyi.Text);
    }
}

Warning

This is not a fully functional library. Instead, it's just a starter with lots of rooms for improvement.

Releases

No releases published

Packages

No packages published

Languages