We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug font.fontDescriptor.leading = 0 also not found usages of PDFontDescriptor.setLeading( float leading )
To reproduce
val font: PDFont = PDType0Font.load(doc, fontFile, false) Log.i("TAG", "font.fontDescriptor.leading: ${font.fontDescriptor.leading}")
Expected behavior font leading should set
Actual behavior PDFontDescriptor not set leading for font
Environment details:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
font.fontDescriptor.leading = 0
also not found usages of PDFontDescriptor.setLeading( float leading )
To reproduce
Expected behavior
font leading should set
Actual behavior
PDFontDescriptor not set leading for font
Environment details:
The text was updated successfully, but these errors were encountered: