Skip to content

Commit

Permalink
PDF/UA-2. Add property isRealContent to Glyph
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Mar 25, 2024
1 parent b50dcc6 commit 5d6fd46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/Operator.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,8 @@ type Glyph extends Object {
property actualTextPresent: Boolean;
% true if an Alt entry is present for this glyph
property altPresent: Boolean;
% true if this glyph is a real content
property isRealContent: Boolean;
}

% glyph in the composite font
Expand Down

0 comments on commit 5d6fd46

Please sign in to comment.