java - Read ttf file to draw text -
i have custom ttf font . need create java desktop application using javafx read data ttf file , use data draw text using above font style .
i have found out reading font meta data ttf font file can done using ttf parser. not sure pieces of data extract ttf file can draw font on screen.
i confused how best draw text . java 2d api seems promising candidate . besides how draw text using font .
i have across many posts none have handled topic directly . there post browser based solution has been provided . said mine desktop based application.
Comments
Post a Comment