# Icon Fonts, Popups and Infinite Scroll

DevFeed: [Icon Fonts, Popups and Infinite Scroll](<https://devfeed.tech/articles/icon-fonts-popups-and-infinite-scroll-19327.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/icon-fonts-popups-infinite-scroll/>)

Author: Shai Almog

Published: 2019-09-06T00:00:00Z

Content type: article

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [Icon font](<https://devfeed.tech/topics/icon-font.md>), [dialog](<https://devfeed.tech/topics/dialog.md>), [infinite scroll](<https://devfeed.tech/topics/infinite-scroll.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [dialog](<https://devfeed.tech/tags/dialog.md>), [fonts](<https://devfeed.tech/tags/fonts.md>), [icons](<https://devfeed.tech/tags/icons.md>), [integration](<https://devfeed.tech/tags/integration.md>)

## AI overview

This partial Codename One update describes easier arbitrary icon-font integration, updated material font constants, and a graphics-based popup arrow API with improved customization and cross-platform behavior. It also introduces infinite-scroll changes, although the supplied text is incomplete.

## Source excerpt

As I mentioned in the last post there are a lot of new features we need to go over and it will take time to cover everything. In fact this is still a partial list and there's a lot more on the way... Easier Icon Font Integration First off Thomas submitted a PR for a few new font icon methods: Specifically in Label he added: public void setFontIcon(Font font, char c); public void setFontIcon(Font font, char c, float size); And in FontImage he added: