Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi/dvilib/dl-pkfont.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dvi/dvilib/dl-pkfont.hh')
-rwxr-xr-xdvi/dvilib/dl-pkfont.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/dvi/dvilib/dl-pkfont.hh b/dvi/dvilib/dl-pkfont.hh
index 66cd69b..ec09148 100755
--- a/dvi/dvilib/dl-pkfont.hh
+++ b/dvi/dvilib/dl-pkfont.hh
@@ -17,7 +17,8 @@ namespace DviLib {
REPEAT_COUNT
};
- class PkChar : public AbstractCharacter {
+ class PkChar : public AbstractCharacter
+ {
uint dyn_f;
bool first_is_black; // if first run count is black or white
int character_code;
@@ -39,6 +40,7 @@ namespace DviLib {
void unpack_rle (RleContext& nr);
void unpack_bitmap (void);
void unpack (void);
+
public:
PkChar (AbstractLoader &l);
virtual void paint (DviRuntime &runtime);