AFIK there is no simple way to force fonts to use the same size (unless you specify a given font size - which however may not be the size of some theme of one of the target systems which will make your program look "strange"). The only way I know to make forms cross-platform is to use auto-sizing as much as possible. And don't position controls absolutely, but attach them to their neighbors by means of the AnchorEditor. Avoid frozen form sizes -- the user must be able to readjust the size if something is awfully wrong.
--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to