Cannot load font in JRE 8

后端 未结 7 1989
别那么骄傲
别那么骄傲 2020-12-15 06:10

I cannot load a font from an S3 Inputstream in JRE 8. I do not have issue if a system is installed with JRE 7, JDK 7, or even JDK 8.

val fontInputStream = s3         


        
相关标签:
7条回答
  • 2020-12-15 07:10

    For alpine and openjdk : Use RUN apk --update add fontconfig ttf-dejavu Worked for me.

    0 讨论(0)
提交回复
热议问题