Details
-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.6.1
-
Component/s: o.c.common.util
-
Labels:None
Description
Tonny Kohar would like to inherit from the above FontStore class, rather reimplemented it.
He writes:
So here is the list (if possible) to be changed from private to Public/Protected
- method private void load() -> change to public/protected void load()
- method private void store() -> change to public/protected void store()
- private static final String LANG_KEY_PREFIX to public
- private static final String DEFAULT_KEY to public
- private static final String DEFAULT_FONT public
private boolean loaded -> change to protected
private Properties fontMap -> change to protected
private URI fontStore -> change to protected
private String storeName -> change to protected
private String defaultFont -> change to protected