Tyler Sebastian
Tyler Sebastian

Reputation: 9448

Custom Font Rendering Incorrectly in Android Studio

Trying to use a custom font with Android Studios (Inconsolata), but Android Studio is just rendering it as a bunch of As. Is there any fix to this?

no description

Upvotes: 0

Views: 305

Answers (2)

Tyler Sebastian
Tyler Sebastian

Reputation: 9448

Updating to the latest version of Android Studio fixed this issue.

Upvotes: 0

yole
yole

Reputation: 97133

This is a known issue with several possible workarounds. One option is to configure Android Studio to run under JDK 7 or JDK 8 by editing Info.plist and changing the JVMVersion, as described in the last comment to the issue.

Upvotes: 1

Related Questions