Skip to content

Implement multi-page font textures

Luke Benstead requested to merge android-tweaks-2 into main

Summary of Changes Introduced

  • Pack font characters into multiple textures if they can't fit - allowing larger font sizes and languages with more characters
  • Implement OpenAL support on Android

PR Checklist

  • I have documented any user-visible changes to the code in the documentation folder
  • I agree that the changes introduced in this PR are licensed under the LGPL-3.0 license (Why?)
  • I have added applicable tests, or at least not introduced any failures
Edited by Luke Benstead

Merge request reports