mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 21:59:11 +00:00
consider custom font in floating preview
This commit is contained in:
parent
cde1a70427
commit
5283c5878c
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ public class GestureFloatingTextDrawingPreview extends AbstractDrawingPreview {
|
|||
mPaint.setAntiAlias(true);
|
||||
mPaint.setTextAlign(Align.CENTER);
|
||||
mPaint.setTextSize(mGesturePreviewTextSize);
|
||||
mPaint.setTypeface(Settings.getInstance().getCustomTypeface());
|
||||
mPaint.setColor(mGesturePreviewTextColor);
|
||||
return mPaint;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue