Closed harimurra closed 7 years ago
I think you provided one at #6, @harimurra ?
Yes Yan, Thank you.
Thank you for providing the sample 👍
Hi Yan,
is there any reference code to change font size ?
This depends on font technology being used:
But no I don't have a code sample for this - but changing the font size would be finding the appropriate triplet and change the parameter mentioned above.
Thanks Yan, FontDescriptorSpecification is working fine.
.withMember(new AfpBuilder() .with(AfplibPackage.FONT_DESCRIPTOR_SPECIFICATION__FT_HEIGHT, 250) .create(FontDescriptorSpecification.class))
Hi Yan, Is there a reference to create a sample AFP file with Lines or table?