This commit is contained in:
Michel Fedde 2021-04-01 18:35:59 +02:00
parent ff85180750
commit 01998d78dc
2 changed files with 7 additions and 2 deletions

View file

@ -31,6 +31,7 @@ namespace SM.Base.Drawing.Text
_lib ??= new Library();
_fontFace = new Face(_lib, path);
UnpackAlignment = 1;
}
public void RegenerateTexture()