Added margin to Mozart font

This commit is contained in:
Pierre-Yves Rollo 2018-12-02 20:39:33 +01:00
parent bfa563e8b2
commit f0b979f1f9
1 changed files with 2 additions and 1 deletions

View File

@ -8,9 +8,10 @@ font_api.register_font(
'mozart',
{
height = 14,
margintop = -2,
marginbottom = -2,
widths = {
[0]=7, [32]=7, [33]=7, [34]=7, [35]=7, [36]=7, [37]=7, [38]=7, [39]=7, [40]=7, [41]=7, [42]=7, [43]=7, [44]=7, [45]=7, [46]=7, [47]=7, [48]=7, [49]=7, [50]=7, [51]=7, [52]=7, [53]=7, [54]=7, [55]=7, [56]=7, [57]=7, [58]=7, [59]=7, [60]=7, [61]=7, [62]=7, [63]=7, [64]=7, [65]=7, [66]=7, [67]=7, [68]=7, [69]=7, [70]=7, [71]=7, [72]=7, [73]=7, [74]=7, [75]=7, [76]=7, [77]=7, [78]=7, [79]=7, [80]=7, [81]=7, [82]=7, [83]=7, [84]=7, [85]=7, [86]=7, [87]=7, [88]=7, [89]=7, [90]=7, [91]=7, [92]=7, [93]=7, [94]=7, [95]=7, [96]=7, [97]=7, [98]=7, [99]=7, [100]=7, [101]=7, [102]=7, [103]=7, [104]=7, [105]=7, [106]=7, [107]=7, [108]=7, [109]=7, [110]=7, [111]=7, [112]=7, [113]=7, [114]=7, [115]=7, [116]=7, [117]=7, [118]=7, [119]=7, [120]=7, [121]=7, [122]=7, [123]=7, [124]=7, [125]=7, [126]=7, [160]=7, [161]=7, [162]=7, [163]=7, [164]=7, [165]=7, [166]=7, [167]=7, [168]=7, [169]=7, [170]=7, [171]=7, [172]=7, [174]=7, [175]=7, [176]=7, [177]=7, [178]=7, [179]=7, [180]=7, [181]=7, [182]=7, [183]=7, [184]=7, [185]=7, [186]=7, [187]=7, [188]=7, [189]=7, [190]=7, [191]=7, [192]=7, [193]=7, [194]=7, [195]=7, [196]=7, [197]=7, [198]=7, [199]=7, [200]=7, [201]=7, [202]=7, [203]=7, [204]=7, [205]=7, [206]=7, [207]=7, [208]=7, [209]=7, [210]=7, [211]=7, [212]=7, [213]=7, [214]=7, [215]=7, [216]=7, [217]=7, [218]=7, [219]=7, [220]=7, [221]=7, [222]=7, [223]=7, [224]=7, [225]=7, [226]=7, [227]=7, [228]=7, [229]=7, [230]=7, [231]=7, [232]=7, [233]=7, [234]=7, [235]=7, [236]=7, [237]=7, [238]=7, [239]=7, [240]=7, [241]=7, [242]=7, [243]=7, [244]=7, [245]=7, [246]=7, [247]=7, [248]=7, [249]=7, [250]=7, [251]=7, [252]=7, [253]=7, [254]=7, [255]=7, [366]=7, [367]=7, [376]=7, [884]=7, [885]=7, [890]=7, [894]=7, [913]=7, [914]=7, [915]=7, [916]=7, [917]=7, [918]=7, [919]=7, [920]=7, [921]=7, [922]=7, [923]=7, [924]=7, [925]=7, [926]=7, [927]=7, [928]=7, [929]=7, [931]=7, [932]=7, [933]=7, [934]=7, [935]=7, [936]=7, [937]=7, [945]=7, [946]=7, [947]=7, [948]=7, [949]=7, [950]=7, [951]=7, [952]=7, [953]=7, [954]=7, [955]=7, [956]=7, [957]=7, [958]=7, [959]=7, [960]=7, [961]=7, [962]=7, [963]=7, [964]=7, [965]=7, [966]=7, [967]=7, [968]=7, [969]=7, [8212]=7, [8216]=7, [8217]=7, [8218]=7, [8219]=7, [8220]=7, [8221]=7, [8222]=7, [8364]=7
},
}
);