0

I am working on a project creating custom fonts using .ttf files. Android uses Typeface class to specify the intrinsic style of a font.

What is the HarmonyOS alternative for this?

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
OxO
  • 27
  • 3

1 Answers1

1

ohos.agp.text.Font is the HarmonyOS alternative for Typeface. Refer following documentation for Usage

https://gitee.com/openharmony-tpc/openharmony_tpc_docs/blob/master/graphics/Typeface.md

Gowtham GS
  • 478
  • 2
  • 5