[kandinsky] Move to KDFont

This commit is contained in:
Romain Goyet
2018-10-09 16:41:24 +02:00
committed by LeaNumworks
parent 29882768bd
commit f8beae3b86
149 changed files with 564 additions and 610 deletions

View File

@@ -3,7 +3,7 @@
WarningController::ContentView::ContentView() :
SolidColorView(KDColorBlack),
m_textView(KDText::FontSize::Small, (I18n::Message)0, 0.5f, 0.5f, KDColorWhite, KDColorBlack)
m_textView(KDFont::SmallFont, (I18n::Message)0, 0.5f, 0.5f, KDColorWhite, KDColorBlack)
{
}