MCPcopy Create free account
hub / github.com/AshampooSystems/boden / setFont

Method setFont

framework/ui/platforms/android/src/TextFieldCore.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 void TextFieldCore::setFont(const Font &font)
83 {
84 _jEditText.setFont(font.family, (int)font.size.type, font.size.value, font.weight,
85 font.style == Font::Style::Italic);
86 }
87
88 void TextFieldCore::setReturnKeyType(const ReturnKeyType returnKeyType)
89 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected