- Posts: 80
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Text annotation with different Font type
10 years 9 months ago #9868
by moontech
Text annotation with different Font type was created by moontech
How can i change text annotation font type like Bold/italic ?
How to apply different font like Arial , Sans_Serif to Text annotation run time ?
How to apply different font like Arial , Sans_Serif to Text annotation run time ?
10 years 9 months ago #9872
by radaee
Replied by radaee on topic Text annotation with different Font type
new method:
--Annotation.SetEditFont shall coming for beta version.
--Annotation.SetEditFont shall coming for beta version.
10 years 9 months ago #9874
by moontech
Replied by moontech on topic Text annotation with different Font type
Can we have version details so we can check for that ?
10 years 9 months ago #9875
by radaee
Replied by radaee on topic Text annotation with different Font type
next beta version:
--change some java codes.
--fixed an rendering issue for a special PDF file.
--add new method Annotation.SetEditFont() wihich pass DocFont object to this function.
if u are urgent. u can send mail to support to ask last package.
--change some java codes.
--fixed an rendering issue for a special PDF file.
--add new method Annotation.SetEditFont() wihich pass DocFont object to this function.
if u are urgent. u can send mail to support to ask last package.
10 years 9 months ago #9877
by support
Replied by support on topic Text annotation with different Font type
The new beta 3.6.1beta1 is online.
10 years 9 months ago #9884
by moontech
Replied by moontech on topic Text annotation with different Font type
Document.DocFont dfont = m_doc.NewFontCID("DroidSansFallback", 1);
In Document class NewFontCID is return null.because this return alwyas 0. long ret = newFontCID(hand_val, font_name, style);
Didnt know why this always return 0.
In Document class NewFontCID is return null.because this return alwyas 0. long ret = newFontCID(hand_val, font_name, style);
Didnt know why this always return 0.
Time to create page: 0.481 seconds