Lines Matching defs:font

49      *   <li>TEXT_AUTOSIZING boosts font size of paragraphs based on heuristics to make
670 * Sets the standard font family name. The default is "sans-serif".
672 * @param font a font family name
674 public abstract void setStandardFontFamily(String font);
677 * Gets the standard font family name.
679 * @return the standard font family name as a string
685 * Sets the fixed font family name. The default is "monospace".
687 * @param font a font family name
689 public abstract void setFixedFontFamily(String font);
692 * Gets the fixed font family name.
694 * @return the fixed font family name as a string
700 * Sets the sans-serif font family name. The default is "sans-serif".
702 * @param font a font family name
704 public abstract void setSansSerifFontFamily(String font);
707 * Gets the sans-serif font family name.
709 * @return the sans-serif font family name as a string
715 * Sets the serif font family name. The default is "sans-serif".
717 * @param font a font family name
719 public abstract void setSerifFontFamily(String font);
722 * Gets the serif font family name. The default is "serif".
724 * @return the serif font family name as a string
730 * Sets the cursive font family name. The default is "cursive".
732 * @param font a font family name
734 public abstract void setCursiveFontFamily(String font);
737 * Gets the cursive font family name.
739 * @return the cursive font family name as a string
745 * Sets the fantasy font family name. The default is "fantasy".
747 * @param font a font family name
749 public abstract void setFantasyFontFamily(String font);
752 * Gets the fantasy font family name.
754 * @return the fantasy font family name as a string
760 * Sets the minimum font size. The default is 8.
768 * Gets the minimum font size.
776 * Sets the minimum logical font size. The default is 8.
784 * Gets the minimum logical font size.
792 * Sets the default font size. The default is 16.
800 * Gets the default font size.
808 * Sets the default fixed font size. The default is 16.
816 * Gets the default fixed font size.