Searched defs:newFont (Results 1 – 4 of 4) sorted by relevance
168 val newFont = Font.Builder(start).setFontVariationSettings(newAxes.toTypedArray()).build() in <lambda>() constant
428 val newFont = newGlyphs.getFont(run.start) in <lambda>() constant
307 Font *newFont = new Font(rsc); in create() local860 Font *newFont = Font::create(rsc, name, fontSize, dpi); in rsi_FontCreateFromFile() local871 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length); in rsi_FontCreateFromMemory() local
144 std::shared_ptr<minikin::Font> newFont = minikin::Font::Builder(newMinikinFont) in Font_Builder_clone() local