Open naywun opened 1 year ago
@naywun Try with this
var myTheme = pw.ThemeData.withFont(
base: pw.Font.ttf(await rootBundle.load("assets/fonts/Zawgyi-One.ttf")),
);
final pw.Document _pdf = pw.Document(theme: myTheme);
and Convert Myanmar text to Zawgyi font with rabbit_converter
Rabbit.uni2zg('အမည်')
Myanmar Unicode cannot display in correct order especially on pre-vowel.