mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[kandinsky] Move to KDFont
This commit is contained in:
committed by
LeaNumworks
parent
29882768bd
commit
f8beae3b86
@@ -48,9 +48,9 @@ double TermSumController::cursorNextStep(double x, int direction) {
|
||||
|
||||
Layout TermSumController::createFunctionLayout(const char * functionName) {
|
||||
return HorizontalLayout(
|
||||
CharLayout(functionName[0], KDText::FontSize::Small),
|
||||
CharLayout(functionName[0], KDFont::SmallFont),
|
||||
VerticalOffsetLayout(
|
||||
CharLayout('n', KDText::FontSize::Small),
|
||||
CharLayout('n', KDFont::SmallFont),
|
||||
VerticalOffsetLayoutNode::Type::Subscript
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user