Skip to content
New issue

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

PDFontDescriptor font leading = 0 #524

Open
Eugene-Be opened this issue Aug 21, 2023 · 0 comments
Open

PDFontDescriptor font leading = 0 #524

Eugene-Be opened this issue Aug 21, 2023 · 0 comments
Labels
type: bug Existing feature doesn't work correctly

Comments

@Eugene-Be
Copy link

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:

  • PdfBox-Android version: [e.g. 2.0.27.0]
  • Android API version: [e.g. API 28]
@Eugene-Be Eugene-Be added the type: bug Existing feature doesn't work correctly label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Existing feature doesn't work correctly
Projects
None yet
Development

No branches or pull requests

1 participant