EtheaDev / IconFontsImageList

Four advanced components to simplify use of Icon Fonts as images and ImageList: TIconFontImage, TIconFontsImageCollection, TIconFontsVirtualImageList, TIconFontsImageList (for VCL and FMX). Full support for High-DPI apps. Rendering optimized with GDI+
Apache License 2.0
217 stars 55 forks source link

Add support for fonts with variable width characters . #50

Open GallaherMike opened 2 years ago

GallaherMike commented 2 years ago

I am using several icon fonts where some characters are wider than others. (Just like a W is wider than an I) The IconFontImageList components seem to assume all characters are the same width.

For each character there should be options to change the width to allow for these wider characters.